/* 

	Carousel Gallery CSS 
	
*/

::selection {
	background: transparent; /* Safari */
	}
::-moz-selection {
	background: transparent; /* Firefox */
}

.carousel-controls {
position: relative;
bottom: 0px;
left: 750px;
float: left;
font-size: 15px;
z-index: 99999;
	
		}
.carousel-controls a {
	float: left;
	color: #777;
	padding-bottom: 15px;
	}
.carousel-controls img {
display: none;
	}
.carousel-controls a span {
position: relative;
padding-left: 3px;
padding-right: 3px;
float: left;
	}
	
	.carousel-controls a.active  {
color: #777; 
	}

	.carousel-controls a:hover  {
color: #000;
	}
	

.carousel-gallery ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.carousel-gallery ul li {
	list-style:  none;
}
p.caption {
	clear: both;
}


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

.carousel-gallery {
position: fixed;
right: 50%;
top: 32%;
z-index: 999;  
background:transparent;
height: 100%;
margin-right: 1px;
  
}

.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 a,
.jcarousel-item {
	width: 100%;
	height: 100%;
    float: left;
    list-style: none !important;
	margin: 0 !important;
}

/**
 * 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-scroll{
position: fixed; height: 32px; bottom:0px; left: 50%; margin-left: 10px; z-index: 99999999; }
 
.jcarousel-next {

}

.cgj_prev{display: none; float: left; margin-right: 5px;color: #777; font-size: 1em;}
.cgj_prev:hover{color: #000;}

.cgj_next{margin-left: 0px;color: #777; font-size: 1em; position: absolute; left: -33px; bottom: 12px;z-index: 999999999999; }
.cgj_next:hover{color: #000;}
.cgj_next img:hover{}


.jcarousel-prev {
    z-index: 3;

}



/**
 *  Horizontal Buttons
 */
.jcarousel-skin-neat .jcarousel-next-horizontal {
    position: fixed;
    top: 0px;
    right: 35%;
    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;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-neat .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    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;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

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

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

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


.cgj_title{display: none;}



/* Easy Tooltip */

#easyTooltip{
	padding:5px 10px;
	color:#000;
	z-index: 99999;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	}
					

/* // Easy Tooltip */

