/*
GALLERY PREVIEW
*/
#scrollerC {
	position: relative;

	overflow: hidden;
	
	width: 790px;
	height: 190px;
}

#scroller {
	position: absolute;
	left: 0px;
	clip: rect(0px 790px 190px 0px);
	padding: 0;
	margin: 0;
}

#scroller .frameC {
	padding-right: 3px;
}
#scroller .frameC .artworkMin {
	display: block;
	width: 155px;
	height: 155px;
	vertical-align: top;
	background: url(/_images/specific/artwork_background.png) 0 0 no-repeat;
	cursor: pointer;
}
#scroller .frameC .artworkMin_hover {
	display: block;
	width: 155px;
	height: 155px;
	vertical-align: top;
	background: url(/_images/specific/artwork_background_active.png) 0 0 no-repeat;
	cursor: pointer;
}

#scroller .frameC .artworkC {
	width: 145px;
	height: 145px;
	text-align: center;
	vertical-align: middle;
}
#scroller .frameC.last {
	padding-right: 0;
}

#scroller .description {
	width: 155px;
	height: 30px;
	text-align: center;
}
#scroller .description h2 {
	display: inline;
	margin-left: 5px;
}

#scroller .loading {
	background: url(/_images/specific/spinner.gif) 50% 50% no-repeat;
}

#scrollerControler {
	width: 790px;
	height: 20px;

	margin-bottom: 15px;
}

#scrollerControler .scrollLeftButtonC, #scrollerControler .scrollRightButtonC {
	width: 25px;
	height: 25px;

	cursor: pointer;
}

#scrollerControler .scrollLeftButtonC {
	padding-right: 10px;
}
#scrollerControler .scrollRightButtonC {
	padding-left: 10px;
}

#scrollerControler .scrollSliderC {
	position: relative;

	width: 720px;
	height: 25px;

	background: url(/_images/specific/slider_bg.png) 0 9px repeat-x;
}

#scrollerControler .scrollSliderC #slider {
	position: absolute;
	left: 0px;
	width: 39px;
	cursor: pointer;
}

#smoke {
	position: absolute;
	display: none;
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	padding: 8px;
	white-space: nowrap;
}