@media screen  and (min-width: 1024px) {
	.bottom{
		background-size:1280px auto;
	}
	.slides {
		height:725px;
	}
	.slides .slide{
		height:725px;
	}
	.topimage {
		/*height:425px;*/
	}
}
@media screen  and (min-width: 1280px) {
	.bottom{
		background-size:100% auto;
	}
	.slides {
		height:900px;
	}
	.slides .slide{
		height:900px;
	}
	.topimage {
		/*height:530px;*/
	}
}
@media screen  and (min-width: 1440px) {
	.topimage {
		/*height:600px;*/
	}
}

@media screen and (max-height: 800px) {
	.slides {
		max-height:800px;
	}
	.slides .slide{
		max-height:800px;
	}
}
