@charset "utf-8";


/* ---------------------------------------------------------------------
 *	scroll-indicator
 */
#scroll-indicator{
	display: none;
	bottom: 10px;
	opacity: 0;
	position: fixed;
	left: 50%;
	width: 75px;
	height: 35px;
	margin: 0 0 0 -37px;
	background: transparent url('../IMAGES/scroll-arrow.png') no-repeat left top;
	z-index: 7000;
	}

