
/* SETTINGS */

/* The frames */
body #boutique li{
	/*background:url(../images/bckg/sector-bg.png) 0 0 no-repeat;*/
}


/* Description text of all frames */
/* Note that this is the complete text layer, including the header inside */
#boutique span{
	line-height: 120%;
	color: #686868;
	margin:0;
	padding: 10px 15px 14px;
}

/* The most frontal item */
#boutique .front{
	margin-top: -100px;	/* Distance between this frame and the container top */
}

/* The further back items */
#boutique .behind{
	margin-top: -26px;	/* Distance between these frames and the container top */
}

/* The furthest back items */
#boutique .back{
	margin-top: 0;		/* Distance between these frames and the container top */
}
#boutique img{			/* Determines the gap between image and frame border */
	margin: 1px;
}

/* That's it for the settings */

#boutique{ margin:150px 0 0 0 !important; padding:0 !important; position:relative; z-index:1; width:636px }
#boutique li{ margin:0; padding:0; list-style:none; position:absolute; z-index:1; display:none; border-width:0px; overflow:visible !important; }
#boutique img{ border:1px solid #fff; border-radius:2px; vertical-align:bottom; width:280px; height:400px;
     -moz-box-shadow: 1px 2px 3px #aaa; 
  -webkit-box-shadow: 1px 2px 3px #aaa; 
          box-shadow: 1px 2px 3px #aaa; 
 }
#boutique span{ display:block; position:absolute; left:0; right:0; bottom:-66px; padding:0 40px; text-align:center; cursor:default; z-index:100; opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100) }
#boutique span b { display:block; font-size:15px; margin-bottom:6px; color:#404040; } 
#boutique a{ cursor:default; text-decoration:none }
#boutique img, #boutique li, #boutique a{ -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; -webkit-user-drag:none; -moz-user-drag:none; user-drag:none }
#boutique .front span{ filter:alpha(opacity=100) !important; }