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

body {
	background-color:#CCCCCC;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	}
	
#wrap{ 
	width: 100%;
	text-align:center;
	}

#mainimage{
	visibility:visible;
	height:600px;
	top:0px;
	}
	
#indeximage{
	visibility:visible;
	height:0px;
	top:0px;
	}

#navigation{
	text-align:center;
	margin-top:15px;
	}
	
#leftarrow{
	padding-right: 60px;
	}
	
#indexbutton{
}

#rightarrow{
	padding-left: 60px;
	}