﻿
div#feature_list {
	width: 690px;
	height: 325px;
	overflow: hidden;
	position: relative;
}
div#feature_list ul {
	
	list-style: none;
	padding: 0;
	margin: 0;
}

/*-- Style for tab/text/transparent navigation links --*/
ul#tabs { border: 0px solid red;
	position: absolute;
	bottom: 2px;
	left: 301px;
	z-index: 2000;
	width: 100px;
	height: 15px;
}
ul#tabs li {
	float: left;
	padding: 0;
	display: block;
	height: 15px;
}
ul#tabs li a img {
	padding: 0;
	border: none;
	float: left;
	margin: 0;
	height: 16px;
}
ul#tabs li.one img {
	width:115px;
}
ul#tabs li a {
	border: 0px solid red;
	display: block;
	padding: 0px;
	position: relative;
	z-index: 3001;
	float: left;
	margin: 0 1px;
}
ul#tabs li a:hover {
}
ul#tabs li a.current {
}
ul#tabs li a.current:hover {
}
ul#tabs a.one img {
	width: 15px;
}
ul#tabs a.two img {
	width: 15px;
}
ul#tabs a.three img {
	width: 15px;
}
ul#tabs a.four img {
	width: 15px;
}
ul#tabs a.five img {
	width: 15px;
}
ul#tabs a.six img{
	width: 15px;
}

/*-- Styles for main image box --*/
ul#output {
	top: 0;
	right: 0;
	width:690px;
	height: 325px;	
	position: relative;
	padding: 0;
}
ul#output li {
	width: 690px;
	height: 325px;
	padding: 0;
}
ul#output li a img { border: 0px solid yellow;
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	z-index: 1;
	width: 690px;
	height:325px;
			/*background: #000;
			-moz-border-radius: 5px;*/
}
ul#output li a:hover {
}
