﻿
#feature_container
{
	width: 620px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#feature_ttl
{
	width: 197px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 8px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	background: url(                        "../img_assets/green_rounded.png" ) top left no-repeat transparent;
}

#feature_news_container
{
	position: relative;
	min-height: 270px;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 5px 5px;
	background-color: #ffffff;
	border: 1px #749f23 solid;
}

.feature_news_img
{
	float: left;
	width: 320px;
	height: 240px;
	margin: 0px 5px 0px 0px;
}

.feature_news_data 
{
	position: relative;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

#slidelink, #slidelink a.slidelink, #slidelink a:hover, .feature_news_data a.slidelink
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#slideshow
{
	max-width: 320px;
	max-height: 240px;
	margin: 0px 5px 5px 0px;
	padding: 0 5px 5px 0px;
	float: left;
}

#imgText
{
	position: relative;
	top: 0;
	right: 0;
	padding: 10px 0 0 0px; /*width: 250px; 	height: 220px; */
}

input.play
{
	background: url(       "../img_assets/play.png" ) 0px 0px no-repeat;
	width: 10px;
	height: 10px;
	border: 0px;
	margin: 0 0 5px 0;
	padding: 0;
}

input.pause
{
	background: url(       "../img_assets/pause.png" ) 0px 0px no-repeat;
	width: 10px;
	height: 10px;
	border: 0px;
	margin: 0 0 5px 0;
	padding: 0;
}

input.next
{
	background: url(       "../img_assets/next.png" ) 0px 0px no-repeat;
	width: 10px;
	height: 10px;
	border: 0px;
	margin: 0 0 5px 0;
	padding: 0;
}

input.prev
{
	background: url(       "../img_assets/prev.png" ) 0px 0px no-repeat;
	width: 10px;
	height: 10px;
	border: 0px;
	margin: 0 0 5px 0;
	padding: 0;
}

#slidecontrols
{
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 10px;
	padding: 5px 10px;
	display: inline; 
	/*background: #eee url(       "../img_assets/controls-bg.jpg" ) 0px 0px repeat-x; */
	background-color: #eee ;
}
