#slider1 h2{
 font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#b62695;
}
.contentslide{
border: 1px dashed #959595;
padding: 8px;
width: 580px;
min-height: 180px;
}

.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;
}



* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 580px; /*IE5 width*/
w\idth: 590px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.pagination{
	padding:15px 0;
	text-align:right;
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#3D96CE;
	}
.pagination a, .pagination a:visited{
	position:relative;
	top:0px;
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:0 .35em 0 .35em;
	color:#959595;
	background:#fff;
	border:1px solid #959595}
.pagination {
	position:relative;
	top:3px;
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:0 .35em 0 .35em;
	color:#dedede;
	background:#f6f6f6;
	}
.pagination a:hover, .pagination a:active,{
	border:1px solid #fff}
.more-pagination{
	padding-right:20px;
	float:right;
	text-align=right;
	font-weight:bold;
}
