/* Gallery Images */
/* Style 1 */
.galls1 {
	border: 1px solid #DDD;
    padding:12px;
	margin-bottom: 20px;
	overflow: auto;
    text-align: center;
    background:#FFF;
}
.galls1 .image {
	text-align: center;
    position: relative;
}
.galls1 .image i {
	display:none;
    font-size: 42px;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-21px;
    margin-left:-21px;
    color:#FFF;
    opacity: 1.0;
}
.galls1:hover .image i {
	display:block;
}
.galls1 .image a {
	display: block;
}
.galls1 .image a:hover {
	opacity: 0.9;
}
.galls1 .image img {
	margin-left: auto;
	margin-right: auto;
}
.galls1 .caption {
    text-align: left;
    padding-top: 12px;
}
.galls1 .caption h4 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #111;
    margin:0px;
}
/* Style 2 */
.galls2 {
    background:#F7F7F7;
	border: 1px solid #DDD;
    padding:0px;
	margin-bottom: 20px;
	overflow: hidden;
    text-align: center;
}
.galls2 .image {
	text-align: center;
    position: relative;
}
.galls2 .image i {
	display:none;
    font-size: 42px;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-21px;
    margin-left:-21px;
    color:#FFF;
    opacity: 1.0;
}
.galls2:hover .image i {
	display:block;
}
.galls2 .image a {
	display: block;
}
.galls2 .image a:hover {
	opacity: 0.9;
}
.galls2 .image img {
	margin-left: auto;
	margin-right: auto;
}
.galls2 .caption {
    padding: 12px;
}
.galls2 .caption h4 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #111;
    margin:0px;
}
/* Style 3 */
.galls3 {
    background:#F7F7F7;
	border: 1px solid #DDD;
    padding:0px;
	margin-bottom: 20px;
	overflow: hidden;
    text-align: center;
}
.galls3 .image {
	text-align: center;
    position: relative;
}
.galls3 .image i {
	display:none;
    font-size: 42px;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-21px;
    margin-left:-21px;
    color:#FFF;
    opacity: 1.0;
}
.galls3:hover .image i {
	display:block;
}
.galls3 .image a {
	display: block;
}
.galls3 .image a:hover {
	opacity: 0.9;
}
.galls3 .image img {
	margin-left: auto;
	margin-right: auto;
}
.galls3 .caption {
    padding: 12px;
}
.galls3 .caption h4 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #111;
    margin:0px;
}