/*
Hoverbox Method Created by: Nathan Smith
Source: http://sonspring.com/journal/hoverbox-image-gallery

Hoverbox Code
-----------------------------------------------------------*/
#content #main ul.hoverbox,
.hoverbox
{
	cursor: default;
	list-style: none;
	margin:0;
	padding:0;
	width: 100%;
	color: #000;
	font-size: 12px;

}

.hoverbox a .preview {display: none;}

.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	z-index: 1000;
	cursor: pointer
}

.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 3px;
	vertical-align: top;
	margin: 10px;
	z-index: 1;
}


.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.hoverbox .detail {
	color: #000;
	margin: 8px 10px;
}
.hoverbox .preview {border-color: #ccc; padding: 5px; padding-bottom:20px;}

/* Internet Explorer Hacks
--------------------------------------------------------------*/

* html .hoverbox a {position: relative;}
* html .hoverbox a:hover {font-size: 100%; z-index: 1;}
* html .hoverbox a:hover .preview {top: -30px; left: -30px;}
* html .hoverbox li {position: static;}
