.mac-ajax-gallery-navi{
    display:block;
    z-index:99999;
}

.mac-ajax-gallery-picture{
    width:484px;
    height:274px;
    background-position:center center;
    background-repeat:no-repeat;
    left:0;
    top:0;
}
.mac-ajax-gallery-thumbpicture-griffe{
    width:79px;
    height:67px;
    background-position:center center;
    background-repeat:no-repeat;
    left:0;
    top:0;
	  float: left;
	  display: inline;
}
.mac-ajax-gallery-thumbpicture-classic{
    width:79px;
    height:67px;
    background-position:center center;
    background-repeat:no-repeat;
    left:0;
    top:0;
	  float: left;
	  display: inline;
}

/* Preview begin */

	.mac-ajax-gallery-preview ul, .mac-ajax-gallery-preview li{
		margin:0;
		padding:0;
		list-style:none;
		}

	.mac-ajax-gallery-preview li{ 
    width:484px;
    height:274px;
		overflow:hidden; 
		}	
	.mac-ajax-gallery-slider-prevBtn, .mac-ajax-gallery-slider-nextBtn,
	.slider1next, .slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	.mac-ajax-gallery-slider-nextBtn, .slider1next{ 
		left:696px;
		}														
	.mac-ajax-gallery-slider-prevBtn a, .nextBtn a,
	.slider1next a, .slider1prev a{  
		display:block;
		float:left;
		width:30px;
		height:77px;
		background:url(../typo3conf/ext/mac_ajax_gallery/res/images/btn_prev.gif) no-repeat 0 0;	
		}	
	.mac-ajax-gallery-slider-nextBtn a, .slider1next a{
		display:block;
		float:left;
		width:30px;
		height:77px;
		background:url(../typo3conf/ext/mac_ajax_gallery/res/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol.mac-ajax-gallery-slider-controls{
		margin:1em 0;
		padding:0;
    height:67px;
		}
	ol.mac-ajax-gallery-slider-controls li{
		padding:0;
		float:left;
		list-style:none;
    /*width:79px;
    height:67px;*/
    background-position:center center;
    background-repeat:no-repeat;
    left:0;
    top:0;
		}
	ol.mac-ajax-gallery-slider-controls li a{
		float:left;
    /*width:79px;
    height:67px;*/
		border:1px solid .ccc;
		text-decoration:none;
		}
	ol.mac-ajax-gallery-slider-controls li.current a{
		border:1px solid red;
		}
	ol.mac-ajax-gallery-slider-controls li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}



/* Preview end */