﻿.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 968px; /*width of featured content slider*/
height: 332px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
z-index:0 !important;
background: white;
width: 100%; /*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;
}

.sliderwrapper .contentdiv a {position:absolute; bottom:0px; right:0px;}

.pagination{
z-index:99999;
height:13px; /* height of the circle graphic */
width:95px; /* width is made of 5(number of slides) x 14(width of each circle) + 5(slides) x 5(margin-right of each circle) */
position:absolute;
bottom:10px;
left:15px;
}

.pagination a.toc {
display:block;
margin-right:5px;
width:14px;
float:left;
height:13px;
background:url(/Resource_/Frame/Visitor/images/home_slider/circle.png) 0 0  no-repeat;
cursor:pointer;
}

.pagination a:hover, .pagination a.selected{
background:url(/Resource_/Frame/Visitor/images/home_slider/circle.png) 0 -13px no-repeat;
}