/* CSS Document */
/* =Hoverbox Code
----------------------------------------------------------------------*/

.leftside
{
	position:relative;
	display:table;
	width:180px;
	cursor: default;
	list-style: none;
	float:left;
}

.leftside a
{
	cursor: default;
	border-style:none;
}

.leftside a .preview
{
	display: none;
}

.leftside a:hover .preview
{
	display: block;
	position: absolute;
	z-index: 320;
}

.leftside img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 175px;
	z-index: 60;
}

.leftside .preview
{
	border: 1px solid #000;
	width: 300px;
	margin-top:-140px;
	margin-left:-130px;
}
