.contentslide{
padding: 2px;
width: 198px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 198px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 2px 0;
font-family: verdana; 
font-size: 7
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 198px; /*IE5 width*/
width: 198px; /*IE6 width*/
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #ffffff;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: white;
}

#marqueecontainer{
position: relative;
width: 180px; /*marquee width */
height: 210px; /*marquee height */
background-color: white;
overflow: hidden;
padding: 2px;
padding-left: 4px;
}

#marqueecontainerasli{
position: relative;
width: 200px; /*marquee width */
height: 150px; /*marquee height */
background-color: white;
overflow: hidden;
padding: 2px;
padding-left: 4px;
}