/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 164px;
    height: 121px;
}

.hoverbox li
{
background: #eee;
    border-color: #ddd #bbb #aaa #ccc;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    display: inline;
    float: left;
    margin: 0px 19px 3px 10px;
    padding: 0px;
    position: relative;
    height: auto;
    width: 168px;
}
.hoverbox li span{
width:168px; height:30px; display:block; text-align:center; margin-bottom:10px; padding:14px 0; line-height:14px; font-size:11px;
}

.hoverbox .preview
{
	border: #3176db 2px solid;
	width: 200px;
	height: 150px;
}