.gallery-in{
	position:absolute; 
	width:65%;
	* width: 100%; /* IE  */
}
.gallery-title{
	position:absolute; 
	width:20%;
	min-width:220px;
	* width: 100%; /* IE  */
}

/* Растягиваем контейнер на 100% по ширине */
.gal-cont .jcarousel-container-horizontal { width:100%;}
.gal-cont .jcarousel-clip-horizontal { width:100%;}

/* Задаем размер одного блока */
.gal-cont .jcarousel-item, .gal-cont .jcarousel-list LI {width: 125px; height: 115px; }

/* Задаем внешний вид и расположение кнопок управления */
.gal-cont .jcarousel-next-horizontal {
	position: absolute;
	top: 50px;
	right: -20px;
	width: 15px;
	height: 29px;
	cursor: pointer;
	background: transparent url(/images/btn_next.gif) no-repeat 0 0;
}
.gal-cont .jcarousel-prev-horizontal {
	position: absolute;
	top: 50px;
	left: -17px;
	width: 15px;
	height: 29px;
	cursor: pointer;
	background: transparent url(/images/btn_prev.gif) no-repeat 0 0;
}

.gal-cont .jcarousel-next-disabled-horizontal,
.gal-cont .jcarousel-next-disabled-horizontal:hover,
.gal-cont .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -30px 0; }
.gal-cont .jcarousel-prev-disabled-horizontal,
.gal-cont .jcarousel-prev-disabled-horizontal:hover,
.gal-cont .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -30px 0; }

/* Немного красивостей :) */
.gal-cont .picture { padding: 10px 0 0 5px; }

/* -------- далее оригинал -------------- */

/**
 * 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;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * 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;
}
