/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; font-family:verdana,helvetica,arial,sans-serif;font-size:11px;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;font-family:verdana,helvetica,arial,sans-serif;font-size:11px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#000;}

#colorbox{}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{background:#fff; padding:5px;margin-bottom:60px;}
            /*#cboxTitle{position:absolute; bottom:6px; left:0; text-align:center; width:100%; color:#666; font-size:11px;}*/
            #cboxTitle{position:absolute; bottom:30px; left:5px; text-align:left; width:100%; color:#666; font-size:10px;
                font-family: helvetica, arial, sans-serif; line-height:1em;}
			#cboxCurrent{position:absolute;bottom:6px;left:60px;color:#f00;font-size:11px;text-align:center;}
			#cboxPrevious{position:absolute; bottom:6px; right:40px; color:#666;
			    width:15px;font-size:10px;line-height:12px}
			
			/*#cboxPrevious:hover{background:url(/images/leftwhite.gif) top left no-repeat;}*/
			#cboxNext{position:absolute; bottom:6px; right:10px; color:#666;
			    width:15px;font-size:10px;line-height:12px;}
			/*#cboxNext:hover{background:url(/images/rightwhite.gif) top left no-repeat;}*/
		#cboxLoadingOverlay{background:url(/images/loading.gif) center center no-repeat #000;}
		#cboxClose{position:absolute; bottom:4px; left:5px; color:#666;}
		/*#cboxClose:hover{background-position:bottom center;}*/
		
		
        .biggerBottom {margin-bottom:24px;}
        
/*        .gall_urlaub #cboxTitle{position:absolute; top:0; left:0; text-align:center; width:100%; color:#C9482C; font-size:24px;padding-top:200px;text-transform:uppercase;letter-spacing:2px;}*/