﻿#gallery_container 
{  
	width:560px ; 
	height:94px ;  
	display:block; 
	position:relative;
	margin: 10px auto 20px auto;
	
}

#thumb_main 
{  
	width:510px ; 
	height:94px;
	margin:0px auto 0px auto; 
	padding:7px 0px 0px 0px;  
	background-color:#EBE2E5; 
}

#thumb_container
{ 
	position:relative ; 
	overflow:hidden ; 
	width:510px ; 
	height:90px ; 
	margin:0px auto 0px;  
}

#thumbs 
{ 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}

#thumbs a 
{ 
	padding:0px; 
	margin:0px; 
}
#thumbs a img
{ 
	border:1px #333333 solid; 
}


.addfwd 
{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:101px; 
	top:0px; 
	right:0px; 
	background:url(../images/slider/gallery_fwd.png) no-repeat;  
}
.addbkwd 
{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:101px; 
	top:0px; 
	left:0px; 
	background:url(../images/slider/gallery_back.png) no-repeat;  
}

