.contentslide{
	width: 90%;
	height: 150px;
	min-height: 150px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D5D5D5;
}

.contentslide .contentdiv{
	display: none;
	color: #949494;
}

.pagination{
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
/*background-color: #E7E7E7;*/
border: 0px solid #E7E7E7;
padding: 0px;
margin:0px;
text-decoration: none;
text-align:center;
}


* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
w\idth: 100%; /*IE6 width*/
}
#right-column #slider1 .contentdiv h2 {
	font-size: 12px;
	color: #A2D5E1;
}


.pagination a{
padding:0 7px 0 7px;
text-decoration: none; 
color: #FFFFFF;
font-weight:bold;
margin:0;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #A2D5E1;
margin:0;
}
#right-column .contentdiv p {
	font-size: 11px;
	line-height: 15px;
}
#right-column #slider1 .contentdiv h1 a {
	font-size: 16px;
	color: #030303;
	letter-spacing: -1px;
}
