@charset "UTF-8";
/* CSS Document for Slider Carousel */

#sliderBox {
	background: #000;
	color: #FFF;
}
#sliderBox .paneTxt {
	float: left;
	width: 290px;
	height: 290px;
	margin-top: 5px;
	margin-left: 15px;
}
.paneControls {
	float:  right;
	margin-right: 15px;
	margin-top: 15px;
}
#sliderBox a {
	color: #0FF;
	text-decoration: none;
	text-align: right;
	padding: 0 3px;
}
#sliderBox a:hover, .paneControls span {
	background: #FFF;
	color: #000;
	padding: 0 3px;
}
.paneControls span {
	margin-right: 3px;
}
#sliderBox table {
	padding: 0;
	margin: 0;
}
#sliderBox table tr td {
	vertical-align: middle;
}
#sliderBox .header {
	font-size: 56px;
	line-height: 45px;
	padding-right: 10px;
}
#sliderBox .headTxt {
	color: #0FF;
	font-size: 16px;
	font-weight: bold;
}
#sliderBox h3 {
	color: #0FF;
	clear: both;
	margin: 5px 0;
	font-size: 14px;
}
#sliderBox ul {
	padding-left: 15px;
	margin: 0;
}
#sliderBox img {
	float: left;
	width: 627px;
	height: 350px;
}
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 950px; /*Width of Carousel Viewer itself*/
	height: 330px; /*Height should enough to fit largest content's height*/
	border: 1px solid #000;
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 950px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
#PAGE_mdgs #sliderBox, #PAGE_mdgs .panel, #PAGE_mdgs #sliderBox img, #PAGE_takeaction #sliderBox, #PAGE_takeaction .panel, #PAGE_takeaction #sliderBox img {
	width: 627px;
	height: 290px;
}
