.galleria{
	list-style:none;
	width:200px;
}
.galleria li{
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
}
.galleria li a{
	display:none
}
.galleria li div{
	position:absolute;
	display:none;
	top:0;
	left:180px;
}
.galleria li div img{
	cursor:pointer;
}
.galleria li.active div img,.galleria li.active div{
	display:block;
}
.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}
.galleria li .caption{
	display:block;
	padding-top:.5em;
}
* html .galleria li div span{
	width:400px;
} /* MSIE bug */

/* BEGIN DEMO STYLE */
.caption{
	font-style:italic;
	color:#887;
}

.demo{
	position:absolute;
	top:150px;
	left:120px;
}

#main_image{
	margin:0 auto 60px auto;
	height:556px;
	width:1000px;
	background:black;
	overflow:hidden;
	position:absolute;
	text-align:center;
	z-index:999;
}

#main_image img{
	margin-bottom:10px;
}

.nav{
	position:absolute;
	top:470px;
	width:660px;
	height:80px;
	clear:both;
	z-index:1000;
}

.image_list{
	width:550px;
	height:80px;
	position:absolute;
	left:55px;
	z-index:1001;
	overflow:hidden;
}

.image_list_content{
	width:auto;
	height:80px;
	position:absolute;
}

.nav_left_button{
	width:45px;
	height:63px;
	background:url(<?php echo _GLOBAL_URL_DEFAUT;?>download/site-principal/image/charte/hiver/diaporama/precedent_diaporama.png) no-repeat;
	position:absolute;
	left:0px;
	z-index:1002;
}

.nav_left_button_over{
	background:url(<?php echo _GLOBAL_URL_DEFAUT;?>download/site-principal/image/charte/hiver/diaporama/precedent_diaporama_over.png) no-repeat;
}

.nav_right_button{
	width:45px;
	height:63px;
	background:url(<?php echo _GLOBAL_URL_DEFAUT;?>download/site-principal/image/charte/hiver/diaporama/suivant_diaporama.png) no-repeat;
	position:absolute;
	left:615px;
	z-index:1003;
}

.nav_right_button_over{
	background:url(<?php echo _GLOBAL_URL_DEFAUT;?>download/site-principal/image/charte/hiver/diaporama/suivant_diaporama_over.png) no-repeat;
}

.diaporama_close{
	width:131px;
	height:69px;
	background:url(<?php echo _GLOBAL_URL_DEFAUT;?>download/site-principal/image/charte/hiver/diaporama/fermer_diaporama.png) no-repeat;
	position:absolute;
	top:25px;
	left:800px;
	z-index:1004;
}

.gallery_demo{
	margin:0 auto;
}

.gallery_demo li{
	width:68px;
	height:50px;
	border:3px double #111;
	margin: 0 2px;
	background:#000;
}

.gallery_demo li div{
	left:240px;
}

.gallery_demo li div .caption{
	font:italic 0.7em/1.4 georgia,serif;
}
