#slide_show ul.ui-tabs-nav{ 
	position:absolute; 
	bottom:-32px; left:0; 
	list-style:none; 
	padding:2px 0 0; margin:0;
	z-index:1000;
	width:608px;
	
}
#slide_show ul.ui-tabs-nav li{ 
	padding:0;
	font-size:12px; 
	color:#292929; 
	display:inline;
	width:auto;
}

#slide_show li.ui-tabs-nav-item a{
	color:#888;  background:#f5f5f5 url('../images/tab_inactive.gif') 0 0 repeat-x;
	line-height:18px;
	padding: 5px 10px;
	border:1px solid #ccc;
}
#slide_show li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2;
}
#slide_show li.ui-tabs-selected{ 
	background:#fff;
}
#slide_show ul.ui-tabs-nav li.ui-tabs-selected a{ 
background:#fff; 
color:#333;
border-top:1px solid #fff;
}
#slide_show .ui-tabs-panel{ 
height:300px; 
position:relative;
	width:608px;margin:auto;
	z-index:500;
}
#slide_show .ui-tabs-hide{ 
	display:none; 
	z-index:0;
}
#slide_show{margin: 10px; no-repeat center center;position:relative;}

#intro{background:url('images/promo_bg.jpg') no-repeat center center;}