/* 
	Carousel Gallery CSS 
*/
.carousel-controls {
	margin: 1em 0;
	}
.carousel-controls a {
	float: left;
	margin: 0 1em 1em 0;
	border: none;
	}
.carousel-controls a:hover {
	border:none;
	}
.carousel-controls a:hover img {
	border-color: #666;
	}
.carousel-controls img {
	border: 4px solid #ccc;
	}
.carousel-controls span {
	display: none;
	}
.carousel-controls .active img {
	border: 4px solid #E02210;
	}

.carousel-gallery ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.carousel-gallery ul li {
	list-style:  none;
}
.carousel-controls-inner {
	padding: 0 5px;
	}

p.caption {
	clear: both;
	padding: 2px 0 0 0;
	color: #333;
	font-size: 12px;
}


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

.carousel-gallery {
    position: relative;
    margin-bottom: 1em;
	background:#f7f7f7;
	border: 1px solid #ccc;
	text-align:center;
	padding:5px 0px;
	width: 540px;
}

.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: 0px;
    padding: 0px;
}

.jcarousel-list li a,
.jcarousel-item {
    float: left;
    list-style: none !important;
	margin: 0 !important;
}

.cgj_image a, .cgj_image a:hover {
	border: none;
}
.cgj_image a, .cgj_image a:hover {
	border: none;
}


/**
 * 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".
 */
.cgj_prev {
    z-index: 3;
	position: absolute;
	left: 5px;
	top: 405px;
}
.cgj_next {
    z-index: 3;
	position: absolute;
	right: 5px;
	top: 405px;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-neat {
	margin: 0px 5px;
	}
 
.jcarousel-skin-neat .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	background: #000;
}

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

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

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

.jcarousel-skin-neat .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-neat .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-neat .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.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;
    background-position: -96px 0;
}

















