@charset "UTF-8";
/* CSS Document */

div#photoViewerContainer {margin:0;padding:0;border:0;}
div.photoviewer {position:relative;width:620px;height:300px;background-color:#333333;margin:0 auto 0 auto;padding:0;border:0;}
div.photoviewer div.main {position:absolute;top:10px;left:10px;width:600px;height:250px;margin:0 auto 0 auto;background-color:#666666;}
div.photoviewer div.load {position:absolute;top:103px;left:283px;width:54px;height:54px;}
div.photoviewer div.thmb {position:absolute;display:table;left:33px;bottom:7px;border-spacing:2px;border-collapse:separate;}
div.photoviewer div.thmb div.row {display:table-row;}
div.photoviewer div.thmb div.row div.cell {display:table-cell;background-color:#666666;border:1px solid #000000;width:46px;height:20px;cursor:pointer;}

div.photoviewer div.left {position:absolute;bottom:12px;left:10px;width:16px;height:16px;cursor:pointer;}
div.photoviewer div.rght {position:absolute;bottom:12px;right:60px;width:16px;height:16px;cursor:pointer;}
div.photoviewer div.next {position:absolute;bottom:11px;right:10px;width:16px;height:20px;cursor:pointer;}
div.photoviewer div.prev {position:absolute;bottom:11px;right:28px;width:16px;height:20px;cursor:pointer;}

div.photoviewer table {position:absolute;left:33px;bottom:7px;}
div.photoviewer table tr td {background-color:#666666;border:1px solid #000000;width:46px;height:20px;cursor:pointer;}

div.photoviewer div.index {position:absolute;bottom:45px;left:20px;font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:8pt;color:#ffffff;width:200px;font-weight:bold;}
div.photoviewer div.caption {position:absolute;bottom:45px;right:20px;font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:8pt;color:#ffffff;width:200px;font-weight:bold;text-align:right;}






