/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	
}
.hoverbox ul
{
	left: 0px;
}

.hoverbox img
{
	background: #fff;
	padding: 2px;
	vertical-align: top;
	clip: rect(5px,40px,45px,5px);
	border: 1px solid #663;
	height: 100px;
	width: 100px;
	
}

.hoverbox li
{
	display: inline;
	float: none;
	margin: 3px;
	padding: 5px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #bbb;
	border-bottom-color: #aaa;
	border-left-color: #ccc;
}
.showPhoto {
	visibility: visible;
}

