
/* Растягиваем контейнер на 100% по ширине */
.gallery .jcarousel-container-horizontal { width: 100%; margin:8px 0 8px -8px;}
.gallery .jcarousel-clip-horizontal { width: 182px; margin:0 auto;}


/* Задаем размер одного блока */
.gallery .jcarousel-item, .gallery .jcarousel-list LI { width: 176px; height: 165px;padding:0;border:3px solid #fff;}


/* Задаем внешний вид и расположение кнопок управления */
.gallery .jcarousel-next-horizontal {
	position: absolute;
	top: 40px;
	right: 0;
	width: 37px;
	height: 44px;
	cursor: pointer;
	background: transparent url(../images/next.gif) no-repeat 0 0;
}

.gallery .jcarousel-prev-horizontal {
	position: absolute;
	top: 40px;
	left: 0;
	width: 37px;
	height: 44px;
	cursor: pointer;
	background: transparent url(../images/prev.gif) no-repeat 0 0;
}


/* Немного красивостей :) */
.gallery { margin:0;}
      
.gallery  img { 
      display:block;
      padding:0;
      height:116px;
      margin:0 auto 6px auto;}  
      
.gallery, .gallery a  {
      font: 12px tahoma;
      color:#373737;}          


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 176px; 
    height: 165px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
