/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {
	color:#000;
	background:#FFF;
}
div, dl, dt, dd, ul, ol, li,h2 {
	margin:0;
	padding:0;
}

fieldset, img {
	border:0;
}

li {
	list-style:none;
}
caption, th {
	text-align:left;
}


#featured{
	width:320px;
	position:relative;
	height:240px;
	background:#fff;
	z-index: 999;
	margin-left: 6px;
	margin-top: 6px;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	list-style:none;
	padding:0;
	margin:0;
	height: 20px;
	width: 100px;
	z-index: 999;
	right: 2px;
	bottom: 30px;
}
#featured ul.ui-tabs-nav li{
	font-size:10px;
	float: left;
	margin-right:1px;
	
	display: inline;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured li.ui-tabs-nav-item a{
	BORDER-BOTTOM: #dcdcdc 1px solid;
	BORDER-LEFT: #dcdcdc 1px solid;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	BACKGROUND: #f0d56e;
	COLOR: #333;
	FONT-SIZE: 12px;
	BORDER-TOP: #dcdcdc 1px solid;
	FONT-WEIGHT: bold;
	BORDER-RIGHT: #dcdcdc 1px solid;
	PADDING-TOP: 0px
}
#featured li.ui-tabs-nav-item a:hover{
	BORDER-BOTTOM-COLOR: #a00100;
	BORDER-TOP-COLOR: #a00100;
	BACKGROUND: #c00100;
	COLOR: #FFCC00;
	BORDER-RIGHT-COLOR: #a00100;
	BORDER-LEFT-COLOR: #a00100
}
#featured li.ui-tabs-selected{
	
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
    BORDER-BOTTOM-COLOR: #a00100;
	BORDER-TOP-COLOR: #a00100;
	BACKGROUND: #c00100;
	COLOR: #fff;
	BORDER-RIGHT-COLOR: #a00100;
	BORDER-LEFT-COLOR: #a00100
}
#featured .ui-tabs-panel{

	
	
}
#featured .ui-tabs-panel .info{
	overflow: hidden;
	background-image: url(transparent-bg.png);
	position: absolute;
	width:100%;
	bottom: 0;
	left:0;
	height:28px;
}
#featured .info h2{
	font-size:12px;
	font-family:Georgia, serif;
	color:#fff;
	margin:0;
	overflow:hidden;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	line-height: 28px;
	white-space: nowrap;
	height: 28px;
}
#featured .info p{
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
	display: none;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{
	text-decoration:none;
}
#featured .ui-tabs-hide{ 
	display:none; 
}
#featured img {
	width: 320px;
	height: 200px;
}
