/* thumbnail slider begin */

/* apply the gallery design */
#gallery_container { height: 459px; width: 600px; margin: 0px; margin-bottom: 10px; margin-top: 5px; padding: 1px 1px 1px 1px; background-color: #FFF; display:block; position:relative; border: 0px solid green; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ; height: 468px; margin:0px; border: 0px solid red;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; border: 0px solid blue; }

#thumbs a { padding:0px; margin:0px; }
#thumbs a img{ border: 0px solid red; }

/* the forward and backward buttons */
.addfwd { position:absolute; cursor:pointer; width:18px; height:18px; top:475px; right:0px; background:url(../images/forward.gif) no-repeat; border: 0px solid red; }
.addbkwd { position:absolute; cursor:pointer; width:18px; height:18px; top:475px; left:560px; background:url(../images/backward.gif) no-repeat; border: 0px solid red; background-position: 0 0; }

.addfwd:hover { background-position: 0 -19px; }

.addbkwd:hover { background-position: 0 -19px;}
/* thumbnail slider end */

