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

/* The frames */

 


body #example2 li{
		background:url(images/content-bg.png);
	border:1px solid;
	border-color:#eaeaea #ccc #ccc #eaeaea;
}

 

/* Description text of all frames */
#example2 span{
	font-family: Arial,Verdana,sans-serif;
	padding: 10px;
 
	color: #000000;
	font-weight: bold;
	text-align: center;
	position: relative;
	background:url(images/content-bg.png);
}

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

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

/* The furthest back items */
#example2 .back{
	margin-top: 40px;
}
#example2 img{
	margin: 4px;
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
#example2 .back h6{
	font-size: 12px;
}
#example2 .back span{
	font-size: 7px;
}

#gallery
{
     margin: 0 auto;
    position: relative;
    text-align: center;
    width: 31em;
}

/* That's it for the settings */

#example2{ margin:0; padding:0; position:relative; z-index:1;   margin: 2em 0 0;}
#example2 li{ margin:0; padding:0; list-style:none; position:absolute; z-index:1; display:none; border-width:0px; }
#example2 img{ border:0; vertical-align:bottom;  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;}
#example2 span{ display:block; position:absolute; left:0; right:0; bottom:0; cursor:default; opacity:0.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); }
#example2 h6{ cursor:default;}
#example2 a{ cursor:default; text-decoration:none; }
#example2 img, #example2 li, #example2 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; }