/*************************************************
*
*	IT24 Gallery
*
*
*
*************************************************/

.tx-it24gallery-pi1 {
	overflow: hidden;
	margin-bottom: 30px;
}

.tx-it24gallery-pi1-album {
	margin: 5px;
	padding: 10px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}

.tx-it24gallery-pi1-album-show {
	float: right;
	color: #004B85;
}

.tx-it24gallery-pi1-album img {
	float: left;
	margin-right: 10px;
	border: none;
}

.tx-it24gallery-pi1-album a {
	/*clear: both;*/
	overflow: hidden;
}

.tx-it24gallery-albumname {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.tx-it24gallery-albumname a {
	color: #000000;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	font-size-adjust: normal;
}

.tx-it24gallery-image {
	background: transparent none no-repeat scroll center center;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 5px;
	float: left;
	text-align: center;
	width: 120px;
	height: 132px;
}

.tx-it24gallery-image a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 120px;
}

/*.tx-it24gallery-pi1 .tx-it24gallery-image .tx-it24gallery-caption { height: 14px; }*/

.lightbox img { display: none; }

.tx-it24gallery-singleview .tx-it24gallery-singlecaption {
	text-align: right;
	overflow: hidden;
}

.tx-it24gallery-singleview .tx-it24gallery-singlecaption .caption { float: left; }

.tx-it24gallery-arrows {
	display: block;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	outline: none;
	height: 100%;
	background: transparent none no-repeat scroll left center;
	width: 30%;
}

.tx-it24gallery-lastimage {
	float: left;
	background-image: url('typo3conf/ext/it24_gallery/galleryprev.gif');
}

.tx-it24gallery-nextimage {
	float: right;
	background-image: url('typo3conf/ext/it24_gallery/gallerynext.gif');
	background-position:  right;
}

.lightbox {
	float: left;
	display: block;
	opacity: 0;
	filter: alpha(opacity = 0);
	outline: none;
	height: 100%;
	width: 40%;
	background: transparent none no-repeat scroll center center;
}

.noleft { margin-left: 30%; }

.lightbox:hover, .lightbox:focus {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.tx-it24gallery-arrows:hover, .tx-it24gallery-arrows:focus {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#tx-it24gallery-image { background: transparent none no-repeat scroll 0 0; }

.backlinks { text-align: right; }

.backtogalleries { float: left; }

.blog-whole {
	border: 1px solid #192C5F;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 5px 9px;
}
.blog-post-header {
	margin-bottom: 7px;
	margin-top: 4px;

}
.blog-post-header a {
	color: #8A3410;
	font-size: 20px;
	font-weight: bold;
	
	text-decoration: none;
}
.tx-it24blogfe-pi1 {
	padding-top: 18px;
}

