﻿/* max picture height xx width xx */


div.gallery {
	width: 680px;
	height: 380px;
	padding: 10px;
	border: 1px solid #333;
	background: #FFFFD9;
	position: relative;
	
}
div.gallery b.default {
	position: absolute;
	left: -10px;
	top: 10px;
	width: 548px;
	height: 380px;
	text-align: center;
}
div.gallery b.default img {
	border-style: solid;
	border-width: medium;
	margin: 0 auto 10px auto;
	border-color: #555 #ddd #eee #333;
}
div.gallery b.default span {
	display: block;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 350px;
	margin: 0 auto;
}
div.gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 180px;
	position: relative;
	float: right;
}
div.gallery ul li {
	display: inline;
	width: 52px;
	height: 52px;
	float: left;
	margin: 0 0 5px 5px;
}
div.gallery ul li a {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	border: 2px solid #000;
	border-color: #eee #555 #333 #ddd;
}
div.gallery ul li a span {
	display: none;
}
div.gallery ul li a img {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px;
}
div.gallery ul li a:hover {
	border-width: thin medium medium thin;
	white-space: normal;
	border-color: #000000 #666666 #C0C0C0 #000000;
	background: #FFCC66;
}
div.gallery ul li a:hover b {
	position: absolute;
	left: -496px;
	top: 0;
	width: 500px;
	height: 390px;
	text-align: center;
	background: #FFFFD9;
	z-index: 20;
}
div.gallery ul li a:hover span {
	display: block;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 350px;
	margin: 0 auto;
}
div.gallery ul li a:hover img {
	border-style: solid;
	border-width: medium;
	margin: 0 auto 10px auto;
	width: auto;
	height: auto;
	border-color: #555 #ddd #eee #333;
}
div.gallery ul li a:active, div.gallery ul li a:focus {
	white-space: normal;
	border-color: #555 #ddd #eee #333;
	background: #FF3300;
}
/*on button click*/
div.gallery ul li a:active b, div.gallery ul li a:focus b {
	position: absolute;
	left: -496px;
	top: 0;
	width: 500px;
	height: 390px;
	text-align: center;
	background: #FFFFD9;
	z-index: 10;
}
div.gallery ul li a:active span, div.gallery ul li a:focus span {
	display: block;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 350px;
	margin: 0 auto;
}
/*img on button click*/
div.gallery ul li a:active img, div.gallery ul li a:focus img {
	width: auto;
	height: auto;
	border-style: solid;
	border-width: medium;
	margin: 0 auto 10px auto;
	border-color: #555 #ddd #eee #333;
}

