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

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative; line-height: 0;
	 font-size: 0;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0; line-height: 0;
	 font-size: 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;
	 line-height: 0;
	 font-size: 0;
}

/**
 * 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-skin-one .jcarousel-container {
	 
}
.jcarousel-skin-one .jcarousel-container-horizontal {
	/*padding: 0px 15px;*/
	width: 303px;
	margin:0px 0 0 0px;
}
.jcarousel-skin-one .jcarousel-clip-horizontal {
	height: 255px;
	width: 303px;bo rder: 1px solid red;
}
.jcarousel-skin-one .jcarousel-item {
	height: 255px;
	width: 303px;
	line-height: 14px;
}
.jcarousel-skin-one .jcarousel-item a {
display:block;
float:left;
margin-right: 2px;
}
.jcarousel-skin-one .jcarousel-item img{
margin-bottom:10px;
}
.jcarousel-skin-one .jcarousel-item-horizontal {
	 
}
.jcarousel-skin-one .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
.jcarousel-skin-one .jcarousel-next-horizontal {
	background: url(../images/home/carousels/next.gif) no-repeat 0 0;
	cursor: pointer;
	height: 100px;
	position: absolute;
	right: -1px;
	top:35px;
	width: 18px;
}
.jcarousel-skin-one .jcarousel-prev-horizontal {
	background: url(../images/shared/go_left.gif) no-repeat 0 0;
	cursor: pointer;
	height: 100px;
	left: -6px;
	position: absolute;
	display: none;
	top: 20px;
	width: 17px;
}