

div#photoTour {

	width: 650px;
	
}

div#mainPhoto {
	width: 357px;
	height: 237px;
	float: left;
	

	background-repeat: no-repeat;
}

div#mainPhoto div#caption {
	
	margin: 200px 10px 5px 10px;
	padding: 0px;

	filter: alpha(opacity = 90);
}

div#captionText {
	padding: 2px 0px 2px 0px;
	color: #555555;
}

div#mainPhoto div#caption div#buttonNext, div#mainPhoto div#caption div#buttonPrevious {
	width: 24px;
	height: 24px;
	display: block;
	float: right;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

div#mainPhoto div#caption div#buttonNext {
	margin: 7px;
		background:url(../interface/next2.png) no-repeat center center;
}

div#mainPhoto div#caption div#buttonPrevious {
	margin: 7px 0px 7px 10px;
	background: url(../interface/previous2.png) no-repeat center center;
}

div#thumbnailPane {
	margin: 2px 0px 2px 0px;
	height: 83px;
	float: left;
	padding	: 0px 0px 0px 0px;
	float:left;
	clear:both;
	
	width:650px;
}

div#thumbnailPane div#scrollUp, div#thumbnailPane div#scrollDown {
	height: 25px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	float:left;
}

div#thumbnailPane div#scrollUp {
	background: url(../interface/scroll-up2.png) no-repeat center left;
	float:left;
	width:14px;
	height:83px;
	margin-right:2px;
	margin-left:0px;
}

div#thumbnailPane div#scrollDown {
	background: url(../interface/scroll-down2.png) no-repeat center left;
	float:left;
	width:14px;
	height:83px;
	margin-left:1px;
}

div#photoTour div#thumbnailPane div#thumbnailPool {
	width:619px;
	height: 83px;
	overflow: hidden;
	text-align: center;
	cursor: default;
	float:left;
}

div#photoTour div#thumbnailPane div#thumbnailPool div.thumbnail {
	width: 122px;
	height: 83px;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}


