#main {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}
.project_img {
	float: right;
	clear: both;
	width: 100%;
	margin: 0 18px 36px 18px;
//	border: 1px dashed #e5e5e5;
}

.project_arrow {
    font-size: 24px;
    color: #aaa;
    display: inline-block;
}
#main .right {
	margin: 18px;
	position: relative;
	top: -24px;
}
.float {
	clear: none;
}

.side {
	clear: both;
}
#gallery_nav {
	float: left;
	font-size: 10px;
	margin-bottom: 83px;
	margin-left: -8px;
	width: 290px;
}
#gallery_nav  a, #gallery_close a {
	color: #000;
}
#gallery_nav  a:hover, #gallery_close a:hover {
	text-decoration: none;
}
#gallery_nav li {
	display: inline;
	margin-right: 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
#gallery_close {
	float: right;
	/* margin-left: 44px; */
	position: relative;
	top: -3px;
	font-size: 20px;
}
.bullet {
    font-weight: normal;
    color: #444;
}
.work_title {
    font-weight: normal;
}

.lightbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
    display: block;
#    display: table-cell;
#    vertical-align: middle;
    padding: 0px;
    z-index: 10;
}
.lightbox_bg {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: gray;
    opacity: 0.8;
    z-index: 11;
}
.nav {
    font-weight: bold;
    cursor: pointer;
//    font-size: large;
}
#lightbox_close {
	position: relative;
	top: 5%;
	left: 95%;
	font-size: 30px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	z-index: 13;
}
.large_image {
    position: absolute;
#    display: block;
    top: 38px;
    margin-left: 20px;
    margin-right: auto;
    z-index: 12;
}