﻿#gallery {
	width: 478px;
	height: 605px;
	padding: 10px;
	border: 1px solid #333;
	background: #F7F7F7;
	position: relative;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 5px;
	float: left;
}
#gallery b.default {
	position: absolute;
	left: 10px;
	width: 338px;
	height: 605px;
	text-align: center;
}
#gallery b.default img {
	display: block;
	margin: 0px auto 10px auto;
	border: 1px solid #eee;
	border-color: #555 #ddd #eee #333;
}
#gallery b.default span {
	display: block;
	color: #0000FF;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	width: 330px;
	margin: 0 auto;
}

#gallery ul {list-style:none; padding:0; margin:0; width:140px; position:relative; float:right;}
#gallery ul li {
	display: inline;
	width: 62px;
	height: 102px;
	float: left;
	margin: 0 0 5px 5px;
}
#gallery ul li a {
	display: block;
	width: 60px;
	height: 100px;
	text-decoration: none;
	border: 1px solid #000;
	border-color: #eee #555 #333 #ddd;
}
#gallery ul li a.plus {
	display: block;
	width: 60px;
	height: 90px;
	text-decoration: none;
	border: 1px solid #000;
	border-color: #eee #555 #333 #ddd;
}

#gallery ul li a.med {
	display: block;
	width: 60px;
	height: 80px;
	text-decoration: none;
	border: 1px solid #000;
	border-color: #eee #555 #333 #ddd;
}
#gallery ul li a.short {
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	border: 1px solid #000;
	border-color: #eee #555 #333 #ddd;
}

#gallery ul li a span {display:none;}
#gallery ul li a img {
	display: block;
	width: 60px;
	height: 100px;
	border: 0;
}
#gallery ul li a.plus img {
	display: block;
	width: 60px;
	height: 90px;
	border: 0;
}

#gallery ul li a.med img {
	display: block;
	width: 60px;
	height: 80px;
	border: 0;
}

#gallery ul li a.short img {
	display: block;
	width: 60px;
	height: 60px;
	border: 0;
}

#gallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:#F7F7F7;}
#gallery ul li a:hover b {position:absolute; left:-338px; top:0; width:338px; height:605px; text-align:center; background:#F7F7F7; z-index:20;}
#gallery ul li a:hover span {display:block; color:#0000FF; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:14px; width:330px; margin:0 auto;}
#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;}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#F7F7F7;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-338px; top:0; width:338px; height:605px; text-align:center; background:#F7F7F7; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#0000FF; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:14px; width:330px; margin:0 auto;}
#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;
}
