
.carousel-gallery {
	margin: 20px 0;}

.jcarousel-container {
	
   
}

.jcarousel-clip {
    overflow: hidden;
    position: relative;
	top: 0px;
	right: -30px;
	padding: 0 100px 0 0px ;
}


.jcarousel-list {
	overflow: hidden;
    position: relative;
	list-style:none;
	
}

.jcarousel-item {
    float: left;
    list-style: none !important;
	padding: 0 100px 0 30px;;
	
	
}

.cgj_prev {
	float:left;}
	
.cgj_next {
	float:right;}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
  
}

.jcarousel-next-horizontal:hover {
    
}

.jcarousel-next-horizontal:active {
    
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-prev-horizontal {

}

.jcarousel-prev-horizontal:hover {
    
}

.jcarousel-prev-horizontal:active {
    
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}




/* 

	Carousel Gallery CSS 
	
*/
.carousel-controls {
	display:none;
	margin: 1em 0;
	}
.carousel-controls a {
	float: left;
	margin: 0 1em 1em 0;
	}
.carousel-controls img {
	border: 5px solid #ccc;
	}
.carousel-controls span {
	display: none;
	}
.carousel-controls .active img {
	border: 5px solid #07F;
	}

p.caption {
	clear: both;
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "carousel-gallery".
 */






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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-neat .jcarousel-next-horizontal {
    position: absolute;
    
    
    cursor: pointer;
	background: #000;
}

.jcarousel-skin-neat .jcarousel-next-horizontal:hover {
    
}

.jcarousel-skin-neat .jcarousel-next-horizontal:active {
    
}

.jcarousel-skin-neat .jcarousel-next-disabled-horizontal,
.jcarousel-skin-neat .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-neat .jcarousel-next-disabled-horizontal:active {
    
}

.jcarousel-skin-neat .jcarousel-prev-horizontal {
    position: absolute;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-neat .jcarousel-prev-horizontal:hover {
    
}

.jcarousel-skin-neat .jcarousel-prev-horizontal:active {
    
}

.jcarousel-skin-neat .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-neat .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-neat .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-neat .jcarousel-next-vertical {
    
    
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-neat .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-neat .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-neat .jcarousel-next-disabled-vertical,
.jcarousel-skin-neat .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-neat .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-neat .jcarousel-prev-vertical {
    position: absolute;
    
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-neat .jcarousel-prev-vertical:hover {
    
}

.jcarousel-skin-neat .jcarousel-prev-vertical:active {
    
}

.jcarousel-skin-neat .jcarousel-prev-disabled-vertical,
.jcarousel-skin-neat .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-neat .jcarousel-prev-disabled-vertical:active {
    
}