#gallerybox{
	padding: 3px;
}

.frame{
	z-index: 90;
	position: relative;
	background: transparent;
	height: 383;
	padding: 0px 0px;
}

#photos_horizontal{
	width: 894px;
	height: 383px;
	clear: both;
	overflow: hidden;
	background: transparent;
	z-index: 50;
	position: relative;
	padding-top: 5px;
	border-top: 1px solid #b4841b;	
}

#photos_horizontal #photos{
	float: left;
	height: 380px;
	overflow: hidden;
	z-index: 50;
	position: relative;
}

#photos_horizontal #photos .photo{
	float: left;
	height: 380px;
	z-index: 50;
	position: relative;
	margin-right: 5px;
}

#photos_horizontal #photos .photo a{
	float: left;
	z-index: 50;
	position: relative;
}

#photos_horizontal #photos .photo img{
	border: 1px solid white;
}

/* SCROLLBAR */

#scrollbar{
	clear: both;
	width: 894px;
	height: 13px;
	background: transparent;
}

#scrollbar div.arrow_left{
	width: 25px;
	height: 13px;
	margin-right: 1px;
	float: left;
	background: #f00026;
	background: url('images/scroller/arrow_left.gif') no-repeat bottom left; */
	cursor: pointer;
}

#scrollbar div.arrow_right{
	width: 25px;
	height: 13px;
	margin-left: 1px;
	float: right;
	background: #f00026;
	background: url('images/scroller/arrow_right.gif') no-repeat bottom left;
	cursor: pointer;
}

#scrollbar #scroller{
	float: left;
	width: 200px;
	height: 13px;
	background: #f00026;
	background: url('images/scroller/scroller.gif') bottom left no-repeat;
	cursor: pointer;
}

/* END SCROLLBAR */