/*
Supersized - Fullscreen Slideshow jQuery Plugin Stylesheet Version 3.0
By Sam Dunn (www.buildinternet.com // www.onemightyroar.com)
Version: supersized.3.0.js
Website: www.buildinternet.com/project/supersized
*/

	
	
	
	#controls-wrapper{
	    height:62px;
	    width:100%;
	    bottom:50px;
		right:5px;
	    z-index: 5;
	    
	    position:absolute;
	}
	#controls{
	    overflow: hidden;
	    height: 100%;
	    z-index: 5;
	}
	
	
	/*Supersize Plugin Styles*/
	#navigation{
	    float: right;
	}
	#loading {
	    position: absolute;
	    top: 270px; 
	    left: 49.5%;
	    z-index: 10;
	    width: 24px; 
	    height: 24px;
	    text-indent: -999em;
	    background-image: url(images/progress.gif);
	}
	
	#fondo_baner1{
		position: absolute;
		
				overflow:hidden;
				margin-left:-500px;
				width:1000px;
				height:547px;
				left:50%;
				top:0px;
				z-index:1018;}
				
				
		#supersized{
	    position:absolute;
		left:50%;
		top:0px;
		margin-left:-500px;
	
	}
	
	#supersized img, #supersized a{
	    height:547px;
	    width:1000px;
	    position:absolute;
	    z-index: -1;
	}
	
	#supersized .prevslide, #supersized .prevslide img{
	    z-index: 1;
	}
	#supersized .activeslide, #supersized .activeslide img{
	    z-index: 2;
	}
	
	#nextthumb, #prevthumb{ z-index:6; display:none; position:absolute; bottom:12px; height:75px; width:100px; overflow:hidden; border:2px solid #fff; -webkit-box-shadow: 0px 0px 5px #000; }
	#nextthumb{ right:12px; }
	#prevthumb{ left:12px; }
		#nextthumb img, #prevthumb img{ width:150px; }
		#nextthumb:active, #prevthumb:active{ bottom:10px; }
		
		/*Add hover pointer*/
		#controls > *:hover, #nextthumb:hover, #prevthumb:hover{ cursor:pointer; }
		