div.slideshow_holder { height:102px; position:relative; padding:0px 17px; background:#F0F0F0; }
div.slideshow_holder div.arrow { position:absolute; top:1px; height:101px; background:#DDDDDD; line-height:97px; padding:0px 9px; cursor:pointer; }
div.slideshow_holder div.arrow:hover { background:#BBBBBB; }
div.slideshow_holder div.arrow img { position:absolute; left:4px; top:40px; }
div.slideshow_holder div.arrow.left { left:-1px; }
div.slideshow_holder div.arrow.right { right:-1px; }
div.slideshow { height:112px; overflow:hidden; position:relative; top:-10px;}
div.slideshow table.slideshow { height: 112px;}
div.slideshow table.mini { text-align:center; cursor:pointer; height:112px; width: 87px; }
div.slideshow table.mini td.arrow { height:10px; line-height:10px; text-align:left; }
div.slideshow table.mini td.arrow img { visibility:hidden; display:block; margin-left: 34px; }
div.slideshow table.mini td.thumb { background:#F0F0F0; height:65px; padding:10px 0px 0px 0px; }
div.slideshow table.mini td.thumb img { border:1px solid #D2955A; }
div.slideshow table.mini td.title { background:#F0F0F0; padding:0px 0px 10px 0px; }
div.slideshow table.mini:hover td.thumb,
div.slideshow table.mini:hover td.title,
div.slideshow table.mini.active td.thumb,
div.slideshow table.mini.active td.title { background:#D2955A; color:#FFFFFF; }
div.slideshow table.mini:hover td.thumb img,
div.slideshow table.mini.active td.thumb img { border:1px solid #FFFFFF; }
div.slideshow table.mini:hover td.arrow img,
div.slideshow table.mini.active td.arrow img { visibility:visible; }