
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;

}

.hoverbox a .preview
{

	display: none;
	position: absolute;

}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;

	
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 98px;
	height: 96px;

}

.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: 207px;
	height: 352px;	
	z-index: 1;
	
}


#collect1 {
	position:absolute;
	width:700px;
	height:480px;
	left: 100px;
	top:5px;
	background-color: #000000;

}

#page_text {
	position:absolute;
	width:700px;
	height:20px;
	left: 150px;
	top: 500px;
	background-color: #000000;
	font-color: #ffffff;
	color: #ffffff;
	font-size: 12px;
}

.ptext {

	font-color: #ffffff;
	color: #ffffff;
	font-size: 12px;
}

#page_text a 
{
        font-color: #ffffff;
        color: #ffffff;
        text-decoration: none;
}

