
.header {
    max-height: 500px;
    overflow: hidden;
}


.clear{
	clear:both;
}


#container{
	width:1110px;
	margin:20px auto;
}

#gallery {
    width: 885px;
    margin: auto;
}



div.nomargin{
	margin-right:0px;
}

.pic{
	float:left;
	margin:0 15px 15px 0;
	border: 5px solid white;
	border-radius: 10px;
	width:200px;
	height:250px;
}
.pic:hover{
	border: 5px solid #674228;
}

.pic a{
	width:200px;
	height:250px;
	text-indent:-99999px;
	display:block;
}


.b-container{
    width:200px;
    height:150px;
    background-color: #ccc;
    margin:0px auto;
    padding:10px;
    font-size:30px;
    color: #fff;
}
.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
}
.b-popup .b-popup-content{
    margin:40px auto 0px auto;
    width: 280px;
    height: 70px;
    padding:10px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;

}
/*.button{
    width: 200px;
    border-radius: 5px;
    height: 25px;
    margin-top: 5px;

}
.input[type="button"]{
  border-radius: 5px;
}
.input[type="submit"] {
  border-radius: 5px;
  
}*/