

/**********this is to keep page from shifting to left on load in safari and firefox**********/

html {
	min-height:100%; margin-bottom:1px;
}
  
html { 
	overflow: -moz-scrollbars-vertical !important; 
}


/* -------------------------------------------- Hoverbox Code--------------------------------------------*/

.hoverbox {
	cursor: default;
	list-style: none;
}

.hoverbox a {
	cursor: default;
}

.hoverbox a .preview {
	display: none;
}

.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img {
	background: #fff;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 50px;
}

.hoverbox li {
	display: inline;
	float: left;
	margin: 2px;
	padding: 2px;
	position: relative;
}

.hoverbox .preview {
	border-color: #CCCCCC;
	width: 425px;
	height: 300px;
}