.contentslide{

border: 1px dashed white;

}



.contentslide .contentdiv{

display: none;



}



.pagination{

width:10em;

float:left;

line-height:1em;

padding-top:1px;

padding-left:17px;

padding-bottom: 5px; 

}



* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

width: 9em; /*IE5 width*/

w\idth: 9em; /*IE6 width*/

}

* html .tabcontentstyle{
w\idth: 25em;
}

.pagination a{

margin-left:0px;

color:white;

	font-size:.8em;

	text-decoration:none;

	float:left;

	display:block;

	width:20px;

	border:1px solid white;

	height: 20px;

	text-align: center;

	padding-top:5px; 

}



.pagination a:hover, .pagination a.selected{

background-color:#CC6600;



}
