/* http://www.menucool.com */

#sliderFrame 
{
	position:relative;
    margin: 0 auto; 
	margin-bottom: 50px;

}
  
.PictureSlider, .PictureSlider div.sliderInner {
    border-radius: 8px;
}
#sliderLyon, #sliderLyon div.sliderInner {
    width:700px;height:263px; /* Must be the same size as the slider images */
}

#sliderCroixRousse, #sliderCroixRousse div.sliderInner {
    width:350px;height:233px; /* Must be the same size as the slider images */
}

#sliderGite, #sliderGite div.sliderInner {
    width:350px;height:233px; /* Must be the same size as the slider images */
}

.PictureSlider {
    background:#fff url(../img/loading.gif) no-repeat 50% 50%;
    position:relative;
	transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

/* Caption styles */
.PictureSlider div.mc-caption-bg, .PictureSlider div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
	border-radius: 0 0 6px 6px;/*round caption bottom corners */
}
.PictureSlider div.mc-caption-bg {
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
.PictureSlider div.mc-caption-bg2 {
    background:none;
}
.PictureSlider div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
}
.PictureSlider div.mc-caption a {
	color:#FB0;
}
.PictureSlider div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
.PictureSlider div.navBulletsWrapper  {
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
}
#sliderLyon div.navBulletsWrapper  {
	top:275px;/* Its position is relative to the slider */
}

#sliderCroixRousse div.navBulletsWrapper  {
	top:245px;/* Its position is relative to the slider */
}

#sliderGite div.navBulletsWrapper  {
	top:240px;/* Its position is relative to the slider */
}

/* each bullet */
.PictureSlider div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(../img/bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

.PictureSlider div.navBulletsWrapper div.active {background-position:0 -11px;}

/* --------- Others ------- */


.PictureSlider img, .PictureSlider>b, .PictureSlider a>b {
	position:absolute; border:none; display:none;
}

.PictureSlider div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

.PictureSlider>a {
	display:none;
}