@media all and (min-width: 1200px) and (max-height: 850px){
	.all_slides{
		height: 500px;
	}
	.all_points_container{
		top: 425px;
	}
	.slideshow_container{
		height: 990px;
	}
}
@media all and (min-width: 1200px) and (max-height: 850px){
	.all_slides{
		height: 430px;
	}
	.all_points_container{
		top: 355px;
	}
	.slideshow_container{
		height: 915px;
	}
}


@media all and (max-width: 1024px){
	.slideshow_container{
		height: 950px;
	}
	.all_slides{
		height: 465px;
	}
	.all_points_container{
		top: 400px;
	}
	.middle_featured{
		width: 950px;
	}
	.middle_special_container{
		width: 950px;
	}
	.one_featured{
		margin-left: 8px;
    	margin-right: 8px;
    	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	}
}









@media all and (max-width: 950px){
	.middle_featured{
		width: 650px;
	}
	.one_featured{
		margin-left: 12px;
    	margin-right: 12px;
	}
	.middle_special_container{
		width: 650px;
	}
}













@media all and (max-width: 740px){
	.all_slides {
	    height: 355px;
	}
	.slideshow_container {
	    height: 830px;
	}
	.all_points_container {
	    top: 307px;
	}
	.middle_featured{
		width: 550px;
	}
	.middle_special_container{
		width: 550px;
	}
	.one_featured{
		margin-left: 125px;
		margin-right: 125px;
	}
}









@media all and (max-width: 550px){
	.middle_featured{
		width: 340px;
	}
	.middle_special_container{
		width: 340px;
	}
	.one_featured{
		margin-left: 20px;
    	margin-right: 20px;
	}
	.next_featured{
		right: 50%;
		margin-right: -30px;
	    top: -33px;
	    margin-top: 0;
	    z-index: 2;
	}
	.prev_featured{
		left: 50%;
		margin-left: -30px;
	    top: -33px;
	    margin-top: 0;
	    z-index: 2;
	}
	.title_latest_news_container{
		width: 340px;
		margin-left: -170px;
	}
	.title_latest_news_line{
		width: 100%;
	}
}