#featured{ 
	width:400px; 
	padding-right:150px; 
	position:relative; 
	border:5px solid #000000; 
	height:370px; 
	background:#000000;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:150px;
	height:370px;
	background:#000
	overflow:auto; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:14px;
	font-weight: bold;
	font-family:Arial Black;
	color:#666666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#000000; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:18px; font-family:Verdana; 
	font-weight: bold;
	/* color:#00ffff;  font color on tabs all day */
	line-height:18px;
	text-decoration: none;
}
/* format of right tab boxes */

#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#9afb16; /* font color on tabs regular */ 
	background:#000000; 
	line-height:20px;
	text-align:center;
	border-right: 2px solid #9afb16;
	border-top: 2px solid #9afb16;
	border-bottom: 2px solid #444444;
}

/* change background when hover over */

#featured li.ui-tabs-nav-item a:hover{ 
	background-color:#f2f2f2; /* background color hover */
	color:#000000; /* font color on tabs hover */
}

/* pointer added to right tab boxes */

#featured li.ui-tabs-selected{ 
	background:url('http://www.athleticdogs.com/slider/images/selected-item.gif') top left no-repeat;  
}

/* change text when on the selected tab */

#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#cccccc; 
	color: #000000; /* font color on tabs rotate */
}
#featured .ui-tabs-panel{ 
	width:390px; height:305px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:310px; left:0; 
	height:70px; width: 400;
	background: url('http://www.athleticdogs.com/slider/images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:none; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}