#foto-viewer_fotos-thumbnails {
	height:135px;
	width: 600px;
	position:relative;
	left:26px;
	top:5px;
	
}
#foto-viewer_fotos-thumbnails .container {
	height:135px;
	overflow:hidden;
	position:relative;
	left: 36px;
	top:-1px;
	width: 530px;
	border: 1px solid #d0d0d0; 

}

#foto-viewer_fotos-thumbnails .previous_button,
#foto-viewer_fotos-thumbnails .previous_button_disabled, 
#foto-viewer_fotos-thumbnails .previous_button_over 
{ 
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image:url(/img/ffs_movedown.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width:35px;
	height:136px;
}
#foto-viewer_fotos-thumbnails .next_button,
#foto-viewer_fotos-thumbnails .next_button_disabled, 
#foto-viewer_fotos-thumbnails .next_button_over 
{ 
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image:url(/img/ffs_moveup.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width:35px;
	height:136px;
}
#foto-viewer_fotos-thumbnails ul {
	height:80px;
	left:0px;
	margin:0px;
	padding:0px;
	position:relative;
	top:0px;
	width:100000px;
}
#foto-viewer_fotos-thumbnails ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: center;
	width:180px;
}

#foto-viewer_fotos-thumbnails ul li img {
	border:solid 1px #4f5a75;
	
}
	
