div.galleryboxpreview {
	position: relative;
	width: 330px;
	height: 247px;
	background-color: #111;
}

div.galleryboxpreview div.content {
	position: relative;
	width: 330px;
	height: 247px;
}

div.galleryboxpreview div.mask {
	position: relative;
	width: 330px;
	height: 247px;
	overflow: hidden;
}

div.galleryboxpreview div.space {
	position: absolute;
	/* BUFFER SIZE FOR THE SCROLLABLE ITEMS! */
	width: 60000px;
	height: 247px;
	left:0;
}

div.galleryboxpreview div.items {
	position: relative;
	width: 330px;
	height: 247px;
	float: left;
}

div.galleryboxpreview div.text {
	position: absolute;
	left:0; bottom:0;
	height: 50px;
	margin: 6px;
	font-family: Arial;
	font-size: 13px;
	letter-spacing: 0;
	width:318px;
	z-index: 2;
	color:#bbb;
}
div.galleryboxpreview div.text a: { font-weight: bold; }
div.galleryboxpreview div.text a:hover {
	text-decoration: underline;
}
div.galleryboxpreview div.bg {
	width: 330px;
	height: 60px;
	position: absolute;
	left:0; bottom:0;
	background-color: #000;
	z-index: 1;
}

