﻿.sliderwrapper{width:780px;margin:0 ; padding:0;height:250px;clear: none;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:0;
border-bottom-width: 0;
}

.sliderwrapper .contentdiv img {margin:0;padding:0;/*border-bottom:2px #000 solid */}


.sliderwrapper .contentdiv{
margin:0 0 0 0;padding:0;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
;
width: 780px; /*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;
}
#slider2.sliderwrapper {height:125px }
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;

padding: 0;
}

.pagination a{
}

.pagination a.selected{
}


.pagination a:hover{
}



