.galery_galerySingleFrame {
	background-color: white;
	width: 120px;
	height: 127px;
	float: left;
	text-align: center;
	border: 1px solid black;
	margin: 4px;
}
	.galery_galerySingleFrame img {
		width: 110px;
		height: 100px;
		margin-top: 4px;
		margin-bottom: 4px;
	}

.galerySingleImage {
	width: 120px;
	_height: 70px;
	min-height: 70px;
	background-color: #313131;
	float: left;
	text-align: center;
	margin: 5px;
}
.galerySingleImage img {
	width: 110px;
	margin: 5px;
}

/*new*/
 .smallPhotoBox {
    width: 204px;
    height: 170px;
    border: 1px solid black;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #530000;
}
.smallPhotoBox .innerPicture {
    width: 200px;
    height: 140px;
    background-position: center;
    margin-bottom: 10px;
    cursor: pointer;    
}
.galleryAddBox {
    width: 250px;
    float: left;
}

.gallery {
    text-align: center;
}