﻿/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}

body
{
}
.simplemodal-container 
{
	width: 575px;
	height: 475px;	
	background: white url(../images/gallery/popup-bg.jpg) repeat-x scroll 0 bottom;
	border:solid #e3e3e3 9px;
}
.simplemodal-container h1
{
	color: White;
	font-size: 140%;
	margin: 60px 0 0 30px;
	font-weight: normal;
	padding: 0;
}
.simplemodal-container p
{
	color: White;
	font-size: 70%;
	margin: 5px 0 0 30px;
	padding: 0;
}
#close
{
	background: url(../images/gallery/close.gif) no-repeat;
	width: 10px; height: 11px;
	position: absolute; 
	top: 5px; right: 5px;
	cursor:pointer;
}

#spread
{
	margin: 0 0 0 104px;
}

#next
{
	position: absolute;
	top: 200px;
	right: 15px;
	background: url(../images/gallery/right-arrow.gif) no-repeat;
	width: 12px;
	height: 9px;
	cursor:pointer;
}
#last
{
	position: absolute;
	top: 200px;
	left: 15px;
	background: url(../images/gallery/left-arrow.gif) no-repeat;
	width: 12px;
	height: 9px;
	cursor:pointer;
}

#thumb1
{
	width: 110px;
	height: 94px;
	position: absolute;
	right: 20px;
	top: 327px;
	cursor:pointer;
}
#thumb1 img, #thumb2 img, #thumb3 img
{
	width: 100px; 
	height: 85px;
}
#thumb2
{
	width: 110px;
	height: 94px;
	position: absolute;
	right: 130px;
	top: 327px;
	cursor:pointer;
}
#thumb3
{
	width: 110px;
	height: 94px;
	position: absolute;
	right: 240px;
	top: 327px;
	cursor:pointer;
}

.bubble 
{
	display:none;
	width: 109px;
	height: auto;
	color: #4b4b4b;
	font-size: 60%;
	position: absolute;
}
.bubble .top
{
	width: 109px;
	height: 14px;
	background: url(../images/bubble-top.png) no-repeat;
}
.bubble .bottom
{
	width: 109px;
	height: 11px;
	background: url(../images/bubble-bottom.png) no-repeat;
}
.bubble .content
{
	width: 89px;
	height: auto;
	background: url(../images/bubble-bg.png) repeat-y;
	padding: 0 10px;
	text-align: center;
}