
/* thumbnail slider begin */

/* apply the gallery design */
#gallery_container { 
 width:903px ; 
 height:77px ;
/*margin:10px auto 10px;*/
margin:0 auto;
/*padding:0px 14px 0px 14px;*/
  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:903px ; height:77px ; margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block;  position:relative; }

#thumbs a { padding:0 3px 0 3px; margin-right:22px; height:77px;}
#thumbs a img{
	height:77px;

}

/* apply the gallery design */

/*#gallery_container	.addfwd { 
		display:block; 
		position:absolute; 
		cursor:pointer;
		width:21px;
		height:21px;
		top:50px;
		right:0px;
		background:url(../img/gallery_back.jpg) no-repeat;
	}
#gallery_container .addbkwd { 
	display:block;
	position:absolute;
	cursor:pointer;
	width:21px; 
	height:21px;
	top:50px;
	left:20px;
	background:url(../img/gallery_fwd.jpg) no-repeat;
}*/
/* thumbnail slider end */


