/* Image slider begin */

/* apply the gallery design */
#gallery_container {
	background:#EBE2E5;
	display:block;
	height:130px;
	margin:10px auto 10px;
	padding:7px 0px 0px;
	position:relative;
	width:492px; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{
	height:126px;
	margin:0px auto 0px;
	overflow:hidden;
	position:relative;
	width:442px;
}
/* the thumbnails container */
#images { white-space:nowrap; }

#images a { padding:0px; margin:0px; }
#images a img{ border:1px #333333 solid; }

/* Forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; right:0px; background:url(../images/slider_fwd.jpg) no-repeat; }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; left:0px; background:url(../images/slider_back.jpg) no-repeat; }
/* Image slider end */
