#featured{ 
	width:520px; 
	padding:0;
	margin:0; 
	padding-right:200px; 
	position:relative; 
	border:5px solid #ccc; 
	height:450px; 
	background:#fff;
}




#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:-1px; 
	left:520px; 
	list-style:none; 
	/*width:200px;*/
	padding:0; 
	margin:0; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border:none;
	height:451px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#featured ul.ui-tabs-nav li{ 
	padding:0; 
	margin:0; 
	width:200px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border:none;
	margin-bottom:2px;
	cursor:pointer;
}
#featured ul.ui-tabs-nav li .imgBXx{ 
	float:left; 
	background:#fff; 
	padding:0; 
	margin:0;
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:73px;
	width:50px;
	float:left;
	margin:0 5px;
	-moz-background-size:100%;
	-o-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
}


#featured ul.ui-tabs-nav li span{ 
	font-size:11px; 
}
#featured li.ui-tabs-nav-item a{ 
	padding:0; 
	margin: 0; 
	display:block; 
	color:#333;  
	float:none;
}
#featured li.ui-tabs-nav-item a span{
	display:block; 
	line-height:73px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	/*background:#f2f2f2;*/ 
}
#featured li.ui-tabs-selected{ 
	/*background:url('images/selected-item.gif') top left no-repeat;*/
	cursor: default;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	/*background:#ccc;*/
	cursor: default; 
}
















#featured .ui-tabs-panel{
padding:0; 
	width:520px; 
	height:450px; 
	background:#fff; 
	position:relative;
}
#featured .ui-tabs-panel .imgBXx{
	background-position:30% 20%; 
	background-repeat:no-repeat; 
	height:450px; 
	width:520px; 
	float:left;
	margin:0 0px; 
/*	-moz-background-size:100%;
	-o-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
*/}
#featured .ui-tabs-panel .sldr_Btns{
position:absolute;
right:5px;
top:335px;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:380px; 
	left:0; 
	height:70px; 
	background: url('images/transparent-bg.png');
	width:520px;
	border:none;
	padding:0;
	margin:0; 
}
#featured .info h2{ 
	font-size:18px; 
	color:#fff; 
	padding:5px; 
	margin:0;
	overflow:hidden; 
}
#featured .info h2 a{
	color:#fff; 
}
#featured .info p{ 
	margin:0 5px; 
	font-size:11px; 
	line-height:15px; 
	color:#f0f0f0;
	width:50%;
}
#featured .info a{ 
	text-decoration:none; 
}
#featured .info a:hover{ 
	/*text-decoration:underline;*/ 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

