@charset "utf-8";
/* CSS Document */


a, a:visited, a:hover, a:active {
}
#gallery {
	width:600px;
	/*left: 135px;*/
top: 50px;
	bottom: 50px;
	position:relative;
}
#gallery .default {
	position:absolute;
	left:29px; /*moved default to left- changed from 9 */
	top:53px;
	border:1px solid #888;
	z-index:-1;
}
#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:480px; /*changes with of thumbnails*/
	float:right;
}
#gallery ul li {
	display:inline;
	width:60px;
	height:60px;
	float:left;
}
#gallery ul li a {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	padding:4px;
	border:1px solid #fff;
}
#gallery ul li a img {
	width:50px;
	height:50px;
	border:0;
}
#gallery ul li a b {
	position:absolute;
	left:-9999px;
	display:block;
	width:400px;
	height:360px;
}
#gallery ul li a:hover, #gallery ul li a:active, #gallery ul li a:focus {
	white-space:normal;
	border-color:#000;
	outline:0;
}
#gallery ul li a:hover b {
	position:absolute;
	left: -135px;
	top:5px;
	z-index:100;
}
#gallery ul li a:active b, #gallery ul li a:focus b {
	position:absolute;
	left:0;
	top:105px;   /**/
}
#gallery ul li a b i {
	display:block;
	width:570px;
	height:360px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#gallery ul li a b i img {
	width:auto;
	height:auto;
	border:1px solid #888;
}
