.contentslide{
	border:0;
	padding:0;
	margin:auto;
}

.contentslide .contentdiv{
	display:none;
	width: 100%;
	background-color:#fff;
}

div.contentdiv img {
	border:none;
	padding:0;
	margin-left:10px;
}

.contentslide .contentdiv p {
	padding:0 4px;
}

.contentslide .contentdiv span {
	padding:0;
	margin:0 2px;
	font-size:80%;
}

.pagination {
	/*width:346px; 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:none;
	margin:0;
	padding:0 3px 0 0;
}

/** html .pagination{ Simplified box model hack to get IE5 to display width equal to that of Content Slider's
	width: 346px; IE5 width
	w\idth: 346px; IE6 width
}*/

.pagination a{
	padding:0 5px;
	text-decoration:none; 
	color:#005188;
	background-color:#fff;
	border:1px #005188 solid;
}

.pagination a:hover, .pagination a.selected{
	color:#e3ebfe;
	background-color:#005188;
	text-decoration:none;
}