.the-slider{ 
	width:66%; 
	padding-right:33%; 
	position:relative; 
	border:5px solid #ccc; 
	height:250px; 
	background:#fff;
}
.the-slider ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:66%; 
	list-style:none; 
	padding:0; margin:0; 
	width:33%; 
}
.the-slider ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
.the-slider ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
.the-slider ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
.the-slider li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
.the-slider li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
.the-slider li.ui-tabs-selected{ 
	background:url('../images/selected-item.gif') top left no-repeat;  
}
.the-slider ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
.the-slider .ui-tabs-panel{ 
	width:100%; height:250px; 
	background:#999; position:relative;
}
.the-slider .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('../images/transparent-bg.png'); 
}
.the-slider .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
.the-slider .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
.the-slider .info a{ 
	text-decoration:none; 
	color:#fff; 
}
.the-slider .info a:hover{ 
	text-decoration:underline; 
}
.the-slider .ui-tabs-hide{ 
	display:none; 
}
