
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	margin:40px 0 0 0;
	padding:0;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	z-index: 1;
}
.hoverbox a:hover .img1{
	top: -252px;
	left: 0px;
}
.hoverbox a:hover .img2{
	top: -252px;
	left: -106px;
}
.hoverbox a:hover .img3{
	top: -252px;
	left: -212px;
}
.hoverbox a:hover .img4{
	top: -328px;
	left: 0px;
}
.hoverbox a:hover .img5{
	top: -328px;
	left: -106px;
}
.hoverbox a:hover .img6{
	top: -328px;
	left: -212px;
}
.hoverbox a:hover .img7{
	top: -404px;
	left: 0px;
}
.hoverbox a:hover .img8{
	top: -404px;
	left: -106px;
}
.hoverbox a:hover .img9{
	top: -404px;
	left: -212px;
}
.hoverbox a:hover .img10{
	top: -480px;
	left: 0px;
}
.hoverbox a:hover .img11{
	top: -480px;
	left: -106px;
}
.hoverbox a:hover .img12{
	top: -480px;
	left: -212px;
}
.hoverbox a:hover .img13{
	top: -556px;
	left: 0px;
}
.hoverbox a:hover .img14{
	top: -556px;
	left: -106px;
}
.hoverbox a:hover .img15{
	top: -556px;
	left: -212px;
}
.hoverbox a:hover .img16{
	top: -632px;
	left: 0px;
}
.hoverbox a:hover .img17{
	top: -632px;
	left: -106px;
}
.hoverbox a:hover .img18{
	top: -632px;
	left: -212px;
}



.hoverbox a:hover img.thumb{
	background:#ea7922;
}
.hoverbox img.thumb	
{
	width:95px;
	height:65px;
}
.hoverbox img
{
	background: #fff;
	border:solid 1px #000;	
	color: inherit;
	padding: 2px;
	vertical-align: top;
	/*width: 100px;
	height: 75px;*/
}

.hoverbox li
{
	/*background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;*/
	display: inline;
	float: left;
	margin: 0 5px 5px 0;
	/*padding: 5px;*/
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: auto;
	height: auto;
}
