
.plugin_diapo_default{
	list-style: none;
	padding: 0px;
	margin:0px;
	top: 15px;
	background-color: #fff;
	border: 4px solid #fff;
	max-width: 952px;
	max-height: 341px;	
	height: 100%;
	webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.75), inset 0 0px 7px rgba(255,255,255,0.75);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.75), inset 0 0px 7px rgba(255,255,255,0.75);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.75), inset 0 0px 7px rgba(255,255,255,0.75);
		
	}
#header_content div.plugin_diapo_default {
	clear: both;
	max-width: 952px;
	width: 100%;
	position: relative;
	overflow:hidden;
	display:block;
}

.plugin_diapo_default li{
	padding: 0px;
	margin:0px;
	max-width: 952px;
	width: 100%;
}

.plugin_diapo_default li a{
	cursor: default;
}

.plugin_diapo_default img{
max-width: 952px;
	width: 100%;
}
.diapo_arrow {
	position: relative;
	margin-top:-20px;
	z-index:20;
	width:400px;
}
.diapo_arrow_next{
	float:right;
	cursor: pointer;
}
.diapo_arrow_prev{
	cursor: pointer;
}
.plugin_diapo_default div{
	text-align: center;
	padding:5px;
	font-size: 11px;
}
#navdiapo .activeSlide {
    background-image: url("/public/images/layout/puceb.png");
	width: 18px;
}
#navdiapo ul {
	text-align: center;	
	display: block;
	margin: 0px auto;
	width: 80%;	
}
#navdiapo ul li a {
    background-image: url("/public/images/layout/pucea.png");
    display: block;
    float: left;
    height: 13px;
	margin: 15px 2px 2px 2px;
    text-indent: -9999px;
    width: 13px;
}
#navslide, .cycle-pager {
	overflow:hidden;
	position: relative;
    z-index: 10000;
    margin: auto;
	display:table;
	height:40px;
	text-align:center;
	border-radius: 4px 4px 0px 0px;
	height:25px;
	background-color: #ffffff;
}
.bloc-info-studio-col1diapo ul.plugin_diapo_fancy li {
	width: 79px;
	margin: 0px;
	float:left;
	height: 80px;
	overflow:hidden;
	margin:5px;
	border-radius: 3px;
}

.bloc-info-studio-col1diapo ul.plugin_diapo_fancy li:first-child {
	float: left; 
	clear:both;
	
}
.bloc-info-studio-col1diapo ul.plugin_diapo_fancy li a img {
	border-radius: 0px;
	min-height:80px;
	max-height:110px;
	width: auto;
	border: none;
	webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}



#navdiapo .activeSlide{
	background-image: url("../images/puceb.png");
}

#navdiapo a{
	display:block;
	text-indent:-9999px;
	width:17px;
	height:20px;
	float:left;
	background-image: url("../images/pucea.png");
}


.cycle-pager span { 
    display:block;
	text-indent:-9999px;
	width:17px;
	height:20px;
	float:left;
	background-image: url("../images/pucea.png");
}
.cycle-pager span.cycle-pager-active { background-image: url("../images/puceb.png");}
.cycle-pager > * { cursor: pointer;}




#navdiapo{
	background-color: black;
	margin:auto;
}


@media (max-width: 768px) {
	#header_content div.plugin_diapo_default {
		max-height: 245px;
		top: 160px;
		position:absolute;
	}
	#navslide {
		display: none;
	}
}
@media (max-width: 460px) {
	#header_content div.plugin_diapo_default {
		max-height: 130px;
		top:110px;
		position:absolute;
	}
}
.cycle-pager{
margin-top:310px;
}

.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}