@charset "UTF-8";
/* CSS Document */


/*-------------bildergalerie_1_jquery---------------------------------------------------*/


/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 410px;	 
	width: 710px;
	left: 20px;
	right: 20px;
	border-top:2px solid #FFF;
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.item {
	border-bottom:2px solid #FFF;
	margin:5px 0;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	font-size:12px;
	/*height:180px;*/
	height:190px;
}

/* elements inside single item */
.item img {
	float:left;
	margin-right:20px;
	height:180px;
	width:300px;
}

.item /*h3*/ {
	font-family: 'Droid Sans', serif;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	letter-spacing:0.05em;
	line-height:15px;
	margin:0px 0px 10px 0px;
}

/* the action buttons above the scrollable */
#actions {
	width:710px;
	margin:30px 0px 13px 20px;	
}

#actions a {
	font-family: 'Droid Sans', serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.05em;
	text-transform:uppercase;
	color:#555555;
	text-decoration:none;
	cursor:pointer;
	padding-bottom:18px;
}

#actions a:hover {
/*	text-decoration:underline;*/
	color:#c8c896;
}

.disabled {
	visibility:hidden;		
}

/*.next {
	float:right;
}*/
/*----------------------sandi------------------------*/

/*.fliesstext_bildgalerie {
	font-family: 'Droid Sans', serif;
	font-size:12px;
	font-weight:normal;
	color:#555555;
	letter-spacing:0.05em;
	line-height:15px;
	}*/


.prev {
	float:left;
}

.next {
	float:right;
}

/*-------------bildergalerie_1_jquery-----------------------------------------ende----------*/