/*
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;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}
body {
	font:13px/1.231  Calibri,Arial,Helvetica, sans-serif;
*font-size:small;
*font:x-small;
}
select, input, button, textarea, button {
	font:99% Calibri, Arial, Helvetica, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}

#featured{
	width:238px;
	position:relative;
	height:210px;
	background:#fff;
	z-index: 999;
	margin-left: 6px;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	list-style:none;
	padding:0;
	margin:0;
	height: 20px;
	width: 104px;
	z-index: 999;
	right: 0px;
	bottom: 28px;
}
#featured ul.ui-tabs-nav li{
	font-size:12px;
	float: left;
	margin-right:5px;
	
	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: #fff;
	COLOR: #333;
	FONT-SIZE: 14px;
	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: #fff;
	BORDER-RIGHT-COLOR: #a00100;
	BORDER-LEFT-COLOR: #a00100
}
#featured li.ui-tabs-selected{
	color: #FFF;
	background-color: #F00;
}
#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: 0px;
	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;
	line-height: 25px;
}
#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; 
}
