
.contentslide_search{
	padding: 0px;
	width: 850px;
	margin:0px;
}

/*Do not edit this rule unless you're familiar with CSS opacity behavior*/
.contentslide_search .opacitylayer{ 
/*	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
}

.contentslide_search .contentdiv{
	display: none;
}


.contentslide{
	border: 2px solid navy;
	padding: 0px;
	width: 250px;
	height: 188px;
	margin:0px;
	overflow:hidden;
}

.contentslide img{
	border:none;
	width:250px;
	height:188px;
	padding:0px;
	margin:0px;
}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	width: 248px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	height:20px;
	text-align: right;
	background-color: #CCCCCC;
	padding: 6px 6px 2px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 248px; /*IE5 width*/
	w\idth: 248px; /*IE6 width*/
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #004070;
	background-color: #CCCCCC;
	border: 1px solid #004070;
}
.pagination a { color: #004070; text-decoration: none; }
.pagination a:hover { color: #333333; text-decoration: underline; }
.pagination a:visited {	color: #FFFFFF;}
.pagination a.selected{	color: #FFFFFF; background-color: #004070;}


.pagination_search{
	/*width:850px;*/ /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	height:20px;
	text-align: right;
	background-color: #fff;
	padding: 6px 6px 2px 10px;
	margin:10px 0px 0px 10px;
	clear:both;
	float:right;
}

* html .pagination_search{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 248px; /*IE5 width*/
	w\idth: 248px; /*IE6 width*/
}

.pagination_search a{
	padding: 0 5px;
	text-decoration: none; 
	color: #004070;
	background-color: #CCCCCC;
	border: 1px solid #004070;
}

.pagination_search a:hover, .pagination_search a.selected{
	color: #fff;
	background-color: #004070;
}

/*#slider2{

	color: #333;
	margin: 5px 0 10px 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}
	#slider2 p{
		color: #333;
		margin: 5px 0 10px 0;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		font-size: 12px;
	}*/