﻿.contentslide{
	border: 0px solid #606060;
	padding: 0px;
	width: 198px;
	height: 150px;
}

.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{
	border-style: solid;
	border-color: navy;
	width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/;
	text-align: center;
	border-width: 0 0px 0 0px;
/*Left/ right border width of pagination DIV.*/	padding: 0 3 4px 0;
}
html .pagination{
	/*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 198px; /*IE5 width*/
	w\idth: 198px; /*IE6 width*/
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #ff9900;
}
.pagination a:hover, .pagination a.selected{
	border: 1px solid #403d3d;
	color: #FFFFFF;
	background-color: #444242;
	padding-top: 1px;
	font-family: "Unikurd Web", Tahoma, Arial;
	font-size: 10pt;
	padding-right: 3px;
}
img {
	border: 0px dashed #FFFFFF;
}
