/* See boutique.css for complete comments */
/* SETTINGS */

#rs-slider{
	background: #000;
}
#rs-slider li{
	background: #000;
	border: 0;
}
#rs-slider .behind img,
#rs-slider .back img{
	margin: 0;
}
#rs-slider .front img{
	margin: 15px;
	margin-bottom: 0;
}
#rs-slider h6,
#rs-slider .front h6,
#rs-slider .behind h6,
#rs-slider .back h6{
	color: white;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 20px;
}
#rs-slider span,
#rs-slider .front span,
#rs-slider .behind span,
#rs-slider .back span{
	padding: 0;
	text-shadow: 0 0 15px black;
}

/* That's it for the settings */
.boutique{ margin:0; padding:0; position:relative; z-index:1 }
.boutique li{ margin:0; padding:0; list-style:none; position:absolute; z-index:1; display:none; border-width:0 }
.boutique img{ border:0; vertical-align:bottom }
.boutique span{ display:block; position:absolute; left:0; right:0; bottom:0; text-align:left; cursor:default; margin:0 }
.boutique h6{ cursor:default }
.boutique a, .boutique a:hover{ cursor:default; text-decoration:none; outline: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.rtl h6, .boutique.rtl span{ text-align:right }