﻿.a, .a:visited {color:#000;}
#show {
	margin: 10px 0px 0px 0px;
	border: 1px solid #FFFFFF;
	height: 700px;
	background: #FFFFFF;
	float: left;
	width: 600px;
	position: relative;
	left: 30px;
}
#show b {
	font-weight: normal;
	width: 600px;
	text-align: center;
	position: absolute;
	bottom: 250px;
	left: 0;
	color: #808080;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 1.7em;
	z-index: 1;
}

a.custom, a.custom:visited {
	display: inline;
	color: #000;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	width: 75px;
	height: 75px;
	float: left;
	margin: 7px 21px;
	position: relative;
	cursor: default;
}

a.exp1 {background:url('../custom/images/cust100-t.jpg');}
a.exp2 {background:url('../custom/images/cust101-t.jpg');}
a.exp3 {background:url('../custom/images/cust102-t.jpg');}
a.exp4 {background:url('../custom/images/cust103-t.jpg');}
a.exp5 {background:url('../custom/images/cust104-t.jpg');}
a.exp6 {background:url('../custom/images/cust105-t.jpg');}
a.exp7 {background:url('../custom/images/cust106-t.jpg');}


a.custom span {
	visibility: hidden;
	display: block;
	position: absolute;
	width: 580px;
	height: 500px;
	top: 189px;
	left: auto;
	right: auto;
	color: #000;
	background: #FFFFFF;
	text-align: center;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	letter-spacing: 1px;
	cursor: default;
}

a.exp1 span {left:-13px; top:180px;}
a.exp2 span {left:-132px; top:180px;}
a.exp3 span {left:-251px; top:180px;}
a.exp4 span {left:-370px; top:180px;}
a.exp5 span {left:-489px; top:180px;}
a.exp6 span {left:-13px; top:89px;}
a.exp7 span {left:-132px; top:89px;}

a.custom:hover {white-space:normal; border:1px solid #fff; z-index:100;}

a.custom:hover span {visibility:visible; z-index:100;}

a.custom:hover span img {
	margin: 10px;
	border: 1px solid #808080;
	position: relative;
	z-index: 100;
}

a.custom:active, a.custom:focus {border:1px solid #c00; z-index:10;}

a.custom:active span, a.custom:focus span {visibility:visible; z-index:10;}

a.custom:active span img, a.custom:focus span img {
	border: 1px solid #808080;
	position: relative;
	margin: 10px;
	z-index: 10;
}


