

.gallery01:after {
    content: '';
    display: block;
    height: 2px;
    margin: .5em 0 1.4em;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
}

.gallery01 img {
	/*width:100%;*/display: block;
    height: 100%;
}

.gallery01 a {
    width: 320px;
    height: 224px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 4px -1px #000;margin: 0 10px 20px 10px;
}



.baguetteBoxOne01 {
	width:100%; float: left;  margin: 40px 0 0 0;
}


.gallery:after {
    content: '';
    display: block;
    height: 2px;
    margin: .5em 0 1.4em;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
}

.gallery img {
	width:100%;display: block;
    height: 560px;
}

.gallery a {
    width: 1400px;
    /*height: 360px;*/
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 4px -1px #000;
}

.baguetteBoxOne {
	width:100%; float: left; 
}