#thumbnailsPane {
	float: left;
	width: 135px;
	height: 638px;
	border: none;
	margin-left: 26px;
	background: #959595;
}
#thumbnailsPane .thumb {
	position:relative;
	height:80px;
	width:80px;
}
#thumbnailsPane img {
	position:relative;
	margin:0 0 0 15px;
	padding:15px 0;
	width:80px;
	clip:auto;
	overflow:hidden;
	background:#fff;
}
#photoPane {
	position:relative;
	border: none;
	background:#fff;
	margin:0 0 0 193px;
	width:398px;
	height:638px;

}

#photoPane img{
	position:relative;
	margin:25px 25px;
	width:345px;

}
