.contentslide{
	background-color: #eeeeee;
	padding: 2px;
	width: 100%;
}

.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{
	padding: 5px;
}
.contentslide .contentdiv a:link, .contentdiv a:visited{
	color: #a70000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	display: block;
}

.contentslide .contentdiv a:hover{
	color: #ff0000;
}
.pagination{
	text-align: left;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
width: 100%; /*IE6 width*/
}

.pagination a{
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FEE496;
	border: 1px solid #CCCCCC;
}
img{
	margin: 2px;
	padding: 1px;
	border: 2px solid #E2E2E2;
}

.contentslide2{
	padding: 0px;
	width: 100%;
}

.contentslide2 .opacitylayer2{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity2=100);
-moz-opacity: 1;
opacity2: 1;

}

.contentslide2 .contentdiv2{
	padding: 0px;
}

.pagination2{
	text-align: right;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

* html2 .pagination2{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
width: 100%; /*IE6 width*/
}

.pagination2 a{
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.pagination2 a:hover, .pagination2 a.selected{
	color: #b70000;
	background-color: #FEE496;
	border: 1px solid #CCCCCC;
}
img{
	margin: 0px;
	padding: 0px;
	border: 2px solid #E2E2E2;
}

.contentslide3{
	padding: 2px;
	width: 100%;
}

.contentslide3 .opacitylayer3{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity2=100);
-moz-opacity: 1;
opacity2: 1;

}

.contentslide3 .contentdiv3{
	padding: 5px;
}

.pagination3{
	text-align: left;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

* html3 .pagination3{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
width: 100%; /*IE6 width*/
}

.pagination3 a{
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.pagination3 a:hover, .pagination3 a.selected{
	color: #b70000;
	background-color: #FEE496;
	border: 1px solid #CCCCCC;
}
img{
	margin: 2px;
	padding: 1px;
	border: 2px solid #E2E2E2;
}
