@charset "UTF-8";
/* CSS Document */

.contentslide{
border: none;
padding: 0px;
width: 384px;
height: 293px;
background: none;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
z-index: 0;
}



.contentslide .contentdiv{
display: none;
}

.contentdiv:hover{
	opacity:.7;filter:alpha(opacity=70);
	background: #000;
}

.pagination{
width:0x; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
visibility: hidden;
height: 0px;
background: none;
border: none;
z-index: 1024;
}


* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 384px; /*IE5 width*/
w\idth: 384pxpx; /*IE6 width*/
z-index: 1024;
}


.pagination a{
z-index: 1024;
width:0x; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
visibility: hidden;
height: 0px;
}


.pagination a:hover, .pagination a.selected{
width:0x; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
visibility: hidden;
height: 0px;
z-index: 1024;
}

