/*
css-plus by Jamy Golden
*/
.gallery-wrap { margin: 0 auto; overflow: hidden; width:350px; height:auto; margin-top:20px;}
.gallery { position: relative; left: 0; top: 0; border-top:solid 1px #FFFFFF; padding-top:10px; padding-left:0px;}
.gallery__item {width:350px; height:auto; list-style: none; margin:0px; padding:0px; text-align:center;  }
.gallery__img { float: left; display: block; margin:5px; padding:0px; width:160px; height:110px;}

.gallery__item a{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#FFF;
text-decoration:none;
text-align:center;
font-weight:bold;
margin-top:5px;
}

.gallery__controls { margin-bottom:10px; }
.gallery__controls-prev { cursor: pointer; float: left; }
.gallery__controls-next { cursor: pointer; float: left; margin-left:5px; }

/*
For clearfix information visit:
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;}