@charset "utf-8";
/* CSS Document */

* container for tabs and panes */
#scrollable {
	width:960px;
	margin:20px;
}

/* container for panes */
#panes {	
	top:-20px;	
	height:500px;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
}

/* single pane */
#panes div {
	width:960px;
	text-align:center;			
	font-family:verdana;
	float:left;	
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;
	left: auto;
}

.boxheader {
	font-size: 18px
}

a:active {  outline:none; }
:focus   { -moz-outline-style:none; }


/* container has a background image */
a.player {	
	margin-top:40px;
	display:block;
	background:url(http://video.lifeskate.net/images/videopage2.jpg) no-repeat;
	width:490px;
	height:364px;
	padding:0px 0px 0px 0px;	
	text-align:center;
	background-position:left;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
}