h1 {
    font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
    color: #b8644c;
}

h3 {
    font-size: 14px;
}

.gallery-image{
width:100px;
height:75px;
}

.gallery-section {
    text-align: left;
    width: 570px;
}

.container {
    margin: 0 auto;
    width: 570px;
}

.lb-dataContainer {
    background-color: #fff;
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
}

.lb-outerContainer {
    background-color: white;
    border-radius: 0px!important;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px;
}

.lb-number{
	
	}
	
.lb-caption{
	color:#b8644c!important;
}

.lb-data .lb-close {
    background: url("../img/close.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 30px;
    opacity: 0.7;
    outline: medium none;
    text-align: right;
    transition: opacity 0.2s ease 0s;
    width: 30px;
}