.sliderwrapper{ position: relative; /*leave as is*/ overflow: hidden; /*leave as is*/ border: none; width: 100%; /*width of featured content slider*/ min-height: 250px; height: auto; } .sliderwrapper .contentdiv{ visibility: hidden; /*leave as is*/ position: absolute; /*leave as is*/ left: 0; /*leave as is*/ top: 0; /*leave as is*/ text-align: left; padding: 0px; background: white; width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */ height: auto; filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1; } .pagination{ width: 98px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/ text-align: center; } .pagination TD{ text-decoration: none; background: url(/images/topfranchise_off_left.gif); border-right: 1px solid #CCCCCC; background-position: top right; background-repeat: no-repeat; padding-top: 1px; padding-bottom: 1px; } .pagination TD IMG{ filter:progid:DXImageTransform.Microsoft.alpha(opacity=50); -moz-opacity: .5; opacity: .5; } .pagination TD:hover, .pagination TD.selected{ background-color: #FFFFFF; background: #FFFFFF none; border-right: 1px solid #FFFFFF; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding-top: 0px; padding-bottom: 0px; } .pagination TD:hover IMG, .pagination TD.selected IMG{ filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1; } .spotsliderwrapper{ position: relative; /*leave as is*/ overflow: hidden; /*leave as is*/ border: none; width: auto; /*width of featured content slider*/ height: auto; } .spotsliderwrapper .contentdiv{ visibility: hidden; /*leave as is*/ position: absolute; /*leave as is*/ left: 0; /*leave as is*/ top: 0; /*leave as is*/ text-align: left; padding: 0px; background: white; width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */ height: auto; filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1; } .spotpagination{ width: 25px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/ text-align: center; } .spotpagination TD{ text-decoration: none; background-color: #DDDDDD; color: #AAAAAA; font-size: 8pt; font-weight: normal; border: 1px solid #AAAAAA; padding: 2px 5px; } .spotpagination TD:hover, .spotpagination TD.selected{ text-decoration: none; background-color: #223366; color: #FFFFFF; font-size: 8pt; font-weight: bold; border: 1px solid #000000; padding: 2px 5px; } #spotlightnav, .spotlightnav { background: url(/images/spotlight-bg.gif); text-align: center; } 