@CHARSET "UTF-8";

.PCSG_Gallery .entry {
	float: left;
	margin: 10px;
	border: 1px solid #949490;
}

.PCSG_Gallery .GalleryTable {
	margin-left: auto;
	margin-right: auto;
}

.PCSG_Gallery .entry img {
	margin: 10px;
	float: left;
}

.PCSG_Gallery .entry span.imagetitle {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
	line-height: 20px;
	text-align: center;
	background-color: #949490;
}

/* Blättern */
.PCSG_Gallery .sheets {
	clear: both;
	padding: 3px;
	margin	: 3px;
	text-align:center;
}

.PCSG_Gallery .sheets a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #949490;
	text-decoration: none;
	color: #5A5A43;
	line-height:24px;
	font-size:10px;
}

.PCSG_Gallery .sheets a:hover,
.PCSG_Gallery	.sheets a.active {
	border:1px solid #816464;
	color: #fff !important;
	background-color: #814646 !important;
}

.PCSG_Gallery .sheets span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #816464;
	font-weight: bold;
	background-color: #814646;
	color: #FFF;
	top: 1px;
	position:relative;
}

.PCSG_Gallery .sheets span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #ccc;
	top: 1px;
	position:relative;
}


.PCSG_Trailer .trailer {
	margin: 10px;
}

