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


.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0px;
    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: 943px;
    height: 493px;
    text-align:center;
}


/**
 * 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 {
	background:transparent url(/style/next.png) no-repeat center center;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/style/next.png");
	z-index:10; 
	width:39px;
	height:39px;
	position:absolute;        
	top:213px;  
	left:100%;
	margin-left:-2px;
	cursor:pointer;
}

.jcarousel-prev {
	background:transparent url(/style/prev.png) no-repeat center center;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/style/prev.png");
	z-index:10;
	width:39px;
	height:39px;
	position:absolute;
	top:213px;  
	left:-38px;
	cursor:pointer;
}






/* */

.d_mini_bannery .jcarousel-container {
   position: relative;
	width: 921px;
	padding:0px 11px;
	margin:auto;
}
.d_mini_bannery .jcarousel-list li,
.d_mini_bannery .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 285px;
    height: 86px;
    text-align:center;
}
.d_mini_bannery .jcarousel-list li
{
	background: url(/style/mini_banner_bg.jpg) repeat-x bottom;
	padding:10px;
	text-align:left;
}
.d_mini_bannery .jcarousel-next {     
	top:33px;
}

.d_mini_bannery .jcarousel-prev {
	top:33px;
}




.catalog_wrapper .jcarousel-container {
   position: relative;
	width: 936px;
	padding:0px 7px 0px 0px;
	margin:0px;
}
.catalog_wrapper .jcarousel-next {     

}
