.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid f0f0f0;
width: 455px; /*width of featured content slider*/
height: 255px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: f0f0f0;
width: 445px; /*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;
}

.contentdiv img{
	height:100%;
}

.pagination{
width: 455px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: f0f0f0;
border: 1px solid f0f0f0;
height: 53px;
margin-top:5px; /*space between large pic and smaller ones - TJ*/

}

.pagination a{
padding: 0px 4px;
text-decoration: none; 
color: #00007D;
background: f0f0f0;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #f0f0f0;
}

.sliderthumb {
	float: left;
	width: 90px;
	text-align: left;
}

.sliderthumbimg {
	width: 82px;
	height: 44px;
	border: 1px solid #000000;
}

.numberpage {
	padding: 2px;
	background-color: #f0f0f0;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	width: 10px;
	position: relative;
	left: 12px;
	top: -43px;
	opacity:0.6;filter:alpha(opacity=60);
}

.titlepage {
	padding: 0 5px;
	background-color: #ffffff;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	width: 400px;
	position: relative;
	left: -8px;
	top: -50px;
	font-size: 14px;
	text-indent: 20px;
	height: 30px;
	line-height: 30px;
}