
/* Main Content Slider (1st)==============================*/
/* Slider with pagination for main content ===============*/
/*========================================================*/


.sliderwrapper{
	position: relative; 			/*leave as is*/
	overflow: hidden;
	width: 382px; 					/*width of featured content slider*/
	height: 450px;
	float: left;
	visibility: inherit;
	
}
.contentdiv{ /* font setting for the content */
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

.sliderwrapper .contentdiv{
	visibility: hidden; 			/*leave as is*/
	position: absolute;				/*leave as is*/
	left: 0; 					 	/*leave as is*/
	top: 0;
	width: 370px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 440px;	
	background-color: #ECC075;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D07210;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D07210;
	border-bottom-color: #D07210;
	padding: 5px;		
/* add transparancy to make the blend transition work */

}




.pagination{
	width: 380px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: justify;
	float: left;
	background-color: #E2A653;
	height: 20px;
	font-size: 14px;
	line-height: 24px;	
}

.pagination a{
	text-decoration: none;
	color: #EEC77E;
	background-color: #e2a653;
	width: 60px;
	padding-right: 2px;
	padding-left: 2px;
	display: block;
	float: left;
	text-align: center;
	height: 20px;
}

.pagination a:hover, .pagination a.selected{
	color: #D78528;
	height: 20px;
	background-image: url(../images/sub-menu-tab.png);
}
