
/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 592px;	 
	height:47px;

	clear:both;
	float:left;
	background:transparent;	
}





/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
ul#thumbs,	
#thumbs {	
	position:absolute;
	clear:both;
	float:left;
	width:20000em;	
	height:47px !important;
	margin-left:0px;
}

/* custom positioning for navigational links */
/* a.prev, a.next {
	
} */


/* single item */
#thumbs li {
	float:left;
	width:62px;
	height:37px;
	margin:0px;
	margin-top:10px;
	margin-right:4px;
/* 	background:#333 url(/img/global/gradient/h150.png) repeat-x 0 146px; */
	color:#fff;
	cursor:pointer;
}

/* style when mouse is over the item */
#thumbs li:hover,
#thumbs li.hover {
/* 	background-color:#066; */
}

/* style when element is active (clicked) */
#thumbs li.active {	
	position:relative;
	margin-top:0px;
/* 	background-color:#066; */
	cursor:default;
}
#thumbs li img {
	width:62px !important;
	height:37px;
}
/* prev, next, prevPage and nextPage buttons */
a.next, a.nextPage {
	display:block;
	float:left;
	
	width:60px;
	height:109px;

	margin-top:100px;
	margin-left:30px;
	
	background:url('/img/auswahl_karten/btn_next.png') no-repeat;
	background-position:0 0;	
	
	cursor:pointer;
	cursor:hand;
	
	overflow:hidden;
	text-indent:-2000px;
}
/* prev, next, prevPage and nextPage buttons */
a.prev, a.prevPage {
	display:block;
	float:left;
	
	width:85px;
	height:128px;

	margin-top:100px;
	margin-right:30px;
	
	background:url('/img/auswahl_karten/btn_prev.png') no-repeat;
	background-position:0 0;		
	cursor:pointer;
	cursor:hand;
	
	overflow:hidden;
	text-indent:-2000px;
}
/* mouseover state */
a.next:hover, a.nextPage:hover {
	background-position:0px -109px;		
}
a.prev:hover,a.prevPage:hover{
	background-position:0px -128px;		
}


.gallery_unstyled{clear:both;}
#main_image{
	float:left;
	
	width: 340px;
	height:270px;
	
	margin:0 auto 0px auto;
	
	background:160c0b;
}
#main_image img{ margin-bottom:10px; }
