@charset "utf-8";

#qalleryGalleries {
	padding-left: 54px;
	width: 746px;
}

#qalleryImages {
	padding-left: 32px;
	width: 768px;
}

#qalleryMeta {
	padding-left: 50px;
	width: 200px;
}

#qalleryWall {
	padding-left: 50px;
	width: 800px;
}

.qalleryMeta h2 {
	font-size: 14px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.qalleryMeta ul {
	list-style: none;
}

/**
 * gallery
*/
.qalleryWrapper {
	position: relative;
	width: 160px;
	height: 200px;
	margin: 10px 0px 0px 10px;
	cursor: pointer;
	float: left;
}

.qallery {
	position: absolute;
	width: 160px;
	height: 160px;
	top: 0px;
	left: 0px;
	border: 1px solid #000;
	cursor: pointer;
	float: left;
}

.qalleryTitle {
	position: absolute;
	width: 160px;
	height: 15px;
	top: 165px;
	left: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qalleryCounter {
	position: absolute;
	width: 160px;
	height: 15px;
	top: 180px;
	left: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	color: rgb(112, 176, 255);
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qalleryMask {
	position: absolute;
	width: 162px;
	height: 162px;
	left: 0px;
	top: 0px;
/*	background: url('/templates/default/img/mask.png');*/
}

.qalleryMarker {
	position: absolute;
	width: 0px;
	height: 160px;
	left: 0px;
	top: 0px;
	background-color: #000;
	display: none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}

