#thumbs{
	width: 318px;
	white-space: nowrap;
	margin: 0;
	padding: 5px 0;
	overflow: hidden;
	float: left;
	line-height: 0;
	font-size: 0;
	}
#thumbs a{
	text-decoration: none;
	padding: 0;
	margin: 0;
	}
#thumbs a img{
	padding: 0;
	margin: 3px 2px 0 2px;
	width:58px;
	height:45px;
	border: 1px solid #444;
	}
#thumbs a:hover img{
	border: 1px solid yellow;
	}
#scroll_left, #scroll_left_disabled, #scroll_right, #scroll_right_disabled {
	display: block;
	width: 25px;
	height: 53px;
	padding: 0;
	}
#scroll_left{
	margin:0;
	float: left;
	margin-top: 5px;
	}
#scroll_left{
	background: url(/boardsite_images/gallery_left_arrow2.jpg) no-repeat;
	}
#scroll_left.disabled {
	background: url(/boardsite_images/gallery_left_arrow_off.jpg) no-repeat;
	cursor:default;
	}
#scroll_right{
	margin: 0;
	float: right;
	margin-top: 5px;
	}
#scroll_right{
	background: url(/boardsite_images/gallery_right_arrow2.jpg) no-repeat;
	margin-top: 5px;
	}
#scroll_right.disabled {
	background: url(/boardsite_images/gallery_right_arrow_off.jpg) no-repeat;
	margin-top: 5px;
	cursor:default;
	}
	
#photoInstructions{ clear:both;}
