
/* thumbnail slider begin */

/* apply the gallery design */
#gallery_container { 
 width:492px ; 
 height:71px ; 
 /*margin:10px auto 10px;*/ 
/*padding:0px 30px 0px 30px;*/
  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:442px ; height:71px ; margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:0 3px 0 3px; margin-right:8px; height:127px;}
#thumbs a img{
	height:63px;
	width:63px;
	padding:1px;
	background:#fff;
	border:1px solid #a9a9a9;
}

/* apply the gallery design */

#gallery_container	.addfwd { 
		display:block; 
		position:absolute; 
		cursor:pointer;
		width:11px;
		height:12px;
		top:30px;
		right:0px;
		background:url(../img/gallery_fwd.png) no-repeat;
	}
#gallery_container .addbkwd { 
	display:block;
	position:absolute;
	cursor:pointer;
	width:11px; 
	height:12px;
	top:30px;
	left:0px;
	background:url(../img/gallery_back.png) no-repeat;
}
/* thumbnail slider end */


