/* SETTINGS */

#boutique{
	display: none; /* Start invisible until the plugin is loaded */
	margin: 0 auto;
	color: #FFF;
}

/* The frames */
#boutique li{
	background: url(images/loading.gif) center no-repeat; /* Color of the frame behind and around the image */
-moz-box-shadow: 1px 1px 12px #000;
-webkit-box-shadow:1px 1px 12px #000;
box-shadow:1px 1px 12px #000;	
	-moz-border-radius: 13px;
border-radius: 13px;
}

/* Headers of all frames */
#boutique h6{
	margin: 0;
	line-height: 120%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight: normal;
	color: #fff;
}

/* Description text of all frames */
/* Note that this is the complete text layer, including the header inside */
#boutique span{

}

/* The most frontal item */
#boutique .front img{
	margin: 0px; /* Determines the gap between image and frame border */

}
#boutique .front h6{
	font-size: 20px; /* Front frame header */
}
#boutique .front span{
	font-size: 12px; /* Front frame description text */
	height:90px;
}

/* The further back items */
#boutique .behind img{ /* Determines the gap between image and frame border */
	margin: 0px;
}
#boutique .behind h6{ /* Behind frame headers */
	font-size: 15px;
}
#boutique .behind span{ /* Behind frame description text */
	font-size: 8px;
	height:60px;
}

/* The furthest back items */
#boutique .back img{ /* Determines the gap between image and frame border */
	margin: 0px;
}
#boutique .back h6{ /* Back frames header */
	font-size: 10px;
}
#boutique .back span{ /* Back frame description text */
	font-size: 4px;
	height:30px;
}
#content {
position:relative;
width:847px;
height:70px;
top:5px;
left:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height: 120%;
	color: #fff;
	padding:0px 6px 2px 6px;
	}
#content a {
	margin:0px;
		padding:0px ;
		color: #ccc;
		}
#content a:hover {
		margin:0px;
		padding:0px ;
		color: #fff;
		}
#content h3 {
	padding:0px 
		color: #fff;
		font-size:16px !important;
		font-family:'menu';
		}

/* 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 }
