<style type="text/css">

@import url("css/style.css");
#gallery {position:relative; width:80px;}
#thumbs {width:80px; float:right;}
#thumbs a {display:block; float:right; margin:0 0 5px 5px; width:80px; height:55px; border:2px solid #FFFFFF;}
#thumbs a img {width:80px; height:55px; border:2;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {position:absolute; width:auto; height:auto; right:100px; top:-50px; border:2px solid #FFFFFF;}

