
/* LAYERS ######################################################################### */
/* pour le positionnement des layers
___________________________________________________________________________________ */

#boutiqueLinks {
	left:0px; 
	top:0px;
	position:absolute; 
	z-index:10;
	width:230px;
	height:280px;
	overflow:auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;

	/*visibility:hidden;*/
}
/*
#cellMain { background-color:#000000;
background-image:url(); }
*/

/* SlideShow HomePage */
*html #slideshow {
    position: relative;
    width: 346px;
    height: 328px;
	margin: 0 0 0 1px;
}

#slideshow {
    position: relative;
    width: 346px;
    height: 328px;
	margin: 0 0 0 2px;
}
  
#slideshow div {
    position: absolute;
    top: 0;
    left: 0;
}