@charset "utf-8";
/* CSS Document Coded by Danish Saifi */

ul.slide{margin:0;
padding:0;
height:105px;
list-style-type:none;}
ul.slide li{float:left;
list-style-type:none;}
ul.slide img{border:1px solid silver;
height:105px;  max-width:250px; margin-right:22px;}

@media screen and (max-width:775px){
	
	ul.slide img{ float:none; width:100%; height:auto; display:block; }
	
}

@media screen and (max-width:480px){
	
	#hidden-xs{ display:none !important; }
	
}



