/*
{
	border: 0;
	margin: 0;
	padding: 0;
}


a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 620px;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}
*/

/* =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
{
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 100px;
	height: 75px;
	border: 0px none #fff;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

.hoverbox .preview2
{
	border-color: #000;
	width: 200px;
	height: 200px;
}

.hoverbox a .preview2
{
	display: none;
}

.hoverbox a:hover .preview2
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox .preview3 {
	border-color: #000;
	width: 150px;
	height: 200px;
}
.hoverbox .preview4 {
	border-color: #000;
	width: 200px;
	height: 60px;
}
.hoverbox a:hover .preview3 {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox a:hover .preview4 {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox a .preview3 {
	display: none;
}
.hoverbox a .preview4 {
	display: none;
}
.hoverbox .img2 {
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 100px;
	height: 100px;
	border: 0px none #fff;
}
.hoverbox .img3 {
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 75px;
	height: 100px;
	border: 0px none #fff;
}
.hoverbox .img4 {
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 100px;
	height: 30px;
	border: 0px none #fff;
}
#storeHover {
	background: #fff;
	border-color:#FFF
	border-style:none;
	border-width: 0px;
	color:#FFF
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	border: 0px none #000;
}

