/* Controls Bar
----------------------------*/
#prevslide, #nextslide                  { z-index:1; position:fixed; bottom:49%; height:100px; width:100px; overflow:hidden;}
#prevslide                              { left:10px; background:url('../../../pix/gallery/prev.png'); }
#nextslide                              { right:10px; background:url('../../../pix/gallery/next.png'); }
#prevslide:hover, #nextslide:hover      { cursor:pointer; }
	
/* Progress Bar
----------------------------*/					
#progress-back                          { z-index:5; position:fixed; bottom:42px; left:0; height:8px; width:100%; background:url('../../../pix/gallery/nav.png') repeat-x; }
#progress-bar                           { position:relative; height:8px; width:100%; background:url('../../pix/icons/progress-bar.png') repeat-x; }
	
/* Thumbnail Navigation
----------------------------*/	
#nextthumb,#prevthumb                   {display:none;}
		
/* Thumbnail Tray
----------------------------*/			
#thumb-tray                             {display:none!important; }

@media (max-width: 768px)
{
#prevslide, #nextslide                  {bottom:1%;position:absolute;}
}