.Box{ 
	width:270px; /*400px*/
	padding-right:250px; 
	position:relative; 
	height:250px; overflow:hidden;
	background:#fff;
	float:left;
	
}
.Box ul.ui-tabs-nav{ 
	/*position:absolute;*/ /*absolute*/
	/*top:0; left:0px; /*400px*/
	list-style:none; 
	padding:0; margin:0; 
	width:110px;/*250px*/ height:250px;
	/*overflow:auto;
	overflow-x:hidden;*/
}
.Box ul.ui-tabs-nav li{ 
	padding:1px 0; /*padding-left:13px;*/  
	font-size:12px; 
	color:#666; 
}
.Box ul.ui-tabs-nav li img{ 
	float:left; margin:2px; 
	background:#fff; 
	/*padding:2px;*/ 
	width:84%;
	/*border:1px solid #eee;*/
}
.Box ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
.Box li.ui-tabs-nav-item a{ 
	display:block; padding:0px;
	height:60px; text-decoration:none;
	color:#333;  background:#fff; 
	line-height:20px; outline:none;
}
.Box li.ui-tabs-nav-item a:hover{ 
	/*background:#f2f2f2; */
}
.Box li.ui-tabs-selected, #featured li.ui-tabs-active{ 
	/*background:url('images/selected-item.gif') top left no-repeat; */ 
}
.Box ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 
	/*background:#ccc; */
}
.Box .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; 
	position:absolute;/*relative*/
	top:0; left:120px;
}

/*
.Box .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
*/
.Box .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
.Box .info h2{ 
	font-size:1.2em; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden; 
}
.Box .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
.Box .info a{ 
	text-decoration:none; 
	color:#fff; 
}
.Box .info a:hover{ 
	text-decoration:underline; 
}
.Box .ui-tabs-hide{ 
	display:none; 
}