.news-latest-text {
	padding: 15px 0 0 3px;
}


/*************************************************
*
*	IT24 Gallery
*
*
*
*************************************************/

.tx-it24gallery-pi1 {
	margin-bottom: 0;
	width: 475px;
	overflow: hidden;
}

.tx-it24gallery-pi1-album {
	padding: 10px 0;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}

.tx-it24gallery-pi1-album img {
	float: left;
	margin-right:20px;
	border: none;
}

.tx-it24gallery-pi1-album a {
	/*clear: both;*/
	overflow: hidden;
}

.tx-it24gallery-pi1-album-show {
	text-align: right;
	float: right;
	clear: both;
	margin-bottom: 10px;
	font-weight: bold;
}

.tx-it24gallery-albumname {
	margin: 0 0 5px;
	margin-bottom: 5px;
	color: #99103F;
}

.tx-it24gallery-image {
	background: transparent none no-repeat center 5px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 5px;
	float: left;
	text-align: center;
	width: 120px;
/*	height: 132px;*/
}
.tx-it24gallery-caption { 
	font-size: 10px; 
	display: none;
}

.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; }

