/**
 * Enthält das Cascading Style Sheet für das Projekt "serviceportal" (Medium: Bildschirm; Spezifikation: keine;)
 * @author:  	$Author: SEBER-RIDER $
 * @version: 	$Revision: 29 $
 * @date: 	$Date: 2013-12-20 09:25:37 +0100 (Fr, 20. Dez 2013) $
 */

/* Gallery */
.Gallery ul {
	font-size:			0;
	list-style-type:		none;
	margin:				0;
	padding:			0;
	}
.Gallery li {
	display:			inline-block;
	vertical-align:			top;
	margin:				0 25px 25px 0;
	position:			relative;
	}



.GalleryRight {
	float:				right;
	}
.GalleryRight li {
	margin:				0 0 25px 25px;
	}



.GalleryCenter {
	float:				none;
	text-align:			center;
	}
.GalleryCenter li {
	margin:				0 12px 25px 13px;
	}



.GalleryVertical li {
	display:			block;
	}



.Gallery .Preview {
	position:			absolute;
	display:			none;
	top:				10px;
	left:				10px;
	z-index:			10;
	}
.Gallery a:hover .Preview {
	display:			block;
	}
.GalleryImageInfo {
	font-size:			12px;
	}
.Gallery img {
	cursor:				url('../../icons/images/32/scope.png'), zoom-in;
	}



/* TwistedFramesPictures */
.TwistedFramesPictures li {
	padding:			10px 10px 25px 10px;
	background-color:		#eeeeee;
	border-radius:			5px;
	box-shadow:			5px 5px 5px 0 #333333;
	text-align:			center;

	transition:			all 0.5s;
	-webkit-transition:		all 0.5s;
	}
.TwistedFramesPictures li:hover {
	transform:			scale(1.1) !important;
	-webkit-transform:		scale(1.1) !important;
	}













