.contentslide{
	border: 2px solid navy;
	border-bottom-width: 6px;
	padding: 8px;
	width: 250px;
	height: 250px;
}

.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: 250px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	background-color: navy;
	border: 2px solid navy;
	border-width: 0 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

* 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{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
DIV.glide {
	Z-INDEX: 200;
	LEFT: 300px;
	VISIBILITY: hidden;
	WIDTH: 250px;
	POSITION:   absolute;
	TOP: 138px;
	BACKGROUND-COLOR: #b7b7b7
}
DIV.glide P {
	MARGIN: 0.6em 0.8em 1em 0.6em
}

DIV.glide .innerdiv{
background: transparent url(../images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 0px;
top: 0px;
padding: 1px 4px 15px 5px;
}
