
/**************************** Slider/Carousel CSS Components ****************************/

div#carousel_head
{
}
div#carousel_controls 
{	
	font-size:10px; 
	margin:5px 0 0 575px;
	cursor: pointer;
	color: #4040FF;
}

.slidercontent 
{
	position:absolute;
}

.slidercontent .upper 
{
	border-bottom:
	1px solid #9ac1c9;
}

.section 
{
	padding:10px;
}

.newsslider 
{
	position:relative; 
	overflow:hidden; 
	/*border:2px inset #9ac1c9; */
	border: 2px solid #808080;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	height: 300px; 
	width: 725px; 	
	margin-bottom: 20px;
	background-color: #BCC9CE;
	background-image: url(../images_new/news_special.jpg);
	background-repeat: no-repeat;
}

.newsslidercontent 
{
	position:absolute;
}

.newsslidercontent .upper 
{
	/* border-bottom: 1px solid #9ac1c9; */
	border-bottom: 1px dotted #800000;
}

.newssection 
{
	padding: 10px; 
	height: 300px;
}

.news_text_header
{
	color: #4040FF; 
	font-size: 1.3em; 
	font-weight: bold;
	text-decoration: underline;
}
.news_text_subheader
{
	color: #BF302E; 
	font-size: 1.2em; 
	font-weight: bold;
}
