#home-features {
	width: 480px;
	min-height: 330px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 10px;
	/*background: url(images/rough-underline.png) repeat-x 0 100%;*/
}


/* container for slides */
.features {
	position:relative;	
	height: 300px;
	width:480px;
	float:left;	
	margin:0;
	cursor:pointer;
}

/* single slide */
.features div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0;
	height:300px;
	width: 480px;
	font-size:12px;
	background: #444;
	color: #fff;
}

/* header */
.features div a {
	display: block;
	width: 480px;
	height: 300px;
}

.features div a img {display: block;}

/* tabs (those little circles below slides) */
.tabs {
	position: absolute;
	top: 310px;
	left: 0;
	width: 420px;
	height: 8px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

#controls {
	position: absolute;
	top: 300px;
	left: 430px;
	width: 50px;
	height: 25px;
}

#controls a {
	height:25px;
	width: 25px;
	cursor:pointer;
	font-size:11px;
	text-indent: -9999px;
	float: left;
	display: block;
}

a#play-button {	
	background:url(images/controls.png) no-repeat 0 0;
}

a#play-button:hover, a#play-button:active {
	background-position: 0 -25px;
}

a#stop-button {	
	background:url(images/controls.png) no-repeat -25px 0;
}

a#stop-button:hover, a#stop-button:active {
	background-position: -25px -25px;
}