/*
  slideshow.css
  ==
  This is the essential CSS markup that is required for jSlide to work properly.
*/

div.slideshow {
    position: relative;
	width:185px;
	height:139px;
	margin:0 auto 2px auto;
    }

div.slideshow ul.layers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
	width:185px;
	height:139px;
	z-index:1;
    }

div.slideshow ul.layers li {
        float: left;
        position: absolute;
		width:185px;
		height:139px;
		overflow:hidden;
		background-color:#aeaeae;
		background-image:none;
		padding:0;
        }

        
.active {
    color: #000;
    text-decoration: none;
    }
    
.chargement {
    background:#aeaeae url(/Images/img_chargement.gif) no-repeat center center !important;
    }

a.lienSlideshow:link,a.lienSlideshow:visited{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:185px;
	height:139px;
	z-index:2;
	background:transparent url(/Images/img_transparent.gif) repeat scroll 0 0;
	}

.prevwork{background:transparent url(/Images/img_icones.gif) no-repeat scroll -293px -131px;width:15px;height:15px;display:block;position:absolute;right:25px;bottom:5px;z-index:80;}
.nextwork{background:transparent url(/Images/img_icones.gif) no-repeat scroll -293px -149px;width:15px;height:15px;display:block;position:absolute;right:5px;bottom:5px;z-index:80;}

/*********** Fiche Chalets ***********/

div.descriptionChalet div.slideshow {
    position: relative;
	width:263px;
	height:197px;
	margin:0 auto 7px auto;
    }

div.descriptionChalet div.slideshow ul.layers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
	width:263px;
	height:197px;
	z-index:1;
    }

div.descriptionChalet div.slideshow ul.layers li {
    float: left;
    position: absolute;
	width:263px;
	height:197px;
	overflow:hidden;
	background-color:#aeaeae;
    }

        
div.descriptionChalet .active {
    color: #000;
    text-decoration: none;
    }
    
div.descriptionChalet .chargement {
    background:#aeaeae url(/Images/img_chargement.gif) no-repeat center center;
    }

div.descriptionChalet a.lienSlideshow:link,div.descriptionChalet a.lienSlideshow:visited{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:263px;
	height:198px;
	z-index:2;
	}

div.descriptionChalet .prevwork{background:transparent url(/Images/img_icones.gif) no-repeat scroll -293px -131px;width:15px;height:15px;display:block;position:absolute;right:32px;bottom:10px;z-index:80;}
div.descriptionChalet .nextwork{background:transparent url(/Images/img_icones.gif) no-repeat scroll -293px -149px;width:15px;height:15px;display:block;position:absolute;right:10px;bottom:10px;z-index:80;}

/* Listing Chalets */
/*div.chaletResultat a.prevwork{background:transparent url(/Images/img_icones.gif) no-repeat scroll -293px -217px;width:10px;height:19px;display:block;position:static;float:left;margin:47px 0 0 14px;}
div.chaletResultat a.nextwork{background:transparent url(/Images/img_icones.gif) no-repeat scroll -293px -196px;width:10px;height:19px;display:block;position:static;float:right;margin:47px 14px 0 0;}
div.chaletResultat div.slideshow ul.layers{clear:none;margin:0 auto;width:150px;height:113px;}
div.chaletResultat div.slideshow ul.layers li{width:150px;height:113px;}*/
