﻿#paginate-slider2 ul {
float:left;
padding:0px;
margin:0px;
position:relative; 
}
#paginate-slider2 ul li{
float:left;
width:175px;
list-style:none;
height:40px;
padding:0px;
}
#paginate-slider2 ul li a{
float:left;
width:175px;
list-style:none;
height:40px;
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px;
	border-bottom-width: 0px;
	width: 1020px; /*width of featured content slider*/
	height: 400px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 1020px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter: alpha(opacity=99);
  	-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
  	-moz-opacity: 0.99;
  	opacity:0.99;
	z-index:1;
}

.pagination{
	width: 700px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	position: relative;
	float: right;
	height: 40px;
	top: -100px;
	z-index: 100;
	padding:0px;
	padding-right: 40px;
}
.pagination a{
	padding:0px;
	text-decoration: none; 
	background-color: transparent;
	background:#FFFFFF;
	width:175px;
	filter:alpha(opacity=0.01);
	opacity:0.01;
	display: block;
}
.pagination a:hover, .pagination a.selected{
	padding:0px;
	width:175px;
}

