#nav {
	top:590px;	
	padding-left:500px;
	
	position:absolute;
	float:right;
	z-index:15;
	left:450px;
	padding-top:30px;
	
}

#nav ul {
	float: left;
	padding-left: 10px;
	list-style:none;
}

#nav li {
	float: left;
	text-transform: uppercase;
}

#nav li a {
	display: block;
	float: left;
	width: auto;
	height: 20px;
	padding: 10px 10px 2px 10px;
	text-decoration: none;
	color: #37370B;	
	background-image:url('../images/slideshowimages/slideshow_grey.png');
	background-repeat:no-repeat;
}

#nav li a:hover {
	padding: 10px 10px 2px 10px;
	background-image:url('../images/slideshowimages/slideshow_white.png');
	background-repeat:no-repeat;	
}

#nav li a.selected, #nav li a.selected:hover {	
	color: #FFFFFF;
	padding: 10px 10px 2px 10px;	
	background-image:url('../images/slideshowimages/slideshow_white.png');
	background-repeat:no-repeat;	
}

#nav a:hover { 
 }

#nav_right {
	width: 10px;
	height: 40px;
	float: left;
	background: url(../img/nav.gif) right top no-repeat;
}

#canvas {
	position: absolute;
	z-index: 0;
	width:582px;
	height:294px;
	padding: 0px;
}

#scroll {
	position: relative;
	margin: 0px;
	width:582px;
	height: 294px;
	overflow: hidden;
}

.panel {
	width: 582px;
	height: 294px;	
}


#btnLeft{
	position: absolute;
	top:360px;
	display: block;
	width:30px;
	height:262px;
	text-decoration: none;
	cursor: pointer;
	margin-left:330px;
	top:621px;
	z-index:10;
}

#btnRight {
	position: absolute;
	top:360px;
	display: block;
	width:30px;
	height:262px;
	top:621px;
	text-decoration: none;
	background: url(../img/arrows.png) no-repeat;
	cursor: pointer;
	margin-left:115px;
}


#btnLeft {
	left: 70px;
	background-position: 0 0;
}

#btnRight {
	left: 840px;
	background-position: -50px 0;
}
