﻿div#gallery
{
	margin-left:23px;
	height:121px;
	background: #000000 url(../images/gallery/gallery-tile.jpg) repeat-x;
	width:590px;
	position:relative;
}

div#nav-left
{
	cursor:pointer;
	width:30px;
	height:121px;
	background: #000000 url(../images/gallery/galleryleft.jpg) no-repeat 0px 0px;
	position:absolute;
	top:0px;
	left:0px; 
}

div#img-box
{
	width:528px;
	height:102px;
	float:left;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	position:absolute;
	top:9.5px;
	left:30px; 
}

div#img-box img
{
	border: 1px solid gray;
	margin:0px;
	height:100px;
}

div#img-box a
{
	margin-right: 21px;
}

div#nav-right
{
	cursor:pointer;
	width:32px;
	height:121px;
	background: #000000 url(../images/gallery/galleryright.jpg) no-repeat 0px 0px;
	position:absolute;
	top:0px;
	right:0px; 
}