/*preload classes*/ 




/*preload classes*/ 
.svw { width: 50px; height: 20px; display:block; width:960px; height:300px; } 
.svw ul { position: relative; left: -999em; } 
 
 #bigscreen {
	display:block; width:960px; height:300px;
	margin-top: 0;
	margin-bottom: 30px;
}

#diapo_bloc  {
	height: 32px;
	margin-top: 248px;
	color: #d8d5cb;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	width: 770px;
	padding: 10px 20px 10px 170px;
	background-color: #000;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity: 0.65;
}


 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;   
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li, .stripViewer ul li div {  
	float:left; display:block; width:960px; height:300px; cursor:pointer;
} 

.stripViewer ul li div p {  
	display:block;
	padding: 0 15px;
	height: 65px;
	margin: 235px 0 0;
	-khtml-opacity: 0.8;
	opacity: 0.7;
	color: #fff;
	z-index: 1;
}

.stripViewer ul li div p span {
	font-size: 30px;
	color: #fff;
	font-family: 'Georgia',Arial,Sans-serif;
}

.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
} 
.stripTransmitter ul { 
	padding: 0; 
	position: absolute; 
	list-style-type: none;
	margin: -38px 0 0 15px;
} 
.stripTransmitter ul li{ 
	float:left; 
	margin: 0 2px 2px 0; 
	
} 
.stripTransmitter a { 
	text-align: center; 
	background-color: rgba(255,255,255,0.2);
	color: #fff!important;
	text-decoration: none; 
	display: block; 
	width: 26px;
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
} 
.stripTransmitter a:hover, a.current{ 
	background: #0589B2; 
	color: #fff!important; 
}

.ldrgif {
	margin-top: 138px;
	margin-left: 468px;
} 

/* blog */
.entry p img {
	background-color: white;
	padding: 8px;
	border: 1px solid #e8e8e8;
	margin-top: 10px;
	margin-right: 7px;
}
