.contentslide{
	width: 236px;
	height: auto;
	border: none;


}

.contentslide2{
	width: 170px;
	height: auto;
	border: none;


}

.contentslide .contentdiv{
	display: none;
	background-image: url(1new/images/questionmark.gif);
	background-position: right top;
	background-repeat: repeat-y;



}

.pagination{
	width: 240px;
	padding: 0 0 4px;
	background-color: #FFE784;


}

.pagination2{
	width: 170px;
	padding: 0 0 4px;
	background-color: #FFE784;


}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 240px; /*IE5 width*//*w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: #FFE680;
}

.pagination a:hover, .pagination a.selected{
color: #3366CC;
background-color: #FEF0C7;
}
