﻿.contentslide{
	border-width: 0px;
	border-style: none;
	border-color: black;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 715px;
	height: 70px;
	font-family: Verdana;
	font-size: xx-small;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

.contentdiv {
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px;
	border-color: inherit;
	display: block;
	float: none;
	margin: 2px;
	width: 710px;
	height: 70px;
	font-family: Verdana;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

.pagination{
width: 700px; /*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: ;
border: 1px solid navy;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 1 0 0px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 700px; /*IE5 width*/
width: 700px; /*IE6 width*/
}

.pagination a{
	padding: 0 0px;
	text-decoration: none;
	color: #000000;
	background-color: white;
	font-family: Verdana;
	font-size: xx-small;
}
.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #C0C0C0;
	font-family: Verdana;
	font-size: xx-small;
	font-weight: normal;
}
