.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 400px; /*width of featured content slider*/
height: 250px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 390px; /*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 {float:left; clear:left; padding-top:10px; width:400px; font-size:12px;}
.pagination a{float:left; font-family:"Times New Roman", Times, serif; width:100px; text-decoration:none; color:#7f7f7f; font-weight:bold;}
.pagination a:hover, .pagination a.selected{color:#ed008c;}

/* CSS 2 */

.sliderwrapper1{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 489px; /*width of featured content slider*/
height: 331px;
}

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

.pagination1 {float:left; clear:left; width:400px; font-size:12px;}
.pagination1 a{float:left; font-family:"Times New Roman", Times, serif; text-decoration:none; color:#7f7f7f; font-weight:bold;}
.pagination1 a:hover, .pagination1 a.selected{color:#ed008c;}

/* CSS 3 */

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 489px; /*width of featured content slider*/
height: 460px;}

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

.pagination2 {float:left; clear:left; width:400px; font-size:12px;}
.pagination2 a{float:left; font-family:"Times New Roman", Times, serif; text-decoration:none; color:#7f7f7f; font-weight:bold;border:2px solid #cccccc; margin:10px 10px 0px 0px;}
.pagination2 a:hover {border:2px solid #aaaaaa;}
.pagination2 a.selected{border:2px solid #D6B1DA;}

/* CSS 4 */

.sliderwrapper3{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 489px; /*width of featured content slider*/
height: 360px;}

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

.pagination3 {float:left; clear:left; width:400px; font-size:12px;}
.pagination3 a{float:left; width:300px; font-family:"Times New Roman", Times, serif; clear:left; padding:10px; text-decoration:none; color:#7f7f7f; font-weight:bold; border:1px dashed #ffffff;margin-bottom:10px;}
.pagination3 a.selected{ border:1px dashed #c1c1c1;}
