
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:29px;
	border-bottom:1px solid #666;	
}

ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	
}

ul.tabs a { 
	font-size:11px;
	font-family: Calibri;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;
	background: url(http://video.lifeskate.net/images/tabs.png) no-repeat -652px 0;
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
}

ul.tabs a:hover {
	background-position: -652px -31px;	
	color:#fff;	
}

ul.tabs a:hover samp {
	color:#fff;	
}

ul.tabs a.current, ul.tabs a.current:hover {
	background-position: -652px -62px;		
	cursor:default !important; 
	color:#000 !important;
}


/* width 1 */
ul.tabs a.w1 			{ background-position: -519px -0px; width:134px; }
ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }


div.panes div.pane {
	display:none;		
}
 

