/* thumbnail slider begin */

/* apply the gallery design - links slider */
.gallery_container { width:468px ; height:58px ; margin:0px; background:#EDEDED ; 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 ; width:432px ; height:58px ; margin:0px auto 0px;  }
/* the thumbnails container */
.thumbs { white-space:nowrap; display:block; position:relative; padding; 0px; margin: 8px 0px 0px 0px; }
.thumbs a { padding:5px; margin:0px; }
.thumbs a img{ border:0px; }

/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:18px; height:58px; top:0px; right:0px; background:url(../images/matome_btn_slideright.gif) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:18px; height:58px; top:0px; left:0px; background:url(../images/matome_btn_slideleft.gif) no-repeat;  }
/* thumbnail slider end */
