﻿.contentslide{
border: 2px solid #e3e3e3;
border-bottom:0px solid #CC0000;
width: 350px;
height: 300px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 352px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	background-color: #e3e3e3;
	padding: 0px 2px 2px 0px;
}


.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #000;
background-color: #DDDDDD;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFFFFF;
}