/* See boutique.css for complete comments */
/* SETTINGS */

/* The container */
#boutique1{
	width: 684px;
	height: 277px;
}

/* The frames */
body #boutique1 li{
	background: #fff url(../images/loading2.gif) center no-repeat;
	border:1px solid;
	border-color:#eaeaea #ccc #ccc #eaeaea;
}

/* Headers of all frames */
#boutique1 h6{
	margin: 0 0 15px;
	font-family: 'Segoe UI',Arial,Verdana,sans-serif;
	line-height:80%;
	font-weight: normal;
	color: #222;
}

/* Description text of all frames */
/*#boutique1 span{
	font-family: Arial,Verdana,sans-serif;
	padding: 15px 20px 20px;
	margin: 0;
	color: #444;
	background: #fff;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}*/

/* The most frontal item */
#boutique1 .front{
	margin-top: 0;
}
#boutique1 .front img{
	margin: 10px;
	width: 351px;
	height: 231px;
}
#boutique1 .front h6{
	font-size: 36px;
}
#boutique1 .front span{
	font-size: 15px;
}

/* The further back items */
#boutique1 .behind{
	margin-top: 25px;
}
#boutique1 .behind img{
	margin: 6px;
}
#boutique1 .behind h6{
	font-size: 22px;
}
#boutique1 .behind span{
	font-size: 12px;
}

/* The furthest back items */
#boutique1 .back{
	margin-top: 40px;
}
#boutique1 img{
	margin: 4px;
}
#boutique1 .back h6{
	font-size: 12px;
}
#boutique1 .back span{
	font-size: 7px;
}

/* That's it for the settings */

#boutique1{ margin:0; padding:0; position:relative; z-index:1 }
#boutique1 li{ margin:0; padding:0; list-style:none; position:absolute; z-index:1; display:none; border-width:0px }
#boutique1 img{ border:0; vertical-align:bottom }
#boutique1 span{ display:block; position:absolute; left:0; right:0; bottom:0; text-align:left; cursor:default }
#boutique1 h6{ cursor:default }
#boutique1 a{ cursor:default; text-decoration:none }
