#fader {
    position: absolute; 
    width: 790px;
    height: 410px;
    
	border-left:#B6B6B6 1px solid;
	border-bottom:#B6B6B6 1px solid;
}

.button {
    background-color: green;
    width: 50px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 30px;  
}

#next {
    right: 100px;   
}

#prev {
    left: 100px;  
}

#botones{
	position: absolute;
	top:380px;
    width: 790px;
    height: 20px;
    z-index: 10;
}
