.contentslide{
	padding: 0px;
	width: 360px;
	height: 300px;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 360px;
	text-align: right;
	border-top: 0 solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0 solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	word-spacing: .5em;
	padding: 3px;



}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 360px; /*IE5 width*/
width: 383px; /*IE6 width*/
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
.contentslideTITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	text-indent: 20pt;
}


.margin {
	margin: 4px;
	padding: 3px;
}
.frame {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 468px;
	border: none #FFFFFF;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:  rect(0px 0px 0px 0px);
}
