.wrapper {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 100px;
    margin-left: 50px;
} 

.wrapper h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
} 

.galleryIDX,.galleryIDX_small {
    text-align: center;
    width: 900px;
    margin: 1em auto;
	background: #E1CCBA;
	border:1px solid #70380a;
	-moz-border-radius:10px;
	padding-bottom:45px;
} 

.galleryIDX_small {
    width: 500px;
} 


.gallery {
    padding: 35px;
} 

.mbGallery {
    -moz-box-shadow: #333 2px 2px 5px;
    -webkit-box-shadow: #333 2px 2px 5px;
} 

.galleryCont {
    display: none;
} 

.descriptionBox {
    font-size: 10px;
    background-color: #333333;
    color: white;
} 

.nextProject {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 40px;
} 

.desc {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 14px;
} 

.menu td {
    padding: 10px;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    color: #CC0000;
    font-size: 14px;
} 

.menu td a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #CC0000;
} 

.menu td a:hover {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
} 

.imgDesc {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 10px;
} 

.galleryIDX .btn,.galleryIDX_small .btn {
    padding: 5px;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    background: #333;
    cursor: pointer;
    display: inline-block;
    width: 110px;
    margin: auto;
    margin-top: 45px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
} 

.galleryIDX .btn img,.galleryIDX_small .btn img {
    padding-bottom: 15px;
} 

.mbMask {
    position: absolute;
    background: orange;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}