.sliderwrapper{ position: relative; /*leave as is*/ overflow: hidden; /*leave as is*/ border: 0px solid navy; border-bottom-width: 0px; width: 250px; /*width of featured content slider*/ height: 350px; } .sliderwrapper .contentdiv { position: absolute; /*leave as is*/ left: 0; /*leave as is*/ top: 0; /*leave as is*/ padding: 0px; background: white; background-position:top; width: 250px; /*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; visibility: hidden; } .slideText{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; padding-top:120px; padding-left:10px; } .pagination{ width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/ text-align: right; background-color: navy; padding: 5px 10px; } .pagination a{ padding: 0 5px; text-decoration: none; color: #00007D; background: white; } .pagination a:hover, .pagination a.selected{ color: #000; background-color: #FEE496; } #slider1 { WIDTH: 350px; HEIGHT: 230px } #slider3 { WIDTH: 350px; HEIGHT: 230px } #slider1 .contentdiv { WIDTH: 340px } #slider3 .contentdiv { WIDTH: 340px } #paginate-slider1 { WIDTH: 350px } #paginate-slider3 { WIDTH: 350px } #slider2 { BORDER-LEFT-COLOR: darkred; BORDER-BOTTOM-COLOR: darkred; MARGIN-LEFT: 15px; BORDER-TOP-COLOR: darkred; HEIGHT: 280px; BORDER-RIGHT-COLOR: darkred } #slider4 { BORDER-LEFT-COLOR: darkred; BORDER-BOTTOM-COLOR: darkred; MARGIN-LEFT: 0px; BORDER-TOP-COLOR: darkred; HEIGHT: 250px; BORDER-RIGHT-COLOR: darkred } #paginate-slider2 { BORDER-LEFT-COLOR: darkred; BORDER-BOTTOM-COLOR: darkred; MARGIN-LEFT: 15px; BORDER-TOP-COLOR: darkred; BACKGROUND-COLOR: darkred; BORDER-RIGHT-COLOR: darkred } #paginate-slider4 A IMG { MARGIN-TOP: 0px; WIDTH: 82px; HEIGHT: 62px; } TD.tocHigh hover { BORDER-RIGHT: red 2px solid; BORDER-TOP: red 2px solid; BORDER-LEFT: red 2px solid; BORDER-BOTTOM: red 2px solid } TD.tocHigh { BORDER-RIGHT: gray 2px solid; BORDER-TOP: gray 2px solid; BORDER-LEFT: gray 2px solid; BORDER-BOTTOM: gray 2px solid } TD.tocHighSelected { BORDER-RIGHT: red 2px solid; BORDER-TOP: red 2px solid; BORDER-LEFT: red 2px solid; BORDER-BOTTOM: red 2px solid } #paginate-slider2 A:hover { BACKGROUND-COLOR: yellow } #paginate-slider2 A.selected { BACKGROUND-COLOR: yellow }