.gallery .arrow_left { float: left; width: 26px; height: 26px; padding: 41px 0; background: url("img/arrow_left.png") left center no-repeat; margin: 0; }
.gallery .arrow_right { float: left; width: 26px; height: 26px; padding: 41px 0; background: url("img/arrow_right.png") left center no-repeat; margin: 0; }
.gallery .holder { position: relative; overflow: hidden; display: block; float: left; }
.gallery .holder ul { position: absolute; white-space: nowrap; overflow: hidden; padding: 0; margin: 0; list-style-type: none; float: left; }
.gallery .holder ul li { float: left; }
