
#featured { 
	width: 780px; 
	padding: 18px 120px 10px 21px;
	position: relative; 
	height: 560px;
	margin-bottom: 35px;
	margin: 0px auto;
}

#featured ul.tabs { 
	position: absolute; 
	top: -10px; 
	left: 750px; 
	padding: 0; 
	margin: 0; 
}

#featured ul.tabs li { 	 
	font-size: 10px; 
	color: #666; 
	line-height: 10px;
	height: 75px; 
	color: #333;
	overflow: hidden;
	width: 96px;	 
	background: #fff;
	margin-bottom: 11px;
	position: relative;
}

#featured ul.tabs li a.title {
	position: absolute;
	z-index: 5;
	color: #000000; 
	font-family: arial;
	bottom: 7px;
	width: 96px;
	text-align: center;
	/*text-shadow: 1px -1px 0 #000;*/
	text-decoration: none;
}

#featured ul.tabs li img {
	width: 96px;
	height: 75px; 
	opacity: 0.5;
	z-index: 3;
}

#featured ul.tabs li.current img, #featured ul.tabs li img: hover {
	opacity: 1.0;
} 

#featured div.container img { 
	position: absolute;
	max-width: 700px;
	max-height: 550px;
	left: 0;
}

#featured div.container {
	position: relative; 
	z-index: 0;
	opacity: 0; /* Added to avoid initial overlapping of the containers */
}

#featured div.container.previous {
	z-index: 1;
}

#featured div.container.current {
	z-index: 2;
	opacity: 1; /* Added to avoid initial overlapping of the containers */
}
 
#featured h2 { 
	font-size: 20px; 
	font-family: Arial; 
	color: #4A4A4A; 
	padding: 5px 5px 5px 0px; 
	margin: 0;
	overflow: hidden; 
	line-height: 65px;
	text-transform: uppercase;
	height: 50px; overflow: hidden;
	position: absolute;
	top: 453px;
	/*text-shadow: 1px -1px 0 #000;*/
	text-align: left;
	/*letter-spacing: -1px;*/
	width: 475px;
}