/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
.jcarousel-skin-gallery .jcarousel-container {
    position: relative;
	width: 212px;
	margin: 0px !important;
}

.jcarousel-skin-gallery .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	width:  212px;
    height: 159px;
}

.jcarousel-skin-gallery .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	list-style: none;
}

.jcarousel-skin-gallery .jcarousel-list li,
.jcarousel-skin-gallery .jcarousel-item {
    float: left;
    list-style: none;
	width:  212px;
    height: 159px;
	position: relative;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
}
.jcarousel-skin-gallery .jcarousel-item span {
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: url(../images/bg-slideshow.png) left top no-repeat;
	width: 197px;
	height: 22px;
	font-family: "Trebuchet MS", Arial;
	font-size: 1.1em;
	color: #FFF;
	padding-left: 17px;
	padding-top: 8px;
}
* html .jcarousel-skin-gallery .jcarousel-item span {
	bottom: -1px;
}

/**
 * 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-skin-gallery .jcarousel-next,
.jcarousel-skin-gallery .jcarousel-prev {
    display: none !important;
}
.jcarousel-skin-gallery .jcarousel-list li a:hover img {
	opacity: 1;
	filter:alpha(opacity=100)
}

