#videosPart{
	background:#000 repeat-x top left;
}

#videosMenus{
	width:240px;
	color:#FFF;
}


#__videosMenus h3{
	text-transform:uppercase;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
	font-weight:normal;
	padding:6px 6px;
	margin:0 0 0 6px;
	border:solid #181b1d;
	border-width:0 0 1px 0;
}


#videosMenus h3{
	background:#111111 url(images/alert-overlay.png) repeat-x scroll 0 0;
	border-top:1px solid #333333;
	color:#FFF;
	cursor:pointer;
	font-size:14px;
	padding:3px 0 3px 15px;
	text-transform:uppercase;
}

#videosMenus h3.active{
	color:#21adfa;
	cursor:normal;
}

#videosMenus h3:hover{
	color:#21adfa;
}



#videosMenus ul{
	list-style:none;
	margin:0 0 10px 0;
	display:none;
}
#videosMenus ul.current{
	display:block;
}


#videosMenus ul li{
	background:#111111 none repeat scroll 0 0;
	font-size:12px;
	margin:1px;
	padding-left:20px;
}

#videosMenus ul li a, #videosMenus ul li a:visited{
	color:#FFF;
	font-size:12px;
}

#videosMenus ul li.current a, #videosMenus ul li.current a:visited{
color:#21adfa;

}



#videos{
	width:700px;
}


.previewVideo{
	width:325px;
	_width:305px;
	height:90px;
	overflow:hidden;
	padding:5px 10px 5px 5px;
	margin:5px 5px 0 5px;
	background:#181818 url(../img/backpos.jpg) no-repeat 350px 0px;
	color:#FFF;
	font-size:12px;
	cursor:pointer;
}

.previewVideo p{
	padding: 4px;
	width:145px;
}
#loadVideo{
	display:none;
	width:700px;
	height:445px;
	background:#000;
	color:#FFF;
	position:absolute;
	z-index:100;
}

#loaderContainer{
	width:700px;
	height:394px;
}

#infos-videos{
	color:#FFF;
	text-align:left;
	text-transform:uppercase;
	padding:25px 5px 0 10px;
}

#nowEtape{
	font-size: 12px;
	padding:4px 35px 4px 10px;
	background:#6b0505 url(../img/now1.png) no-repeat 100% 53%;
}

#nowCat{
	font-size: 12px;
	margin:0 -8px 0 0;
	padding:4px 30px 4px 4px;
	background:#0063c4 url(../img/now2.png) no-repeat 100% 53%;
}

#nowClip{
	font-size: 12px;
	padding:4px 10px;
	background:#000;
}

#close{
	float:right;
	color:#FFF;
	cursor:pointer;
	text-indent:-9000em;
	background:#0063c4 url(../img/close.jpg) no-repeat center center;
	height:20px;
	width:20px;
}



#pubs{
	
	margin:1px;
}
.pub{
	margin:8px;
	_margin:7px;
}
/*********** SLIDER ********/

.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 425px; background: transparent; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: 0 auto 20px auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 425px;
			_height: 450px;
			clear: both;
			background: transparent;
		}
		
		.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: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		#stripNav0{
			display:none;
		}
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 425px;
			text-indent: -9000em;
			z-index:10;
			width:350px;
			background:#000;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 20px;
			width:350px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background:#000 url("../img/arrow-left.png") no-repeat center;
		}
		
		.stripNavR {
			background:#000 url("../img/arrow-right.png") no-repeat center;
		}

		.stripNavL:hover {
			background:#21adfa url("../img/arrow-left.png") no-repeat center;
		}
		
		.stripNavR:hover {
			background:#21adfa url("../img/arrow-right.png") no-repeat center;
		}
		
