/***** Gallerypreview *****/

.content_gallerypreview{
	clear: both;
	overflow: hidden;
	padding: 20px 10px;
	border-bottom: 1px dotted #266078;
}

.content_gallerypreview h3{
	margin-top: 10px;
}

.content_gallerypreview img.image_left{
	margin-bottom: 0px;
}

.content_gallerypreview a.more{
	text-align: right;
	display: block;
}

/***** Gallery *****/

.jcarousel-skin-tango .jcarousel-container {
    background: #e8eef0;
    border: 1px solid #d8dfe1;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 20px 40px;
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
}


.jcarousel-skin-tango .jcarousel-item {
    width: 171px;
    height: auto;
    text-align: center;
}

.jcarousel-skin-tango .jcarousel-item img{
	border: 1px solid #fff;
}


/**
 *  Horizontal Buttons
 */
 
.jcarousel-skin-tango .jcarousel-next-horizontal,
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    width: 8px;
    height: 15px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    top:50% !important;
    margin-top: -8px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal{
	left: 15px;
    background: url(../images/arrow-slide-prev.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal{
	right: 15px;
    background: url(../images/arrow-slide-next.png) no-repeat;
}

/** Small carousel **/

.small_carousel .jcarousel-container-horizontal{
	 height: auto;
}

.small_carousel .jcarousel-item {
    width: 140px;
    height: auto;
    text-align: center;
}


 


