/* =Hoverbox Code
----------------------------------------------------------------------*/
/*http://sonspring.com/journal/hoverbox-image-gallery/*/
#page-container
{
	margin-left: 20px;
	width: 700px;
	text-align: justify;
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
	text-decoration:none;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 3;
	text-align:center;
}

.hoverbox a:hover .shadow
{
	display: block;
	position: absolute;
	top: -41px;
	left: -55px;
	z-index: 1;
	border: none;
	background: none;
	width: 323px;
	height: 249px;
}

.hoverbox a.selected:hover .preview,
.hoverbox a.selected:hover .shadow 
{
	display: none;
}

.hoverbox img
{
	background: #fff;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 180px;
	height: 135px;
}

.hoverbox li
{
	background: #fff;
	border-style: none;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 8px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #ccc;
	width: 300px;
	height: 211px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}

.hoverbox a:hover .select
{
	font:normal 8pt arial;
	text-decoration:none;
	vertical-align:bottom;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	width: 304px;
	height: 17px;
	vertical-align:bottom;
	position: absolute;
	top: 183px;
	left: -45px;
	z-index: 2;	
	background-color:white;
}

.hoverbox .click
{
	text-align:center;
	padding-top:3px;
	font:normal 8pt arial;
}

.hoverbox .arrow
{
	width:12px;
	height:11px;
	border:none;
}

a:visited
{
	color: blue;
}
