/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 *{
	margin:0;
	padding:0;
	list-style:none;
}

img {
	border:0;
	margin:0;
	padding:0;
}
 
.jcarousel-container {
    position: relative;
}

.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: 91px;
    height: 60px;
    border: 0;
}

.jcarousel-list li a,
.jcarousel-item a {
    float: left;
    list-style: none;
	 margin: 0;
	 padding: 3px;
	 border: 0;
	filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;
}

.jcarousel-list li a:hover,
.jcarousel-item a:hover {
    float: left;
    list-style: none;
	 margin:0;
	/*  padding: 2px; */
	 filter:alpha(opacity=100);-moz-opacity: 100;opacity: 100;
}


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

.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-prev .jcarousel-prev-horizontal .jcarousel-prev-disabled .jcarousel-prev-disabled-horizontal{
	background-color: #000;
}
.jcarousel-prev .jcarousel-prev-horizontal{
	background-color: #000;
}