*{
	margin:0;
	padding:0;
}

#slideshow{
	width:568px;
	height:191px;
	position:relative;
}

#slideshow ul{
	width:568px;
	height:191px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#slideshow li:first-child{
	display:list-item;
	position:absolute;
}

#slideshow li{
	position:absolute;
	display:none;
}

/*********************************************************************************/
/* 1200px (>= 481px)                                                             */
/*********************************************************************************/

	@media only screen and (min-width: 481px) {
		
		#slideshow{
			width:490px;
			height: 191px;
			position:relative;
		}
		
		#slideshow ul{
		width:490px;
		height:191px;
		list-style:none outside none;
		position:relative;
		overflow:hidden;
	}

}

/*********************************************************************************/
/* Mobile (<= 480px)                                                             */
/*********************************************************************************/

	@media only screen and (max-width: 480px) {
	
		#slideshow{
			display: none;
			width:100%;
			position:relative;
			margin-top: 50px;
		}	
		
		#slideshow ul{
		width:100%;
		list-style:none outside none;
		position:relative;
		overflow:hidden;
	}
	
		#slideshow img{
		width:100%;
		height:100%;
	}

}