.galleryContent {
	width: 100%;
}



/* @group TOC */

#galleryTOC {
	width: 100%;
}

#galleryTOC ul {
	padding: 0;
	float: left;
	margin: 0;
	list-style: none;	
}

#galleryTOC li {
	width: 250px;
	height: 85px;
	margin: 18px 0;
	display: inline;
	float: left;
	padding: 0 10px 0 0;
	}

#galleryTOC h2 + ul {
	margin: -18px 0 18px;
	}

#galleryTOC li img {
	float: left;
	margin-right: 10px;
	border: 1px solid #69c;
	padding: 1px;
	max-height: 105px;
	max-width: 80px;
	}

li img:hover {
	float: left;
	margin-right: 10px;
	border: 1px solid #036 !important;
	padding: 1px;
}

.galleryImage {
	float: left;
	width: 80px !important;
	}

.galleryImage img {
	float:right !important;
	margin-right: 0 !important;
	}

.galleryText {
	padding: 0 0 0 90px;
	margin: 0;
	}

#galleryLightbox {
	width: 100%;
}

#galleryLightbox ul {
	padding: 0;
	float: left;
	margin: 0;
	list-style: none;
}

#galleryLightbox li {
	display: inline;
	float: left;
	padding: 2px 2px 0;
	margin: 0;
	}

#galleryLightbox li img {
	float: left;
	border: 1px solid #69c;
	padding: 1px;
	width: 80px;
	height: 80px;
	margin: 0 10px 10px 0;
	}

.verticalCenteroneLines {
	margin-top: 40px;
}

.verticalCentertwoLines {
	margin-top: 30px;
}

.verticalCenterthreeLines {
	margin-top: 20px;
}

.verticalCenterfourLines {
	margin-top: 14px;
}

.verticalCenterfiveLines {
	margin-top: 6px;
}

/* @end */



.galleryLeft {
	float: right;
	width: 400px;
	padding: 0;
	margin: 0 0 0 50px;
}

.galleryLeft img {
border: 1px solid #999;
	}

.galleryRight {
	float: left;
	width: 330px;
	margin-top: -18px;
}

.galleryFull {
	text-align: center;
	width: 780px;
}

.galleryFullLeft {
	float: left;
	width: 780px;
}

.galleryFull img {
border: 1px solid #999;
	}

.galleryRelated {
	padding: 15px 0 0 0;
}

.galleryRelated p {
	padding: 0;
	margin: 0;
}
/* @group Navigation */

.galleryNavigation {
	padding: 0;
	text-align: right;
	float: right;
	margin: 18px 0;
}

.galleryNavigation a {
	padding-right: 8px;
	border-right: 1px solid #999;
	margin-right: 8px;
	padding-left: 8px;
	}

.galleryNavigation a.arrowLeft {
	background: url(../assets/arrow_single_left.gif) no-repeat left 60%;
}

.galleryNavigation a.arrowRight {
	background: url(../assets/arrow_single_right.gif) no-repeat right 60%;
	border-right-style: none;
	padding-left: 0;
}

.galleryNavigation a.arrowBack {
	background: url(../assets/arrow_double_left.gif) no-repeat left 60%;
}

/* @end */

.timelineImg {
	clear: right;
	float: left;
	margin: 12px;
	}

.timelineLeft {
	float: left;
	width: 450px;
	padding: 0;
	margin: 0 25px 0 0;
	}

.timelineRight {
	float: left;
	width: 300px;
	padding: 0;
	margin: 35px 0 0;
	}

.fullHR {
	width: 780px;
	}
	
	
.blue {
	background-color: #f0f5fb;
	float: left;
	width: 100%;
	padding: 10px;
	margin:-10px 0 20px 0;
}