

/* root element for tabs  */
ul#tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
}

/* single tab */
ul#tabs li { 
	float:left;	 
	text-indent:0px;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}






#tab_panes {
	
	position:relative;
	height:520px;	 
	overflow:hidden;
	width:710px;
}



#items {
	position:absolute;
	width:9999em;
}

#items div.item {
	padding:0 0 0 5px;
	width:710px;
	float:left;
	color:#333;
	display:none;
}


/******************
tab_panes2
******************/


#tab_panes2 {
	position:relative;
	height:280px;	 
	overflow:hidden;
	width:710px;
}

#items2 {
	position:absolute;
	width:9999em;
}

#items2 div.item {
	padding:0 0 0 5px;
	width:710px;
	float:left;
	color:#333;
	display:none;
}

