@charset "utf-8";
/* CSS Document */


#gallery {
	width:848px;
	height:auto;
	padding:10px;
	border:none;
	background: none;
	position:relative;
}
#gallery b.default {position:absolute; left:10px; top:10px; width:640px; height:480px; text-align:center; top:-60px;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
#gallery b.default span {
	display:block;
	color:#333333;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:450px;
	margin:0 auto;
}

#gallery ul {
	list-style:none;
	padding:0;
	margin:60px 0 0 0;
	width:198px;
	position:relative;
	float:right;
}
#gallery ul li {display:inline; width:52px; height:64px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
#gallery ul li a span {display:none;}
#gallery ul li n {display:block; margin-top:0px; width:50px; height:9px; text-decoration:none; font-size:75%; line-height:10px;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {
	white-space:normal;
	border-color:#555 #ddd #eee #333;
	background-color:none;
}
#gallery ul li a:hover b {
	position:absolute;
	left:-652px;
	top:-60px;
	width:640px;
	height:480px;
	text-align:center;
	background:none;
	z-index:20;
}
#gallery ul li a:hover span {
	display:block;
	color:#333333;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:200px;
	margin:0 auto;
	left: 652px;
	position:absolute;
	text-align:left;
}

#gallery ul li a:hover img {
	margin:0 auto 10px auto;
	width:auto;
	height:auto;
	border:1px solid #eee;
	border-color:#555 #ddd #eee #333;
	max-width: 640px;
	max-height: 480px;
}

#gallery ul li a:active, #gallery ul li a:focus {
	white-space:normal;
	border-color:#555 #ddd #eee #333;
	background:none;
}
#gallery ul li a:active b, #gallery ul li a:focus b {
	position:absolute;
	left:-652px;
	top:-60px;
	width:640px;
	height:480px;
	text-align:left;
	background:none;
	z-index:15;
}
#gallery ul li a:active span, #gallery ul li a:focus span {
	display:none;
	color:#333333;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:200px;
	margin:0 auto;
	position:absolute;
	left: 652px;
}
#gallery ul li a:active img, #gallery ul li a:focus img{
	margin:0 auto 10px auto;
	width:auto;
	height:auto;
	border:1px solid #eee;
	border-color:#555 #ddd #eee #333;
	max-height: 480px;
	max-width: 640px;
}

.oneColFixCtr #container #mainContent #gallery #scrollGallery {
	overflow: scroll;
	height: 420px;
	overflow-x: hidden;
}
