@charset "utf-8";
/* CSS Document */




#slide_holder {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 980px; /*Width of Carousel Viewer itself*/
	height: 166px; /*Height should enough to fit largest content's height*/
}

#slide_holder .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

#slide_holder .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:20px 30px 40px; /*margin around each panel*/
	width: 920px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


div.panel {
	
}
div.panel a img {
	border:0;
}
div.panel a {
	height:125px;
	width:125px;
	text-align:center;
	margin:0 25px;
}

#btm_cont {
	background:transparent url(/images/pages/bg-trans.png) repeat left top;
	padding:10px;
	margin:26px 30px 10px 260px;
}
#btm_cont h1 {
	font-size:18px;
	color:#0088A5;
	margin:0;
}
#btm_cont p {
	font-size:12px;
	margin:10px 0 0;
	line-height:15px;
}
#btm_cont p span {
	color:#BE0000;
	font-weight:bold;
}
#award_link a {
	margin-left:425px;
	
	
}

#award_link a img {
	border:0;
	width:425px;
	height:34px;
}