@charset "utf-8";
/* CSS Document */

#Photo_Selector_hold {
	position				: relative;
	overflow				: hidden;
	z-index					: 100;
	width					: 266px;
	height					: 64px;
	background-color		: #fff;
	border					: 2px solid;
	margin					: 3px 0;
}

#Photo_Selector_wn {
	clip					: rect(0px, 266px, 64px, 0px);
	height					: 64px;
	left					: 0px;
	overflow				: hidden;
	position				: absolute;
	top						: 0px;
	width					: 266px;
	z-index					: 1;
}

#Photo_Selector_lyr1 {
	position				: absolute;
	z-index					: 1;
	
}

#Photo_Selector_scroll_left, #Photo_Selector_scroll_right {
	cursor					: pointer;
}

#Photo_Selector_scroll_left {
	margin-left				: 3px;
	float					: left;
}

#Photo_Selector_scroll_right {
	margin-left				: 1px;
	clear					: right;
}

#Photo_Selector_scroll_middle {
	background-image		: url('/img/scroll_fond_middle.gif');
	background-repeat		: repeat-x;
	height					: 18px;
	width					: 225px;
	float					: left;
}

#Photo_Selector_hold .thumb {
	margin-right			: 2px;
	border					: 2px solid #fff;
	cursor					: pointer;
}

#Photo_Selector_hold .thumb_selected {
	border-color			: #B9BE1A !important;
}
