#photo_gallery {
	padding-top:10px;
	padding-bottom:15px;
}

#images {
	padding-top:15px;	
}
	
#photo_gallery .image_scroll {
	text-align:center;	
	height:95px;
	width:600px;
	margin-left:185px;
	white-space:nowrap;
	overflow:hidden
}

#photo_gallery .image_scroll img.thumbnail {
	width:125px;
	height:90px;
	padding:5px;
	text-align:center;
	cursor:pointer;
	display:inline;
} 

p.scroll_prev {
	background: url("/images/scroll-back.gif") no-repeat scroll left center;
	height:95px;
	width:21px;
	float:left;
}

p.scroll_next {
	background: url("/images/scroll-next.gif") no-repeat scroll right center;
	height:95px;
	width:21px;
	float:right;
}

div#image_list {
	width:550px;
	float:left;
	overflow:hidden;
}

.inside {
	width:1000px;
}

div#full_image {
	margin-top:15px;
	text-align:center;
}
