/* SETTINGS */
#top_celeb_carousel_box {
clear: both;
margin: 10px;
padding: 0px;
}

/* The frames */
body #boutique li{
	background: white url(../img/loading.gif) center no-repeat;	/* Color of the frame behind and around the image */
	border:1px solid; /* Outer border around frame */
	border-color:black;
}

/* Headers of all frames */
#boutique h6{
	margin: 0 0 2px 3px; /* Precise positioning is very font specific */
	line-height: 130%;
	font-family: sans-serif;
	font-weight: normal;
	color: #222;
}

/* Description text of all frames */
/* Note that this is the complete text layer, including the header inside */
#boutique span{
	font-family: Verdana,sans-serif;
	line-height: 120%;
	color: #444;
	background: white;
	margin: 0;
	padding: 10px 15px 14px;
}

/* The most frontal item */
#boutique .front{margin-top: 0px;} /* Distance between this frame and the container top */
#boutique .front img{margin: 6px;} /* Determines the gap between image and frame border */
#boutique .front h6{font-size: 16px;}/* Front frame header */
#boutique .front span{font-size: 11px;} /* Front frame description text */

/* The further back items */
#boutique .behind{margin-top: 50px;} /* Distance between these frames and the container top */
#boutique .behind img{margin: 3px;} /* Determines the gap between image and frame border */
#boutique .behind h6{font-size: 17px;} /* Behind frame headers */
#boutique .behind span{font-size: 9px;} /* Behind frame description text */

/* The furthest back items */
#boutique .back{margin-top: 90px;} /* Distance between these frames and the container top */
#boutique .back{margin-left: 10px;}
#boutique img{margin: 1px;} /* Determines the gap between image and frame border */
#boutique .back h6{font-size: 13px;} /* Back frames header */
#boutique .back span{font-size: 9px;} /* Back frame description text */

#boutique{ margin: 0; padding: 0; position:relative; z-index:1; width:310px;}
#boutique li{ margin:0; padding:0; list-style:none; position:absolute; z-index:1; display:none; border-width:0px }
#boutique img{ border:0; vertical-align:bottom;}
#boutique span{ display:block; position:absolute; left:0; right:0; bottom:0; text-align:left; cursor:default; opacity:0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70) }
#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 }