.jcarousel-container {
    position:relative;
    float:left;
}

.jcarousel-clip {
    z-index:2;
    padding:0;
    margin:0;
    overflow:hidden;
    position:relative;
}

.jcarousel-list {
    z-index:1;
    top:0;
    left:0;
    margin:0;
    padding:0;
    position:absolute;
}

/* gallery */
.gallery {
    font-size:0.92em;
    margin:5px 0 15px;
}

.gallery .jcarousel-container {
    background:#ccc;
    padding:10px 5px;
}

.gallery .jcarousel-clip {
    height:77px;
    margin:5px;
    width:575px;
}

.gallery .titol12 {
	color:#666;
	padding:5px 0;
}

.gallery .jcarousel-container,
.gallery .jcarousel-clip,
.gallery .jcarousel-list,
.gallery .jcarousel-item {
	float:left;
	overflow:hidden;
}

.gallery .jcarousel-clip .jcarousel-item {
	border-color:#fff;
	border-style:solid;
	border-width:1px 1px 5px;
	padding:1px;
	background:#f2f2f2;
	line-height:0;
	margin:0 5px 0 0;
	background: url(../images/loader.gif) 50% 50% no-repeat;
	position:relative;
	overflow:hidden;
	text-align:center;
	width:105px;
	height:69px;
}

.gallery .jcarousel-clip .jcarousel-item img {
    width:105px;
}

.gallery .prev, .gallery .next {
	width:12px;
	height:24px;
	text-indent:999em;
	overflow:hidden;
	display:block;
	margin-top:32px;
	cursor:pointer;
}

.gallery .prev {
	float:left;
	background: url(../images/arrow-left.gif) left top no-repeat;
}

.gallery .prev:hover {
	background: url(../images/arrow-left.gif) left bottom no-repeat;
}

.gallery .next {
	float:right;
	background: url(../images/arrow-right.gif) left top no-repeat;
}

.gallery .next:hover {
	background: url(../images/arrow-right.gif) left bottom no-repeat;
}

.gallery p {
	background: url(../images/icons/mini-gallery.gif) left top no-repeat;
	padding-left: 20px;
}


/* speciali */
#slideshow .jcarousel-container {
    width:495px;
    height:168px;
}

#slideshowBox {
    width:500px;
    height:210px;
    border:1px solid #056738;
    background-color:#056738;
    float:left;
    overflow:hidden;
    position:relative;
}

#slideshowBox .jcarousel-clip {
    height:168px;
    width:495px;
}

#slidesItems li {
    width:114px;
    height:160px;
    float:left;
    display:inline;
    margin:5px 0 0 9px;
    overflow:hidden;
    background:#7CAC96;
}

#slidesItems li a { display:block; }

#slidesItems li a img {
    width:115px;
    height:161px;
}

#slideshowBox .title {
    width:100%;
    line-height:20px;
    background-color:#7cac96;
    float:left;
    clear:both;
    border-top:1px #056738 solid;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    margin:0;
}

#slideshowNav {
    float:left;
    width:100%;
    clear:both;
}

#slideshowNav ul { text-align: center; }

#slideshowNav ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

#slideshowNav ul li a {
    width:19px;
    height:19px;
    display:inline-block;
    text-decoration:none;
    text-indent:-999em;
    background:url(../images/slideshowIcon.gif) 0 0 no-repeat;
}

#slideshowNav ul li a:hover { background:url(../images/slideshowIconHover.gif) 0 0 no-repeat; }

