﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 670px; /*width of featured content slider*/
height: 422px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;

background: white;
width: 680px; /*width of featured content slider*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 660px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:25px;
background-image:url('../img/head_common.gif');
text-align: right;
background-color: navy;
padding: 5px 10px;
}

.title{
	float:left;
	padding:5px;
	font-family:Palatino Linotype; 
	font-size:14px;
	color:#FFFFFF;
	
}

.tby{
	color:#ffc425;
	font-size:10px;
}

.nav{
	float:right;
}


.prev{
	 background-image:url('../img/arrowl.gif');
	  width:16px;
	  height:25px;
	  float:left
}

.next{
	  width:16px;
	  height:25px;
	  float:left;
}

.dot{
float:left;
}

.dot ul{
	 padding:0px;
	 margin:0px;
	 list-style-type:none;
}

.dot ul li{
	 width:22px;
	 height:25px;
	 background-image:url('../img/visit.gif');
	 float:left;
	 padding:0px;
	 margin:0px;
	 list-style-type:none;
	 
}

.dot ul li a{
	 width:22px;
	 height:25px;
	 background-image:url('../img/visit.gif');
	 float:left;
	 padding:0px;
	 margin:0px;
	 
}

.dot ul li a:hover, .dot ul li a.selected{
	 width:22px;
	 height:25px;
	 background-image:url('../img/visitt.gif');
	 float:left;
	 padding:0px;
	 margin:0px;
}


