
/* thumbnail slider begin */

/* apply the gallery design */
#gallery_container { 
 width:592px; 
 height:70px ; 
 margin:10px auto 10px; 
padding:0px 15px 0px 15px;
  display:block; 
   position:relative; 

   }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ; width:542px ; height:80px ; margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative;width:6000px; }

#thumbs a {/* padding:0px 13px 0px 0px;*/ margin:0px; height:70px;}
#thumbs a img{
	height:70px;
	padding:0 6px;
	background:url(../img/thumb_bg.jpg) no-repeat  right;
}
#gallery_container	.addfwd { 
		display:block; 
		position:absolute; 
		cursor:pointer;
		width:70px;
		height:70px;
		top:15px;
		right:-30px;
		background:url(../img/gallery_back.jpg) no-repeat;
	}
#gallery_container .addbkwd { 
	display:block;
	position:absolute;
	cursor:pointer;
	width:70px; 
	height:70px;
	top:15px;
	left:0px;
	background:url(../img/gallery_fwd.jpg) no-repeat;
}

/