/* apply the gallery design - links slider */
#gallery_container {  display:block; position:relative;float:left; overflow:hidden;}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ; margin-left:35px;}
/* the thumbnails container */
#thumbs { white-space:nowrap;display:block; position:relative;}
#thumbs div.thumbnail { display:block; position:relative; float:left;}

#thumbs a { padding:0px; margin:10px }
#thumbs a img{ border:2px solid #CCCCCC;width:117px;height:124px }
/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:65px; height:60px; top:0px; right:0px; background:url(images/ortabox_sag.jpg) no-repeat; margin-top:35px;background-position:right; }
.addbkwd { display:block; position:absolute; cursor:pointer; width:30px; height:60px; top:0px; left:0px; background:url(images/ortabox_sol.jpg) no-repeat; margin-top:35px}
/* thumbnail slider end */

