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

#gallery { width:650px; margin:10px 5px; padding:0px; clear:right; height:220px; }
#gallery li { float:left; text-align:center; list-style:none; margin:3px; }
#gallery .level_3 { moz-opacity:.4; opacity:.4; filter:alpha(opacity=40); }
#gallery .level_2 { moz-opacity:.6; opacity:.6; filter:alpha(opacity=60); }
#gallery .frame { cursor:hand; cursor:pointer; }
#gallery .level_3 .frame { margin-top:10px; height:60px; width:87px; background:url(../../images/gallery/frame_level3.gif) no-repeat center; }
#gallery .level_2 .frame { margin-top:60px; height:80px; width:118px; background:url(../../images/gallery/frame_level2.gif) no-repeat center; }
#gallery .level_1 .frame { margin-top:80px; height:135px; width:200px; background:url(../../images/gallery/frame_level1.gif) no-repeat center; }

#gallery_navigator { 
	text-align:center; padding:10px; 
	border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; 
	background:#efefef;
}
#gallery_navigator button {
	padding:4px 6px;
	font-size:10px;
}

#gallery_list { text-align:center; margin:15px 0px; padding-bottom:15px; border-bottom:1px solid #0066CC; }
#gallery_list span { padding:8px 12px; border:2px solid #FFFFFF; cursor:hand; cursor:pointer; opacity:.2; moz-opacity:.2; filter:alpha(opacity=20); background:center center; }
#gallery_list .selected { border:2px solid #999999; opacity:1; moz-opacity:1; filter:alpha(opacity=100); }
#gallery_list .current { opacity:.6; moz-opacity:.6; filter:alpha(opacity=60); }

#preview-1, #preview-2, #preview-3, #preview-4, #preview-5 {
	background-repeat:no-repeat;
	background-position:center;
}