/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * erweitert by (jm) mDesign.at // new media

	/* Container */
	div.orbit-wrapper { position:relative; width:1px; height:1px; }
	div.orbit 				{ position:relative; width:1px; height:1px; overflow:hidden; }
	div.orbit img			{ border:none; }
	div.orbit>img 		{ position:absolute; top:0; left:0; display:none; }
	div.orbit a 			{ position:absolute; top:0; left:0; display:none; border:none; line-height:0; }
	.orbit div 				{ position:absolute; top:0; left:0; width:100%; height:100%; }

	/* Timer */
	div.timer 				{ z-index:6; position:absolute; top:10px; right:10px; width:40px; height:40px; overflow:hidden; opacity:.6; cursor:pointer; }
	span.rotator 			{ z-index:3; position:absolute; top:0; left:-20px; width:40px; height:40px; display:block; background:url('orbit/rotator-black.png') no-repeat; }
	span.mask 				{ z-index:2; position:absolute; top:0; right:0; width:20px; height:40px; display:block; overflow:hidden; }
	span.rotator.move { left:0 }
	span.mask.move 		{ width:40px; left:0; background:url('orbit/timer-black.png') repeat 0 0; }
	span.pause 				{ z-index:4; position:absolute; top:0; left:0; width:40px; height:40px; display:block; background:url('orbit/pause-black.png') no-repeat; opacity:0; }
	span.pause.active { background:url('orbit/pause-black.png') no-repeat 0 -40px }
	div.timer:hover span.pause, span.pause.active { opacity:1 }

	/* Directional Nav */
	div.slider-nav 						{ display:block }
	div.slider-nav span 			{ z-index:5; position:absolute; top:55%; width:33px; height:33px; margin-top:-33px; text-indent:-9999px; cursor:pointer; }
	div.slider-nav span.right { background:url('orbit/right-arrow.png'); right:10px; }
	div.slider-nav span.left	{ background:url('orbit/left-arrow.png'); left:10px; }

	/* Bullet Nav */
	.orbit-bullets 								{ z-index:5; position:absolute; top:10px; left:50%; padding:0; margin-left:-50px; list-style:none; }
	.orbit-bullets li 						{ float:left; margin-left:5px; cursor:pointer; color:#999; text-indent:-9999px; background:url('orbit/bullets.png') no-repeat 0 0; width:7px; height:7px; overflow:hidden; }
	.orbit-bullets li.active 			{ color:#222; background-position:-8px 0; }
	.orbit-bullets li.has-thumb 	{ width:100px; height:75px; background:none; }
	.orbit-bullets li.active.has-thumb 	{ background-position:0 0; border-top:2px solid #000; }

	/* Content & Captions */
	.content 		{ font:normal 16px sans-serif; color:#fff; background:#ccc; }
	.content h2	{ font:normal 36px sans-serif; color:#666; text-align:center; background:#F33 }
	.content p	{ width:90%; margin:5%; background:#0CF;  }
	
	.orbit-caption 								{ font-family:sans-serif; display:none; }
	.orbit-wrapper .orbit-caption { z-index:5; font-size:13px; text-align:center; color:#fff; background:#000; width:100%; background:rgba(0,0,0,.6); padding:7px 0; position:absolute; right:0; bottom:0; }

	#featured { width:878px; height:375px; background: url('orbit/loading.gif') no-repeat center center; overflow:hidden; }
	#featured>img, #featured>div, #featured>a { display:none; }


	/* IE-Fix */
	* html .timer, *:first-child+html .timer { display:none!important; }
	* html div.caption, *:first-child+html .div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom:1; }