.contentslide{
/*border: 10px solid navy;
border-bottom-width: 6px;
padding: 8px;
width: 400px;*/
height: auto;
}

.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;
text-align:left;
/*padding:5px;*/
}

.pagination{
/*width: 416px;*/ /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
/*text-align: right;*/
width:100%;
text-align: left;
/*background-color: #69f1b5;*/
/*height:20px;*/
border-bottom: 1px solid #cccccc;
margin:0;
padding:0;
background: url('/img/bghead3.gif') repeat-x;
/*border: 10px solid navy;*/
/*border-width: 0 10px;*/ /*Left/ right border width of pagination DIV.*/
/*padding: 0 0 4px 0;*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
}

.pagination a{
padding: 1px 10px 1px 10px;
border-right: 1px solid #cccccc;
text-decoration: none;
font-size:12px;
font-family:Arial,Verdana,sans-serif;
/*color: #2e6ab1;*/
color: #3C4753;
/*height:20px;*/
/*background-color: #ffff54;*/
background: url('/img/bghead1.gif') repeat-x;
}

.pagination a:hover, .pagination a.selected{
/*color: #000;
background-color: #FEE496;*/
}
.pagination a.selected{
background: url('/img/bghead2.gif') repeat-x;
border-bottom: 1px solid white;
font-weight:bold;
}
.ul_cspaginate{
	list-style-type:none;
	margin:0;
	padding:0;
}
.ul_cspaginate li{
	line-height:16px;
	display:inline;
	margin:0;
}

