h1, h2, h3 { margin: 0; padding: 0;
}
#slidebox {
	border: 10px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	background-image: url('../images/slide-bg.jpg');
	background-repeat: repeat-x;
}
#slidebox > div {
	background-image: url('../images/slide-bg.jpg');
	background-repeat: repeat-x;
	border: 0px none; /* 1px solid black; */
	width: 565px;
	height: 380px;
	color: #b9090d;
	position: absolute;
}
#buttons {
	display:none;
	padding:0;margin:0;
	z-index: 5;
	position: absolute;
	list-style-type: none;
}
#buttons li {
	margin:0;
	top: 340px;
	position: absolute;
	cursor:pointer;
	width:32px;
	height:32px;
	opacity: 0.4;
}
#buttons li:hover {
	opacity: 0.9;
}
#buttons #play-pause {
	left: 38px;
	background-image:url('../images/play-pause.gif');
	background-position: top center;
}

#buttons #play-pause.off {
	background-position: bottom center;
}

#buttons #sound-onoff {
	left: 531px;
	background-image:url('../images/sound-onoff.gif');
	background-position: top center;
}
#buttons #sound-onoff.off {
	background-position: bottom center;
}
#buttons #next-button { left: 495px;
background-image:url('../images/next-but.gif');
	}
#buttons #prev-button { left: 5px;
	background-image:url('../images/prev-but.gif');
	}
#buttons li span {
	display:none;
}
table.slide {
	width: 545px;
	height:300px;
}
.tr {
	margin: 30px 46px 5px 30px;
}
img.nowrap {
	margin: 12px;
}
.infrastructure {
	color: #009900;
}
.agriculture {
	color: #ff0000;
}
.health {
	color: #ffcc00;
}
.education {
	color: #0033ff;
}
.sector {
	right:20px;
	top:20px;
	font-size: 30px;
	text-align: right;
	text-transform: capitalize;
}
.data-summary {
	top: 420px;
	font-size: 13px;
	color: gray;
}
#one h2 {
	margin: 0;
	padding-top: 84px;
	font-size: 46px;
}
ul.stats {
	font-size: 30px;
	list-style-type: none;
	text-align: left;
	padding-left: 135px;
}
.number-box {
	margin: 3px 8px;
	background-image:url('../images/number-box-repeating.jpg');
	background-repeat: repeat-x;
	font-size: 30px;
	background-color: #c63228;
	color: #fff;
	height: 39px;
	font-weight: bold;
	border-style: solid;
	border-color: #fff #8b0200 #fff #c63228;
	border-width: 0 3px 0 3px;
	padding: 3px 8px;
}
.title-row {
	height: 80px;
}
.number-box .q {
}
span.number {
	font-size: 30px;
	background-image: url('../images/number-box.jpg');
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
	width: 62px;
	padding: 5px;
	margin-right: 8px;
}

table.iw {
	border-spacing: 0;
	margin:30px;
}
table.iw tr td {
	padding:0;
}
table.iw tr.t td.l {
	background-image: url('../images/images/box-wrap_01.png');
	background-repeat: no-repeat;
}
table.iw tr.t td.m {
	background-image: url('../images/images/box-wrap_02.png');
}
table.iw tr.t td.r {
	background-repeat: no-repeat;
	background-image: url('../images/images/box-wrap_03.png');
}
table.iw tr.m td.l {
	background-image: url('../images/images/box-wrap_04.png');
	background-repeat: repeat-y;
}
table.iw tr.m td.m {
}
table.iw tr.m td.r {
	background-image: url('../images/images/box-wrap_06.png');
	background-repeat: repeat-y;
}
table.iw tr.b td.l {
	background-image: url('../images/images/box-wrap_07.png');
	background-repeat: no-repeat;
}
table.iw tr.b td.m {
	background-image: url('../images/images/box-wrap_08.png');
}
table.iw tr.b td.r {
	background-image: url('../images/images/box-wrap_09.png');
	background-repeat: no-repeat;
}
table.iw tr.t	td		{height:11px;}
table.iw tr.b	td		{height:15px;}
table.iw 	tr	td.l	{width:24px;} /*doubled*/
table.iw 	tr	td.r	{width:16px;}
table.iw 	tr	td.m	{background-repeat: repeat-x;}
table.iw tr.m	td		{background-repeat: repeat-y;}
table.iw tr td { border: 0px none;}

