
/* thumbnail slider begin */

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

#thumbs a { padding:0 3px 0 3px; margin-right:12px; height:127px;}
#thumbs a img{
	height:127px;
	border-top:1px solid #838383;
	border-right:1px solid #838383;
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	background:url(../img/thumb_bg.jpg) no-repeat  right;
}

/* apply the gallery design */

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


