/* BACKYARD ONE */
/* Tabs Stylesheet
----------------------------------------------------------------------------- */


	ul.tabs {
	
		float: left;
		width: 100%;
		margin-bottom: 10px;
	
		}
	
	.tabs li {
	
		float: left;
		margin: 0 4px 0 0;
	
		}
		
	.tabs a {
	
		display: block;
		text-indent: -5000px;
		overflow: hidden;
		height: 27px;
	
		}
		
	.tabs a:hover {
	
		background-position: 0 -27px;
	
		}
		
	.tabs .selected a {
	
		background-position: 0 -54px;
		cursor: default;
	
		}
		
	.tabbed .pane {
	
		clear: both;
	
		}
		
	.tabbed .hide,
	.tabbed .pane h3 {
	
		display: none;
	
		}
		
		
/* Image Replacement
----------------------------------------------------------------------------- */


	.tabs .featuredvideo a {
	
		width: 130px;
		background-image: url(../images/tabs/tab-featuredvideo.gif);
	
		}
		
	.tabs .mostrecent a {
	
		width: 112px;
		background-image: url(../images/tabs/tab-mostrecent.gif);
	
		}
		
	.tabs .mostwatched a {
	
		width: 122px;
		background-image: url(../images/tabs/tab-mostwatched.gif);
	
		}
		
	.tabs .topmembers a {
	
		width: 114px;
		background-image: url(../images/tabs/tab-topmembers.gif);
	
		}