#rotatorcontent {
	width: 960px;
	background: #FFF;
	border:1px solid #CCCCCC;
}

h1 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}

h4 {
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
}

span {
	line-height: 10px;
	font-size:11px;
}


div#feature_list {
	width: 960px;
	height: 240px;
	overflow: hidden;
	position: relative;
	z-index:1;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 207px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	height: 60px;
}


ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 5px;
	height: 60px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: underline;
	height: 60px;
}

ul#tabs li a.current {
	background:  url('Store/pc/feature-tab-current.png');
	background-repeat:no-repeat;
	color: #FFF;
	height: 60px;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
	height: 60px;
}


ul#output {
	right: 0;
	width: 778px;
	height: 240px;
	position: relative;
	z-index:1;
}

ul#output li {
	position: absolute;
	width: 778px;
	height: 240px;
	z-index:1;
}

ul#output li a {
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	z-index:1;
}

ul#output li a:hover {
	background: #D33431;
}