/* items */
div.tx-cegallery-pi1-album_entry {
	padding-right: 40px;
	width: 20%;
	float: left;
	text-align: center;
}

.tx-cegallery-pi1-album_date {
	font-size: 0.9em;
}

div.tx-cegallery-pi1-album_entry img, div.tx-cegallery-pi1-detail_entry img {
	padding: 1px;
	border: 2px solid #0072BD;
}

/* navigation / misc stuff */
div.tx-cegallery-pi1-pagebrowser_back,
div.tx-cegallery-pi1-pagebrowser_pages,
div.tx-cegallery-pi1-page {
	float: left;
}

div.tx-cegallery-pi1-pagebrowser {
	width: 100%;
	height: 3ex;
}

div.tx-cegallery-pi1-clearer, .tx-cegallery-pi1-album_header,
div.tx-cegallery-pi1-detail_nav {
	clear: both;
}

span.tx-cegallery-pi1-pagebrowser_actual, div.tx-cegallery-pi1-page,
span.tx-cegallery-pi1-pagebrowser_normal {
	padding-right: 5px;
}

div.tx-cegallery-pi1-album_backlink {
	margin-bottom: 5px;
}

span.tx-cegallery-pi1-pagebrowser_actual a {
	font-weight: bold;
}

div.tx-cegallery-pi1-clearer {
	padding-top: 4ex;
}

.tx-cegallery-pi1-album_header {
	margin-top: 5px;
	font-size: 1.1em;
}	

/* slideshow stuff */
#mySlideshow {
	background-color: #EEE;
	color: #FFF;
	display: none;
	overflow: hidden;
	position: relative;
}

#mySlideshow #slideInfoZone {
	height: 7em;
	width: 100%;
	background-color: #333;
	position: absolute;
	left: 0;
	bottom: 0;
}

#slideInfoZone h2 {
	margin: 0;
	padding: 0;
	margin-left: 3px;
	font-size: 1em;
}

#slideInfoZone p {
	margin-left: 3px;
	font-size: 0.85em;
}

#mySlideshow a.right, #mySlideshow a.left,
#mySlideshow #slideInfoZone {
	z-index: 1000;
}

#mySlideshow a.right, #mySlideshow a.left {
	width: 40%;
	height: 3em;
	cursor: pointer;
	position: absolute;
	top: 0;

	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html #mySlideshow a.right, * html #mySlideshow a.left {
	filter:alpha(opacity=50);
}

#mySlideshow a.right:hover, #mySlideshow a.left:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#mySlideshow a.left {
	left: 0;
	background: url('../../../typo3conf/ext/ce_gallery/res/left.gif') no-repeat top left;
}

#mySlideshow a.right {
	right: 0;
	background: url('../../../typo3conf/ext/ce_gallery/res/right.gif') no-repeat top right;
}
