.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #687C98;
border-bottom-width: 1px;
width: 100%; /*width of featured content slider*/
height: 270px;
background-image: url(http://www.youmeta.com/images/top2);
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #687C98;
border-bottom-width: 0px;
width: 99%; /*width of featured content slider*/
height: 275px;
background-image: url();
}


.sliderwrapper3{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #687C98;
border-bottom-width: 0px;
width: 99%; /*width of featured content slider*/
height: 450px;
background-image: url();
}

.sliderwrapper5{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #687C98;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
height: 580px;
background-image: url();
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
right: 0;  /*leave as is*/
padding: 0px;
background: ;
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;
}

.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
right: 0;  /*leave as is*/
padding: 5px;
background: ;
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;
}

.sliderwrapper3 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
right: 0;  /*leave as is*/
padding: 0px;
background: ;
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;
}



.sliderwrapper5 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
right: 0;  /*leave as is*/
padding: 0px;
background: ;
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;
}


.pagination{
width: 99%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: ;
font-size : 12px;
padding: 5px 5px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

#paginate-slider1 a img:hover, #paginate-slider1 a.selected img{
border: 2px solid #CC00CC;
}

#paginate-slider5 a img:hover, #paginate-slider1 a.selected img{
border: 2px solid #CC00CC;
}
