﻿#albumDiv {
	margin-top: 44px;
	border-right: 0 dashed #000;
	width: 215px;
	float:left;
}

#albumDiv h4 { margin:0 5px 0 5px; line-height: 2em;}

#albumDiv span { margin:0 5px 0 5px; }

span {
	cursor:pointer;
}

#loadDiv {
	margin-left: 5px;
	margin-top: 0;
	float:left;
	text-align:center;
	background:url(GFX/wait.gif) right top no-repeat;
	width:100px;
}

#thumpsDiv {
	margin: 5px;
	margin-top: 0;
	border:0 dashed #000;
	width:720px;
	float:left;
}

.thumpStyle {
	cursor:pointer;
	float:left;
	width:130px;
	height:130px;
	border:1px solid #000000;
	margin: 10px 0 0 10px;
	text-align:center;
	vertical-align:middle;
}

#thumpsDiv h3 { 
	line-height: 2em;
	margin-left:10px;
}

#photoDiv {
	margin: 5px;
	margin-top: 0;
	border:0 dashed #000;
	float:left;
	/*Width is set by #description*/
}

#nextPhoto {
	display:none;
}

#prevPhoto {
	display:none;
}

#previousImage {
	cursor:pointer;
	float:left;
	margin-left:10px;
}

#nextImage {
	cursor:pointer;
	float:right;
	margin-right:10px;
}

#currentPhoto {
	border:0 solid #000000;
	margin: 10px;
	text-align:center;
	vertical-align:middle;
}

#description {
	width:513px;
	text-align:left;
	margin-left:10px;
}