@charset "utf-8";
/* CSS Document */

.gallery-wrap { margin: 0 auto; width: 100%; overflow:hidden;}
.gallery { position: relative; top: 0; }
.gallery__item { float: left; list-style: none; margin-right: 10px; margin-left:10px;}
.gallery__img { display: block; height:450px;}

.gallery__controls { margin-top: 10px; }
/**/

.gallery__controls-prev { cursor: pointer; position:absolute; top: 35px; right: 30px; }
.gallery__controls-next { cursor: pointer; position:absolute; top: 35px; right: 0px; }
