@charset "utf-8";
/* CSS Document */

#tips, #tips li{
	background-color:#ffffff;
	margin:0;
	height:318px;

	padding:0;

	list-style:none;

	}

#tips li{
	display:block; /* hide the items at first only to display one with javascript */
	height:318px;
	}
