@charset "utf-8";
/* CSS Document */
#video_content		{text-align:center;}
#video_player		{ width:860px; text-align:center; margin:0 auto; background:#000000;}/* height:385px; overflow:hidden; */
#video_1			{ margin:0 auto; text-align:left;}/* 640 */ 
#video_list_td		{ padding:15px 0 0 0px; margin:0 auto; text-align:left;}
#video_list			{ position:relative; zoom:1; }
.video_item			{ float:left; width:130px; padding-bottom:20px;}
.video_item_last	{ width:120px;}
.video_item img		{ padding:0 15px 0 0;}
.video_title		{ padding:0 0 5px 15x; font-size:11px;}
 
#player_info		{ background:#000000; width:640px; zoom:1; margin:-3px auto 0 auto; text-align:left;}
#player_title		{ color:#FFFFFF; font-weight:bold; padding:5px 10px 0px 10px; }
#player_descr		{ color:#FFFFFF; padding:0px 10px 5px 10px; }


.stripViewer .panelContainer .panel ul 		{ text-align: left;	margin: 0 0px 0 0px;}
.stripNav									{ display:none; visibility:hidden;}
/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
.slider-wrap 								{ margin: 0px 0;position: relative;	width: 100%;}
/* These 2 lines specify style applied while slider is loading */
.csw 										{width: 100%; height: 100px; overflow: hidden}
.csw .loading 								{margin: 50px 0 50px 0; text-align: center}
/* This is the viewing window */
.stripViewer { 
	position: relative;	overflow: hidden; margin: auto;
	width: 640px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 240px; clear: both; 
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 640px; /* Also specified in  .stripViewer  above */
}




/* Wrapper to give some padding in the panels, without messing with existing panel width */
.stripViewer .panelContainer .panel .wrapper { padding: 0px;}
/* The left and right arrows */
.stripNavL, .stripNavR 			{ position: absolute; top: 30px;text-indent: -9000em;}
.stripNavL a, .stripNavR a 		{ display: block; height: 15px;	width: 15px; outline: none;}
.stripNavL 						{ left: -15px;}
.stripNavR 						{ right: -25px;}
.stripNavL 						{ background: url("images/vid_left.gif") no-repeat top left;}
.stripNavR 						{background: url("images/vid_right.gif") no-repeat top left;}