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

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

.yes .jcarousel-clip {	
	height:162px;
	width:254px;
}
.no .jcarousel-clip {	
	height:81px;
}

.yes .jcarousel-prev {
	left:-35px;
}
.yes .jcarousel-next {
	right:-35px !important;
	right:-31px;
}



.jcarousel-container {}
.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: 127px;
}

/**
 * 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;
	width:20px;
	height:40px;
	background:url(/i/str-right.gif) 0px 0px no-repeat;
	position:absolute;
	top:58px;
	right:0px;
	cursor:pointer;
}
.jcarousel-next.jcarousel-next-disabled {
	cursor:default;
	display:none;
}

.jcarousel-prev {
    z-index: 3;
	width:20px;
	height:40px;
	background:url(/i/str-left.gif) 0px 0px no-repeat;
	position:absolute;
	top:58px;
	left:0px;
	cursor:pointer;
}
.jcarousel-prev.jcarousel-prev-disabled {
	cursor:default;
	display:none;
}
#index-gallery.flex {width:623px;padding-top:20px;}
#index-gallery.flex .jcarousel-item {width:90px;}
#index-gallery.flex .jcarousel-item div {
	background:url(/i/shadow-mini-mini.gif) 0px 0px no-repeat;
	height:50px;
	width:auto;
}
#index-gallery.flex .jcarousel-prev {
	top:7px;
}
#index-gallery.flex .jcarousel-next {
	top:7px;
}
#index-gallery.flex .jcarousel-clip {width:631px;}

.no .jcarousel-prev {
	width:70px;
	height:70px;
	background:url(/i/gallery-left.png) 0px 0px no-repeat;
	top:3px !important;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/i/gallery-left.png);
	
}
.no .jcarousel-next {
	width:70px;
	height:70px;
	background:url(/i/gallery-right.png) 0px 0px no-repeat;
	top:3px !important;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/i/gallery-right.png);
	right:-1px;
}
