
.main {
	width:620px; 	
	margin:0 auto;
	font-size:12px;
	line-height:19px;
	padding:0 0 0 0;
}

/* gallery */
.galleria_wrapper{ display:none;}
#gallery img{ position:absolute; margin:7px 0 0 8px !important;}
#gallery li strong{ position:absolute; display:block; margin:253px 0 0 18px; color:#e9e6db; font-size:18px; line-height:18px;}
#gallery{ height:123px; overflow:hidden}
.slider-text{ letter-spacing:-1px;}

#gallery {
	width:620px;
	height:123px;
}

#gallery li {
    float: left;
    cursor: pointer;
	 margin-right:11px;
	 background:url(../images/small_sl_03.jpg) 0 0 no-repeat;
	 width:145px; height:123px;
	 opacity:1 !important;
}
#gallery li:hover{ background:#e7e7e7; border-radius:8px; opacity:1 !important; }



.jcarousel-container {
	position:relative;
	padding:0 0 0 0;
}

.jcarousel-clip {
	width:620px;
	overflow:hidden;
}

.jcarousel-prev {
    position: absolute;
	top:50px;
    left: -39px;
    width: 24px;
    height: 21px;
    cursor: pointer;
    background:url(../images/buttons_left.png) no-repeat 0 top;
	 z-index:1000;
}

.jcarousel-next {
    position: absolute;
    top:50px;
    right: -30px;
    width: 24px;
    height: 21px;
    cursor: pointer;
    background:url(../images/buttons_right.png) no-repeat left top;
	 z-index:1000;
}


.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: 145px;
    height: 123px;
}

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






