.slideCol{
	width:320px;
	height:250px; 
	border:1px solid #cdcdcd; 
	display:inline-block; 
	float:left; 
	overflow:hidden; 
	background-color:#fff;
	}
.slideCol a h1{width:320px; height:30px;}
.slideCol a h1 span{width:310px; height:30px;background: url(../images/arrow.gif) center right no-repeat; display:block; cursor:pointer}
.slideCol a h1 span{_position:relative; _top:-3px;}/* << ---for ie6 only---- */
.slideCol a h1 span:hover, .slideCol a h1 span.hover{background:url(../images/arrow-hover.gif) center right no-repeat;}

#featured{ 
	width:320px; 
	position:relative; 
	height:220px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:120px; 
	list-style:none; 
	padding:0; margin:0; 
	width:200px;
}
#featured ul.ui-tabs-nav li{ 
	font-size:12px; 
	color:#666;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Arial, Helvetica, sans-serif;
	line-height:21px; 
	font-weight:bold;
	padding-left:5px;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:21px; 
	color:#666;
	line-height:25px;
	text-decoration:none;
	border-bottom:1px solid #cdcdcd;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#cedb00;
	color:#333;
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#629a00;
	color:#fff;
}
#featured .ui-tabs-panel{ 
	width:120px; height:220px; 
	background:#fff; position:relative;
}
#featured .ui-tabs-panel img{
	width:120px;
	border:0;
	}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('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:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
