/* CSS Document */

.wrap {
	width:800px; 
	height:620px; 
	background: #E5EAF0; 
	position:relative; 
	border:2px solid #C1D1E1; 
	margin:10px auto 20px auto;
}

.multiplephotos {
	height:660px;
}

.multiplephotos #buttons div {
	margin-right:8px; 
	margin-top:10px;
	display:inline;
}

/* -=-=-=-=-[Box where photo goes]-=-=-=-=-*/
#slide {
	width:700px; 
	height:477px; 
	overflow:hidden; 
	position:absolute;
	left:49px; 
	top:29px; 
	background:#000; 
	border:1px solid #1f497d;
}

#slide a {
	text-decoration:none;
	display:block; 
	width:700px; 
	height:477px; 
	position:absolute; 
	left:700px;
}

#slide a img {
	display:block; 
	border:0;
	padding:0px;
	margin:0px;
}

#previous b {
	display:none;
}

#previous {
	width:32px; 
	height:32px; 
	background: url(../images/left.png);
	position:absolute; 
	left:10px; 
	top:300px; 
	cursor:pointer;
}

* html #previous {
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/left.png', sizingMethod='crop');
}

#next b {
	display:none;
}

#next {
	width:32px; 
	height:32px; 
	background:url(../images/right.png); 
	position:absolute; 
	left:760px; 
	top:300px; 
	cursor:pointer;
}

* html #next {
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/right.png', sizingMethod='crop');
}

#buttons {
	position:absolute; 
	left:50px; 
	top:540px;
}


#buttons div {
	width:62px; 
	height:37px; 
	float:left; 
	margin-right:30px; 
	display:inline;
}

#buttons div img {
	display:block; 
	cursor:pointer; 
	padding:0px;
	margin:0px;
	border:1px solid #444;
}

p.photosby {
	position:absolute;
	font-size:9px; 
	width:780px;
	text-align:right;
	color:#333;
	top: 635px;
}

img#loading {
	position:absolute; 
	left:340px; 
	top:200px;
}

#textwhileloading {
	position:absolute;
	left:160px;
	color:#fff;
	top:250px;
	font-size:16px;
}



/*=-=-=-=-=-[Border for map and google aerial]-=-=-=-=-=-*/
#map {
	width:800px; 
	height:520px; 
	background: #E5EAF0; 
	position:relative; 
	border:2px solid #C1D1E1; 
	margin:10px auto 20px auto;
}

