#gallery_container { height:122px; width:700px; margin:0px; padding:0px; display:block; position:relative;}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative; overflow:hidden; height:110px ; margin:0px; padding:0px; margin-top:8px;}
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }
#thumbs a { padding:0px; margin:0px;}
#thumbs a img{ border:1px #333333 solid; width: 135px; height:110px;}
/* DIV container slider example */
/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:26px; height:122px; margin:0px; padding:0px; top:0px; right:0px;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:122px;top:0px; left:0px;  }
/* thumbnail slider end */

/* banner rotator */
