@charset "utf-8";
/* CSS Document */

@media print {
	#topSlidImage{
		display:none;
	}
}

@media screen {
	#topSlidImage{
		display:none;
	}
}
