/***********************************************
* Featured Content Slider- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 460px; /*width of featured content slider*/
height: 195px;
margin-top: 15px;
margin-left: -5px;
}



.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: white;
width: 460px; /*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;
}

#paginationM a{
color: white;
}

#paginationM a:hover, #paginationM a.selected{
color: #000;
}

#pagination {
  text-align: left; 
  width: 170px;
  float: right;
  margin-right: 20px;
}

* html #pagination {
  margin-right: 8px;
}

#paginationL {
  float: left;
  width: 18px; 
  height: 32px;
  background:url(../images/paginationLb.png) no-repeat;
}
#paginationR {
  float: right;
  width: 18px; 
  height: 32px;
  background:url(../images/paginationRb.png) no-repeat;
}
#paginationL p, #paginationL h3, #paginationR p, #paginationR h3 {
  margin-left: 10px; 
  margin-right: 10px;
}
#paginationM {
	text-align: center;
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	height: 32px;
	background:url(../images/paginationMb.png) repeat-x;
	margin: 0 18px 0 18px;
}
.clearfloat { 
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
