#slideshow { 
		margin: 0px; 
		position: relative; 
		width: 100%; 
		height: 100%; 
		padding: 0px; 
	}
	
	#slideshow div { 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		right: 0px; 
		bottom: 0px;
        background-position: center center;
        background-size: cover;
	}
    #slideshow #overlay_slideshow{
        position:absolute;
        height:100%;
        width:100%;
        bottom:0px;
        background-image: url(../../bg/overlay_slideshow_home.png);
        background-size:contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }