.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 670px; /*width of featured content slider*/
height: 245px;

}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/

	left: 0;  /*leave as is*/
	top: 0;
	width: 670px; /*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: 350px; 
	text-align: left;
	
z-index:2000;


}

.pagination a, .pagination a:link, .pagination a:active, .pagination a:visited {
padding: 10px;
text-decoration: none; 
color: #000000;
font-size:14px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
background:url(butnext.png) center center no-repeat;
line-height:40px;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background:url(butprev.png) center center no-repeat;
font-size:14px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
line-height:40px;
}



.paginationbg
{
	width: 430px; 
	text-align: left;
	z-index:1000;
	position:absolute;
	top:190px;
	left:0px;
	margin-left:240px;
}
.tabtext
{
 font-family:Georgia, "Times New Roman", Times, serif;
color:#666666; font-size:16px; position:absolute; left:240px;
margin-top:50px; line-height:24px;

}
.tabtitle
{
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000; font-size:22px; line-height:28px;
}
.tabtitle1
{
font-family:Georgia, "Times New Roman", Times, serif;
color:#4498d4; font-size:28px; line-height:28px;
}

