.contentslide{
	position: relative;
	top: 0px;
	left: 0px;
	/*border: 1px solid #00044A;*/
	border-bottom: 1px solid #03205A;
	border-right: 1px solid #03205A;
	padding: 0;
	width: 440px;
	height: 80px;
}

.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: 428px; /*Width of pagination DIV. To equal that of Content Slider's width, the later's left/right paddings!*/
	text-align: right;
	margin: 0 0 20px 2px;
	background: #FFFFFF url(../img_src/elements/gray_fade1.gif) top left repeat-x;
	background-color: #FFFFFF;
	padding: 0 10px 0 0;
}
	.pagination a{
		padding: 1px 5px 0 5px;
		text-decoration: none; 
		font-family: arial, sans-serif;
		font-size: 10pt;
		color: #03205A;
		background-color: white;
		border-left: 1px solid #03205A;
		border-right: 1px solid #03205A;
		border-bottom: 1px solid #03205A;
	}

	.pagination a:hover{
		color: #DCDCDC;
		background-color: #4564A3;
	}
	.pagination a.selected{
		color: #E5FF42;
		background-color: #264075;
	}
.paglink {
	position: relative;
	top: 6px;
	left: 20px;
}
	.plink {
		font-family: arial, sans-serif;
		font-size: 11px;
	}
	A.plink:link {
		color: #999999;
		text-decoration: none;
	}
	A.plink:visited {
		color: #999999;
		text-decoration: none;
	}
	A.plink:hover {
		color: #03205A;
		text-decoration: underline;
	}
	A.plink:active {
		color: #03205A;
		text-decoration: underline;
	}

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

