/*Imgbox*/
div.imgbox {
	width: 252px;
	float: left;
	margin-right: 13px;
	margin-bottom:6px;
}
div.zoomed {width:480px; float:none; margin-right:0; margin-bottom:12px;}
div.imgbox table,
div.imgbox div.image {border:1px solid #71bf4b;}
div.imgbox div.image {border-top:0; cursor:pointer;}
div.imgbox img {width:250px;}
div.zoomed img {width:478px;}
div.imgbox span.caption {float:left; display:block; width:100%; line-height:20px;}

img.jpg-icon,
div.imgbox img.jpg-icon {
margin: 0;
vertical-align: text-top;
width: 21px;
}
div.imgbox img.linkarrow {
width: 11px;
}

input.jumpto {height:13px; width:32px; margin:0; font-size:11px; color:#71bf4b; border:1px solid #71bf4b; }
html>body input.jumpto {border-width:1px; margin-top:4px}
img.jumpto {vertical-align:text-bottom; border-color:#71bf4b; border-style:solid; border-width:1px 1px 1px 0; background-color:#fff; cursor:pointer; }
*:first-child+html input.jumpto {
	margin-bottom:1px;
}
html:first-child>*:first-child+body img.jumpto {
	margin-bottom:2px;
}

div.imgbox img.zoomicon {float: right; margin-top: -21px; z-index:100; position:relative;}
div.imgbox table {width:100%; height:21px; border-bottom:0; background-color:#edebe6;}
div.imgbox table span {}
div.imgbox td {text-align:center;}
div.imgbox img.zoomicon,
div.imgbox td.prev,
div.imgbox td.next,
div.imgbox td img {width:21px; cursor:pointer;}
div.imgbox td.prev img {float:left;}
div.imgbox td.next img {float:right;}

div.imgbox,
div.imgbox div {
	float: left;
}
div.imgbox img.jumpto {
	width:13px;
}
/*/Imgbox*/