/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {
	height:72px;
	margin:0px auto 0px;
	padding:0px 0px 0px;
	display:block;
	position:relative;
	width: 100;
	
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{
	position:relative;
	overflow:hidden;
	width:500px;
	height:72px;
	margin:0px auto 0px;
}
/* the thumbnails container */
#thumbs {
	white-space:nowrap;
	display:block;
	position:relative;
	width: 400;
}
#thumbs a img{ border:1px #ffffff solid; }


/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; right:0px; background:url(../includes/gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; left:0px; background:url(../includes/gallery_back.jpg) no-repeat;  }
/* thumbnail slider end */

