.contentslide{
	border: 0;
	padding: 0px;
	width:100%;
	height:160px;
}

.contentslide .contentdiv{
display: none;
}

.pagination {
	width:inherit; /*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: transparent;
	padding-bottom:0px;/*border: 14px solid green;*/
/*border-width: 0 20px; Left/ right border width of pagination DIV.*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
/*width: 400px; IE5 width*/
/*w\idth: 416px; IE6 width*/
}

.pagination a {
	font-family: Arial, sans serif;
	font-size: 0px;
	padding-right: 8px;
	padding-left:3px;
	padding-bottom:12px;
	padding-top:2px;
	color: #505153;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	background-image: url(images/icons/slider-dot-grey.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	min-height: 11px;
	min-width: 11px;
}

.pagination a:hover {
	font-family: Arial, "sans serif";
	font-size: 0px;
	font-weight:bold;
	padding-right: 8px;
	padding-left:3px;
	padding-bottom:12px;
	padding-top:2px;
	color: #505153;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	background-image: url(images/icons/slider-dot-orange.jpg);
	height: 11px;
	width: 11px;
	min-height: 11px;
	min-width: 11px;
	background-repeat: no-repeat;
}

.pagination a.selected {
	font-family: Arial, sans serif;
	font-size: 0px;
	font-weight:bold;
	padding-right: 8px;
	padding-left:3px;
	padding-bottom:12px;
	padding-top:2px;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	background-image: url(images/icons/slider-dot-orange.jpg);
	height: 11px;
	width: 11px;
	min-height: 11px;
	min-width: 11px;
	background-repeat: no-repeat;
}
