

.jgallery {float:left; width:100%; position:relative; overflow:hidden}
.jgallery .jgallery-belt { position:relative; left:0; top:0; }
.jgallery-prev, .jgallery-next { width:32px; height: 32px; float:left; cursor:pointer; display:block; background-repeat: no-repeat; background-position: 0 0;}

/** Vertical */
.jgallery.vertical .jgallery-items { overflow:hidden; height:360px; float:left; position:relative; }

.jgallery.vertical .jgallery-prev { background-image: url(prev-vertical.png); margin:0 79px; float:right; }
.jgallery.vertical .jgallery-next { background-image: url(next-vertical.png); margin:0 79px; float:right; }

.jgallery.vertical .jgallery-prev:hover,.jgallery.vertical .jgallery-next:hover { background-position: 0 -32px; }
.jgallery.vertical .jgallery-prev:active,.jgallery.vertical .jgallery-next:active { background-position: 0 -64px; }
.jgallery.vertical .jgallery-prev:focus,.jgallery.vertical .jgallery-next:focus { outline:0; }
.jgallery.vertical .jgallery-prev.dis,.jgallery.vertical .jgallery-next.dis { background-position: 0 -96px; }


/** Horisontal */
.jgallery.horisontal .jgallery-items { overflow:hidden; width:402px; height: 75px; float:left; position:relative; }
.jgallery.horisontal .jgallery-item { float:left; height:75px; width:120px; padding:0 7px;}

.jgallery.horisontal .jgallery-prev { background-image: url(prev-horizontal.png); margin:23px 0; }
.jgallery.horisontal .jgallery-next { background-image: url(next-horizontal.png); margin:23px 0; }

.jgallery.horisontal .jgallery-prev:hover,.jgallery.horisontal .jgallery-next:hover { background-position: -32px 0; }
.jgallery.horisontal .jgallery-prev:active,.jgallery.horisontal .jgallery-next:active { background-position: -64px 0; }
.jgallery.horisontal .jgallery-prev:focus,.jgallery.horisontal .jgallery-next:focus { outline:0; }
.jgallery.horisontal .jgallery-prev.dis,.jgallery.horisontal .jgallery-next.dis { background-position: -96px 0; }
