.sliderwrapper{
	position: relative;
	overflow: hidden;
	border: #6094C5;
	border-bottom-width: 6px;
	width: 214px;
	height: 198px;
	left: 0px;
	top: 0px;


}

.title2{font-family:Tahoma; font-size:12px;  color:#000000; font:bold; text-align: center; }
.text2{font-family:Tahoma; font-size:10px;  color:#000000; }

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2px;
background: #F8F48F;
width: 214px; /*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: 214px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
font-family: Tahoma;
font-size:12px;
background-color: #292828;
padding: 6px 10px;
}

.pagination a{
padding: 3 6px;
text-decoration: none; 
color: #00007D;
background: #8F8C8C;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

