/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container { position: relative; }
.jcarousel-container {  }

.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,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
	
    /* height: 75px; */
}
.jcarousel-list li img,
.jcarousel-list li a,
.jcarousel-list li p {
	display: block;
}
/**
 * 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;
    display: block;
	background: transparent url(../images/carousel/carousel-arrows.png) no-repeat -18px 0;
}

.jcarousel-prev {
    z-index: 3;
    display: block;
	background: transparent url(../images/carousel/carousel-arrows.png) no-repeat 0 0;
}

.jcarousel-prev-hover {
	background-position: 0 -20px;
}
.jcarousel-next-hover {
	background-position: -18px -20px;
}
.jcarousel-prev-hover,
.jcarousel-next-hover {
	cursor: pointer;
}
.jcarousel-buttons {
	z-index: 4;
}	
.jcarousel-button {
	display: block;
	background: url(../images/carousel/carousel-bullet.png) no-repeat;
	height: 9px;
	width: 10px;
	margin-right: 5px;
	float: left;
	outline:0; 
	z-index: 4;
}
.jcarousel-button-active,
.jcarousel-button-hover {
	background-position: -10px 0px;
}

.jcarousel-skin-big .jcarousel-container {
	 z-index: 4;
	 width: 917px;
}

.jcarousel-skin-big .jcarousel-container-horizontal {
    width: 917px;
}

.jcarousel-skin-big .jcarousel-clip-horizontal {
    height: 240px;
	width: 917px;
}

.jcarousel-skin-big .jcarousel-item {
    width: 917px;
    height: 240px;
}

.jcarousel-skin-big .jcarousel-item-horizontal {

}

.jcarousel-skin-big .jcarousel-item-placeholder {
    background: #ff;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-big .jcarousel-next-horizontal {
	float: left;
	width: 18px;
	height: 20px;
    cursor: pointer;
	margin-left: 7px;
}

.jcarousel-skin-big .jcarousel-prev-horizontal {
	float: left;
	width: 18px;
	height: 20px;
    cursor: pointer;
	margin-right: 12px;
}

.jcarousel-skin-big .jcarousel-buttons {
	bottom: -26px;
	position: absolute;
}

.jcarousel-button {
	margin-top: 6px; 
}


/* OUR VERY SPECIFIC STUFF */

#gh-carousel {
	position: relative;
	width: 917px; /* 864px - 2px for border */
	height: 272px; /* 274px - 2px for border */
	border-bottom: 1px solid #dddddd;
	background: white;
}

#gh-carousel ul {
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#gh-carousel li {
	
}

#gh-carousel .carousel-left {
	width: 917px;
	height: 240px;
	float: left;
}

#gh-carousel .carousel-right {
	width: 183px;
	height: 240px;
	background: white url(../images/carousel/carousel-divider.png) no-repeat top left;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 5;
	font-family: Trebuchet MS;
	line-height: 13px;
}

#gh-carousel .carousel-bottombar {
	position: absolute;
	bottom: 0px;
	font-size: 11px;
	color: #1a89b8;
	/* padding: 0px 47px 0px 20px; */
	line-height: 31px;
	height: 31px;
	width: 917px;
	border-top: 1px solid #dddddd;
	height: 31px;
	left: 0px;
	background: white url(../images/carousel/buttonBar.png) repeat-y;
	z-index: 1;
}

#gh-carousel .carousel-bottombar .welcome {
	float: left;
	padding-left: 20px;
}
#gh-carousel .carousel-bottombar .sharelinks {
	display: block;
	float: right;
	padding-right: 33px;
	padding-top: 7px;
}

#gh-carousel .carousel-bottombar .sharelinks a {
	margin-right: 3px;
}

#gh-carousel .carousel-bottombar .sharelinks a,
#gh-carousel .carousel-bottombar .sharelinks img {
	float: left;
	outline: none;
	border: 0px;
}


#gh-carousel .cRecommended {
	text-align: center;
	margin: 0px auto;
	padding-top: 27px;
	padding-left: 5px;
	padding-right: 5px;
	font-size:	12px;
}

#gh-carousel .cRecommended * {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#gh-carousel .cRecommended img {
	margin: 0px auto;
	padding: 8px 0px 6px 0px;
	display: block;
	text-align: center;
	clear: both;
}

#gh-carousel .cRecommended h1 {
	font-size: 15px;
	font-weight: bold;
	color: #3399cc;
	line-height: 15px;
}

#gh-carousel .cRecommended h2 {
	font-size: 12px;
	color: #0c9b3c;
}

#gh-carousel .cRecommended p {
	font-size: 10px;
	color: #3399cc;
}


