div.feature_main {
	margin-top:1px;
	width: 425px;
	height: 407px;
	background-position: 0 0;
	background-repeat: repeat-y;
	background-image: url(../images/album/album_back.gif); 
	list-style: none;
}

div.feature_main div.feature_top {
	width: 425px;
	height: 14px;
	list-style: none;
}

div.feature_main div.feature_container {
	overflow: hidden;
	width: 394px;
	position: relative;
	margin: 0 15px 0 15px;
	top: -15px;
	list-style: none;
}

div.feature_main div.feature_scroller {
	overflow: hidden;
	width: 9000px;
	position: relative;
	list-style: none;
}

div.feature_main div.feature {
	width: 570px;
	float:left;
	list-style: none;
}

div.feature_main div.links {
	float: left;
	width: 394px;
	list-style: none;
}

div.feature_main div.links h4 {
	overflow: hidden;
	list-style: none;
}

div.feature_main div.links h4 img {
	display: block;
	max-width:395px;
	max-height: 265px;
	list-style: none;
}

div.feature_main dl.info dt.title {
	font: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 1.3;
	margin-top:-10px;
	max-height:65px;
	min-height:65px;
	color:#ffffff;
	list-style: none;
}

/* feature_control
---------------------------------------------------------------------------*/

div.feature_main {
	overflow: hidden;
	list-style: none;
}

div.feature_control {
	position: relative;
	left: 85px;
	margin-top: -20px;
	list-style: none;
}

div.feature_control ul {
	overflow: hidden;
	_display: inline;
	position: relative;
	list-style: none;
}

div.feature_control li {
	float: left;
	list-style: none;
}

div.feature_control li a {
	display: block;
	text-indent: -9000px;
	height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	list-style: none;
}

div.feature_control li.indicator a { width: 35px; background-position: 0px 0px; list-style: none;}
div.feature_control li.indicator a:hover { background-position: 0px -28px; list-style: none;}
div.feature_control li.indicator a.selected { background-position: 0px -55px !important; cursor: default; list-style: none;}
div.feature_main div.feature_control li.indicator a { background-image: url(../images/album/album_control.png); list-style: none; }
