#slideshow {
	overflow: hidden;
	background:url(../images/slider-bg.png) no-repeat center;
	position: relative;
	width: 920px;
	height:429px;
	padding:100px;
	margin:0 auto;

}

#slideshow img {
	width: 920px;
	height: 429px;
	margin:75px 0 0 100px;
}



@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
#slideshow {
	overflow: hidden; 
	background:none;
	position: relative;
	width: 695px; height:324px;
	padding:10px;
	
}

#slideshow img {
	width: 695px; height: 324px;
		border:5px solid #FFF;
	margin:0 0 0 0px;
}

}

@media only screen and ( max-width: 767px) {
#slideshow {
	overflow: hidden; position: relative; background:none;
	 width: 270px; height: 126px;
	 padding:10px;

}

#slideshow img {
	 width: 270px; height: 126px;
	margin:0;
	border:5px solid #FFF;
}	

	
	}
