/* =Hoverbox Code

----------------------------------------------------------------------*/



.hoverbox {
	padding:0;
	margin:0;
	width:550px;
	cursor: default;
	list-style: none;
	position:relative;
}

.hoverbox ul {
	padding-bottom:20px;
}

.hoverbox li {
	list-style-type:none;
	width:100px;
	height:75px;
	float:left;
	padding:5px;
	margin:8px;
}

.hoverbox a {
	position:absolute;
	width:100px;
	height:75px;
	display:block;
	font-size:5px;
	background:none #eee;
	border:0;
}
.hoverbox a:link, .hoverbox a:visited {
	border:0;
}

.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	position:relative;
	/*top:-3px;
	left:-2px;*/
}

.hoverbox a img {
	width:100px;
	height:75px;
}

.hoverbox a:hover {
	width:200px;
	height:150px;
	z-index:500;
	background: transparent none;
	border:0;
}

.hoverbox a:hover img {
	position:absolute;
	width:200px;
	height:150px;
	left:-20px;
	top:-20px;
	border:1px solid #000;
	padding:2px;
}

* html .hoverbox a:hover img {
	width:200px;
	height:150px;
	width/**/:200px;
	height/**/:150px;
}

/*--------------------------------------*/