section#left,
section#main{
    width: 1060px;
    background: #fff;
}
div.contentPage{

    margin: 0px auto;
}
#container section#main divh1.gallery{
    border: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;

}
#container h2{
    margin-bottom: 10px;
    padding-bottom: 0px;

}


#galleries{

    margin: 0 auto;
    padding-top: 20px;
    min-height: 300px;

}
 #galleries .gallery {
    width: 168px;
    margin: 10px 0 10px 10px;
    float: left;
    height: 220px;
    margin-top: 10px;
    margin-bottom: 20px;

    margin-left: 34px;
}
#galleries .gallery img{
    width: 167px;
    height: 150px;
}
#galleries .gallery:nth-child(4n-3) {
    margin-left: 0;
}
#galleries .gallery:hover{

}

.gallery .galleryThumbnail{
    width: 160px;
    height: 107px;
}

.gallery .galleryDescription{
    text-align: center;
}

.galleryDescription .galleryTitle{
    display: block;
   font-weight:  bold;
    font-family: titilliumtext25l250_wt, Arial;
    padding-left: 35px;
    text-align: left;
    background-image: url('camera.png');
    background-repeat: no-repeat;
    background-position: left top ;
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
}

.galleryDescription .galleryDate{
    display: block;
    text-align: left;
    padding-left: 35px;
    color: #000;
    font-size: 14px;
    margin-top: 10px;
    font-family: robotolight,Arial;
    line-height: 18px;
}

.galleryDescription .galleryLink{
    display: inline-block;

    text-decoration: none;
    color: #333;
}

 .galleryLink:hover:before{
    position: absolute;
    content: '';
    height: 120px;
    width:120px;
    margin-left: 15px;
    margin-top:10px;
    opacity: 0.5;
    display: block;
    background-image: url(playBtn.png);


}


/*
#galleries
	.gallery
		.galleryThumbnail
		.galleryDescription
			.galleryTitle
			.galleryLink

*/