
.contentslide 
{
	width: 614px;
	height: 200px;
	padding: 0;
	background-color: #fff;
	
	/*
	border: 10px solid navy;
	border-bottom-width: 6px;
	*/
	
	/* border-right: 1px solid #ddd; */
	
	/* padding: 1px 0 0 1px; */
}

.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;
	
	/* background-image: url(../images/contentslider_insidebg.gif); */
}

.contentslide .contentdiv
{
	display: none;
}

.contentslide .contentdiv img
{
	width: 614px;
	height: 199px;
}

.pagination
{
	/* float: right;
	width: 50px;
	padding: 4px 6px; */
	
	/*width: 416px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	padding: 0;
	margin: 0px;

	/* background-color: navy; 
	/*border: 10px solid navy;
	border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
	/* padding: 0 0 4px 0; */
	
	overflow: hidden;
}

* html .pagination
{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
/*	width: 20px; /*IE5 width*/
/*	w\idth: 36px; /*IE6 width*/
}

.pagination a
{
	/* margin-top: -1px; */
	display: block;
	width: 179px;
	height: 12px;
	min-height: 11px;
	vertical-align: middle;

	font-size: 13px;
	font-weight: bold;
	text-align: center;
	/* padding: 12px 12px 13px 12px; */
	/* border: 1px solid Gainsboro; */
	border-width: 1px;
	border-style: none none solid solid;
	border-color: #FFF; /*#babdd0; /* #888 #ccc #ccc #888; */
	padding: 11px 10px 16px 10px;
	margin: 0;
/* margin: 1px;
	margin-left: 0; */
	
	/* padding: 0 5px; */
	text-decoration: none;
	color: #2e6ab1;
	
	/* background-color: white; */
	background-image: url(../images/contentslider-button.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.pagination a:hover, .pagination a.selected
{
	/* border: 1px solid Gainsboro; */
	/* padding: 11px 10px 16px 10px; */
	color: #FFF;
	
	/* background-color: #FEE496; */
	background-image: url(../images/contentslider-button2.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	/* background-color: #efea29; */
}