.contentslide{
	padding: 8px;
	width: 632px;
	height: 250px;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid transparent;
	font: 14px/150% Arial, Helvetica, sans-serif;	
}

.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: 628px;
	text-align: right;
	border: 10px solid transparent;
	border-width: 0 10px;
	padding: 0 0 4;
	margin: 0px 10px;
}

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

.pagination a{
	width: 10px;
	padding: 0 5px;
	text-decoration: none;
	color: #b3c1d0;
	background-color: #4f6d90;
	font: 12px/100% Arial, Helvetica, sans-serif;
}

.pagination a:hover, .pagination a.sel{
	width: 10px;
	padding: 0 5px;
	text-decoration: none;
	color: #032f61;
	background-color: #8197b0;
	font: 12px/100% Arial, Helvetica, sans-serif;
}
.obr{
	border: 1px solid #4f6d90;
}
.obr2{
	border-top: 1px none #4f6d90;
	border-right: 1px solid #4f6d90;
	border-bottom: 1px solid #4f6d90;
	border-left: 1px solid #4f6d90;
}