

#slideshow 
{ 

    position: relative; 
    width: 100%; 
    height: 360px; 
}

	@media screen and (max-width: 1280px) 
	{
		#slideshow 
		{ 
		    height: 320px; 
		}
	}

	@media screen and (max-width: 980px) 
	{
		#slideshow 
		{ 
		    height: 220px; 
		}
	}

	@media screen and (max-width: 736px) 
	{
		#slideshow 
		{ 
		    height: 190px; 
		}
	}

	@media screen and (max-width: 480px) 
	{
		#slideshow 
		{ 
		    height: 130px; 
		}
	}

	@media screen and (max-width: 360px) 
	{
		#slideshow 
		{ 
		    height: 100px; 
		}
	}


#slideshow > div 
{ 
    position: absolute; 

}


