.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 562px; /*width of featured content slider*/
	height: 250px;
	background-image: url(../images/1_js_box_bkgd.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px 5px 2px;
	background: url(../images/1_js_box_bkgd.jpg);
	width: 550px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;



filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 542px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	padding: 5px 10px;
	background-color: #BDD7E4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 6px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #FFFFFF;
	background: #4B94B7;
	border: 1px solid #FFFFFF;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #D4A732;
}
.title
{
	font-size: 15px;
	font-weight: bold;
	color: #cc9900;
}
.text
{
	font-size: 12px;
	color: #3385ad;
	font-family: Arial, Helvetica, sans-serif;
}
