#mainContent {
	position: absolute;
	top: 15;
	left: 50%;
	margin-left:-175;
	width:350;
	height: 300;
	z-index:65;
}

#big {
	position: absolute;
	top: 15;
	left: 50%;
	margin-left:-175;
	width:350;
	height: 300;
	display:none;
	z-index:70;
	border-style:solid;
	border-width:5px;
	border-color:white;
}

#big:hover {
	text-decoration:underline;
	cursor:hand;
}

.bigCNoHover{

}

.bigC:hover {
	cursor:hand;
}



#loadingText {
	position:absolute;
	top:150;
	left: 0;
	right:0;
	width: 350;
	height: 300;
	margin:auto;
	color:black;
	border-style:none;
	z-index:60;
}

#leftArrow {
	position: absolute;
	top: 115;
	left:50%;
	margin-left:-390;
	right: 0;
	width: 31;
	height: 65;
	margin:auto;
	z-index:30;
	display:none;
}

#rightArrow {
	position: absolute;
	top: 115;
	left:50%;
	margin-left:390;
	width: 31;
	height: 65;
	display:none;
}

#rightArrowFake {
	position: absolute;
	top: 115;
	left:50%;
	margin-left:175;
	width: 31;
	height: 65;
	display:block;
}

#titleName {
	position: absolute;
	top: 320;
	left:50%;
	margin-left:-175;
	width: 350;
	height: 56;
}

#titleName:hover {
	cursor:hand;
}

#linkContainer {
	position:absolute;
	top:380;
	left:50%;
	margin-left:-165;
	width:350;
	height:110;
}

#section1 {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 130;
	height: 130;
	
}

#section2 {
	position:absolute;
	top: 0;
	left: 120;
	right: 0;
	width: 145;
	height: 130;

}

#section3 {
	position:absolute;
	top: 0;
	left: 275;
	right: 0;
	width: 75;
	height: 130;

}

#heading1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width:107;
	height:25;
}

#heading2 {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	width: 107;
	height: 25;
	
}

#heading3 {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	width: 75;
	height: 25;
}

#description {
	position:absolute;
	top:510;
	left:50%;
	margin-left:-165;
	width:350;
	height:60;
	font: 15px Trebuchet MS;
	color: FF6600;
}

#base {
	position:absolute;
	top:640;
	bottom:0;
	left:0;
	right:0;
	background-color: #FFa200;
}

#top {
	position:absolute;
	height:10;
	top:0;
	bottom:10;
	left:0;
	right:0;
	background-color: FFa200;
}

#imageNumbers {
	position:absolute;
	top:485;
	left:50%;
	margin-left:-170;
	width: 350;
	height:20;
	font: 15px Trebuchet MS;
	color: white;
}


.link {
	position:absolute;
	left:0;
	font: 15px Trebuchet MS;
	color: white;
	z-index:30;
}

.link:hover {
	text-decoration:underline;
	cursor:hand;
}

.number {
	//width: 20px;
	font: 15px Trebuchet MS;
	color: white;
	z-index: 30;
	padding: 0 5px;
	display: inline;
}

.number:hover {
	text-decoration:underline;
	cursor:hand;
}