/*
    css-plus by Jamy Golden
*/
.gallery-wrap { margin: 0 auto; overflow: hidden; width: 100%; height:500px; position:absolute; }
.gallery { position: relative; left: 0px;  }
.gallery__item { float: left; list-style: none; margin-right: 15px; }
.gallery__img { display: block; border: none; height: 326px; width: 326px; }

.gallery__controls { 
position:absolute;
top:50px;
/*margin-top: 50px; */}
.gallery__controls-prev { cursor: pointer; position:absolute;
top:330px; left:-50px;}
.gallery__controls-next { cursor: pointer; position:absolute;
top:330px;
left:1100px;}

/*
    For clearfix information visit:
    http://nicolasgallagher.com/micro-clearfix-hack/
*/
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;}

