/* See boutique.css for complete comments */
/* SETTINGS */

/* The frames */

/* The most frontal item */
#demo2 .front{
	margin-top: 0;
}
#demo2 .front img{
	margin: 10px;
}
#demo2 .front h6{
	font-size: 30px;
}
#demo2 .front span{
	font-size: 15px;
}

/* The further back items */
#demo2 .behind{
	margin-top: 40px;
}
#demo2 .behind img{
	margin: 6px;
}
#demo2 .behind h6{
	font-size: 20px;
}
#demo2 .behind span{
	font-size: 12px;
}

/* The furthest back items */
#demo2 .back{
	margin-top: 85px;
}
#demo2 img{
	margin: 4px;
}
#demo2 .back h6{
	font-size: 12px;
}
#demo2 .back span{
	font-size: 7px;
}

/* 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 }
.boutique h6{ cursor:default }
.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 }


/* mobile related products */

/* The most frontal item */
#demo3 .front{
    margin-top: 0;
}
#demo3 .front img{
    margin: 10px;
}
#demo3 .front h6{
    font-size: 30px;
}
#demo3 .front span{
    font-size: 15px;
}

/* The further back items */
#demo3 .behind{
    margin-top: 40px;
}
#demo3 .behind img{
    margin: 6px;
}
#demo3 .behind h6{
    font-size: 60px;
}
#demo3 .behind span{
    font-size: 60px;
}

/* The furthest back items */
#demo3 .back{
    margin-top: 85px;
}
#demo3 img{
    margin: 4px;
}
#demo3 .back h6{
    font-size: 12px;
}
#demo3 .back span{
    font-size: 7px;
}