@charset "utf-8";
/* CSS Document */

#slider, #fslide, #fslidelent { display:block; width:60%; list-style:none outside none; padding:0; margin: auto; height:auto !important; max-height:600px; z-index:1;  }
	#slider img, #fslide img,  #fslidelent img { display:block; width:100%; height:auto; border-bottom:1px solid #b2b2b2; }
}


@media all and (max-width: 1280px) {
	   /*  desktop view */
}

@media all and (max-width: 1024px) {
	   /*  laptop view */
}

@media all and (max-width: 768px) {
	   /* Tablet view */
}


@media all and (max-width: 400px) {
	   /* Smartphone view */
}