/**
 * 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;
}
.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:290px; /*75px;*/
    height:155px; /*75px;*/
	cursor:pointer;
}
/**
 * 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;
}


/* custom basic styles */
.jcarousel-next-disabled-horizontal,
.jcarousel-prev-disabled-horizontal,
.jcarousel-next-disabled-vertical,
.jcarousel-prev-disabled-vertical {
    cursor:default;
	filter:			alpha(opacity=40); /* set alpha for IE6 */
	-moz-opacity:	0.4;  /* set alpha for mozilla up to 3 */
	opacity:		0.4; /* Safari, IE7/IE8, Opera, FireFox 3.5 */
}

span.hoverBorderContainerLeft,
span.hoverBorderContainerTop,
span.hoverBorderContainerRight,
span.hoverBorderContainerBottom {
	display:block;
	background-color:#fcc012;
	position:absolute;
	left:-300px;
	top:-300px;
	z-index:1;
}
span.hoverBorderContainerLeft,
span.hoverBorderContainerRight {
	width:3px;
}
span.hoverBorderContainerTop,
span.hoverBorderContainerBottom {
	height:3px;
}
span.hoverContainerSimple {
	display:block;
	border:3px solid #fcc012;
	position:absolute;
	left:0;
	top:-300px;
	z-index:1;
	cursor:pointer;
}



a.jcarouselProductViewContainer,
span.jcarouselProductViewContainerImage,
span.jcarouselProductViewContainerImageBody,
span.jcarouselProductViewContainerTitle,
span.jcarouselProductViewContainerPrice {
	display:block;
	overflow:hidden;
	clear:both;
	background-color:transparent;
}
a.jcarouselProductViewContainer {
	width:124px;
	height:215px;
	text-decoration:none;
	cursor:pointer;
}
* html a.jcarouselProductViewContainer {/* IE6 fix */
	border:solid 1px white;
}
span.jcarouselProductViewContainerImage,
span.jcarouselProductViewContainerImageBody,
span.jcarouselProductViewContainerTitle,
span.jcarouselProductViewContainerPrice {
	width:100%;
}
a.jcarouselProductViewContainer span.jcarouselProductViewContainerImage {
	height:145px;
}
a.jcarouselProductViewContainer span.jcarouselProductViewContainerImage span.jcarouselProductViewContainerImageBody {
	height:134px;
}
a.jcarouselProductViewContainer span.jcarouselProductViewContainerImage span.jcarouselProductViewContainerImageBody img {
	max-width:93px;
}
* html a.jcarouselProductViewContainer span.jcarouselProductViewContainerImage span.jcarouselProductViewContainerImageBody {/* IE6 */
	width:93px;
}
a.jcarouselProductViewContainer span.jcarouselProductViewContainerTitle {
	height:45px;
	font-weight:bold;
	line-height:14px;
}
a.jcarouselProductViewContainer span.jcarouselProductViewContainerPrice {
	line-height:12px;
}
a.jcarouselProductViewContainer span.jcarouselProductViewContainerPrice .strikePrice {
	text-decoration:line-through;
	display:block;
}



/* jquery_jcarousel_skin_detailview_thumb */
ul#mycarousel_thumpnail_dv {
	visibility:hidden;
	margin:0 auto;
	width:66px;
}
ul#mycarousel_thumpnail_dv.jcarousel-list {
	visibility:visible;
}
.jcarousel-skin-thum-dv .jcarousel-container-horizontal {
    width:245px;
    padding:20px 40px;
}
.jcarousel-skin-thum-dv .jcarousel-container-vertical {
	margin:9px 0;
	text-align:center;
}
.jcarousel-skin-thum-dv .jcarousel-clip-horizontal {
    width:245px;
    height:75px;
}
.jcarousel-skin-thum-dv .jcarousel-clip-vertical {
    height:438px;
	padding:0;
}
.jcarousel-skin-thum-dv .jcarousel-item {
    width:66px;
    height:82px;
	overflow:hidden;
}
.jcarousel-skin-thum-dv .jcarousel-item img {
	margin:2px 0;
    border:1px solid #EDEDED;
}
.jcarousel-skin-thum-dv .hoverStatus img {
	 border:1px solid #fff;
}
.jcarousel-skin-thum-dv .jcarousel-item-horizontal {
    margin-right:10px;
}
.jcarousel-skin-thum-dv .jcarousel-item-placeholder {
    background:#fff;
    color:#000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-thum-dv .jcarousel-next-horizontal {
    position:absolute;
    top:43px;
    right:5px;
    width:32px;
    height:32px;
    cursor:pointer;
    background:transparent url(../img/detailview/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-thum-dv .jcarousel-next-horizontal:hover {
    background-position:-32px 0;
}
.jcarousel-skin-thum-dv .jcarousel-next-horizontal:active {
    background-position:-64px 0;
}
.jcarousel-skin-thum-dv .jcarousel-next-disabled-horizontal,
.jcarousel-skin-thum-dv .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-thum-dv .jcarousel-next-disabled-horizontal:active {
    cursor:default;
    background-position:-96px 0;
}
.jcarousel-skin-thum-dv .jcarousel-prev-horizontal {
    position:absolute;
    top:43px;
    left:5px;
    width:32px;
    height:32px;
    cursor:pointer;
    background:transparent url(../img/detailview/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-thum-dv .jcarousel-prev-horizontal:hover {
    background-position:-32px 0;
}
.jcarousel-skin-thum-dv .jcarousel-prev-horizontal:active {
    background-position:-64px 0;
}
.jcarousel-skin-thum-dv .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-thum-dv .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-thum-dv .jcarousel-prev-disabled-horizontal:active {
    cursor:default;
    background-position:-96px 0;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-thum-dv .jcarousel-next-vertical,
.jcarousel-skin-thum-dv .jcarousel-prev-vertical {
    position:absolute;
	left:50%;
    width:19px;
    height:18px;
    cursor:pointer;
	margin-left:-9px;
}
.jcarousel-skin-thum-dv .jcarousel-next-vertical {
	bottom:-9px;
    background:transparent url(../img/but/btn_jcarouselnavi_grey_bottom.gif) no-repeat center top;
}
.jcarousel-skin-thum-dv .jcarousel-prev-vertical {
	top:-9px;
	background:transparent url(../img/but/btn_jcarouselnavi_grey_top.gif) no-repeat center bottom;
}

.jcarousel-skin-thum-dv .jcarousel-prev-disabled-vertical
{
	background:none;
}

.jcarousel-skin-thum-dv .jcarousel-next-disabled-vertical 
{
	background:none;
}

/* jquery_jcarousel_skin_detailview_passt */
ul#mycarousel_das_passt_dv,
ul#mycarousel_recommendations_dv,
ul.mycarousel_recommendations_dv {
	visibility:hidden;
	padding:4px;
}
ul#mycarousel_das_passt_dv.jcarousel-list,
ul#mycarousel_recommendations_dv.jcarousel-list,
ul.mycarousel_recommendations_dv.jcarousel-list {
	visibility:visible;
}
.jcarousel-skin-passt-dv .jcarousel-container-horizontal {
    padding:16px 0;
	background-color:#fff;
}
.jcarousel-skin-passt-dv .jcarousel-container-vertical {
    width:70px;
    height:400px;
    padding:10px 5px 10px 5px;
}
.jcarousel-skin-passt-dv .jcarousel-clip-horizontal {
    width:auto;
	margin:0 0 0 40px;
}
* html .jcarousel-skin-passt-dv {/* IE6 */
    width:492px;
}
* html .jcarousel-skin-passt-dv .jcarousel-clip-horizontal {/* IE6 */
    width:656px;
}
.jcarousel-skin-passt-dv .jcarousel-clip-horizontal span.fadeContainerLeft,
.jcarousel-skin-passt-dv .jcarousel-clip-horizontal span.fadeContainerRight {
	display:block;
    position:absolute;
	top:0;
	width:80px;
	z-index:2;
}
.jcarousel-skin-passt-dv .jcarousel-clip-horizontal span.fadeContainerLeft {
	left:0;
	background:transparent url(../img/bg/bg_jcarouselnavi_fader_left.png) left top repeat-y;
}
.jcarousel-skin-passt-dv .jcarousel-clip-horizontal span.fadeContainerRight {
	right:0;
	background:transparent url(../img/bg/bg_jcarouselnavi_fader_right.png) right top repeat-y;
}
* html .jcarousel-skin-passt-dv .jcarousel-clip-horizontal span.fadeContainerLeft,
* html .jcarousel-skin-passt-dv .jcarousel-clip-horizontal span.fadeContainerRight {/* IE6 */
	background:transparent none;
}

.jcarousel-skin-passt-dv .jcarousel-clip-vertical {
    width:60px;
    height:400px;
}
.jcarousel-skin-passt-dv .jcarousel-item {
    width:164px;
    height:215px;
}
.jcarousel-skin-passt-dv .jcarousel-item-placeholder {
    background:#fff;
    color:#000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-passt-dv .jcarousel-next-horizontal,
.jcarousel-skin-passt-dv .jcarousel-prev-horizontal {
    position:absolute;
    top:50%;
    width:42px;
    height:42px;
    cursor:pointer;
	margin-top:-21px;
	overflow:hidden;
}
.jcarousel-skin-passt-dv .jcarousel-next-horizontal {
    right:-21px;
    background:transparent url(../img/but/btn_jcarouselnavi_yellowbig_right.gif) right center no-repeat;
}
.jcarousel-skin-passt-dv .jcarousel-prev-horizontal {
    left:-21px;
    background:transparent url(../img/but/btn_jcarouselnavi_yellowbig_left.gif) left center no-repeat;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-passt-dv .jcarousel-next-vertical,
.jcarousel-skin-passt-dv .jcarousel-prev-vertical {
    position:absolute;
	left:50%;
    width:19px;
    height:18px;
    cursor:pointer;
	margin-left:-9px;
}
.jcarousel-skin-passt-dv .jcarousel-next-vertical {
	top:-9px;
	background:transparent url(../img/but/btn_jcarouselnavi_grey_top.gif) no-repeat center bottom;
}
.jcarousel-skin-passt-dv .jcarousel-prev-vertical {
    bottom:-9px;
    background:transparent url(../img/but/btn_jcarouselnavi_grey_bottom.gif) no-repeat center top;
}

/* Productlist Rightbanner */

.jcarousel-skin-prodlist .jcarousel-container {
}

.jcarousel-skin-prodlist .jcarousel-container-horizontal {
    width:176px; 
    margin:10px 0px 0px 10px;
}


.jcarousel-skin-prodlist .jcarousel-clip-horizontal {
    width:176px; 
    height:300px;
}


.jcarousel-skin-prodlist .jcarousel-item {
    width:176px;
    height:300px;
}

.jcarousel-skin-prodlist .jcarousel-item-horizontal {
    margin-right:0px;
}


.jcarousel-skin-prodlist .jcarousel-item-placeholder {
    background:#fff;
    color:#000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-prodlist .jcarousel-next-horizontal {
    position:absolute;
    top:55px;
    right:0px;
    width:20px;
    height:32px;
    cursor:pointer;
    background:transparent url(../img/but/btn_jcarouselnavi_grey_left.png) no-repeat 0 0;
}

.jcarousel-skin-prodlist .jcarousel-next-horizontal:hover {
    background-position:-20px 0;
}

.jcarousel-skin-prodlist .jcarousel-next-horizontal:active {
    background-position:0px 0;
}

.jcarousel-skin-prodlist .jcarousel-next-disabled-horizontal,
.jcarousel-skin-prodlist .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-prodlist .jcarousel-next-disabled-horizontal:active {
    cursor:default;
    background-position:-20px 0;
}

.jcarousel-skin-prodlist .jcarousel-prev-horizontal {
    position:absolute;
    top:55px;
    left:0px;
    width:20px;
    height:32px;
    cursor:pointer;
    background:transparent url(../img/but/btn_jcarouselnavi_grey_right.png) no-repeat 0 0;
}

.jcarousel-skin-prodlist .jcarousel-prev-horizontal:hover {
    background-position:-20px 0;
}

.jcarousel-skin-prodlist .jcarousel-prev-horizontal:active {
    background-position:-20px 0;
}

.jcarousel-skin-prodlist .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-prodlist .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-prodlist .jcarousel-prev-disabled-horizontal:active {
    cursor:default;
    background-position:-20px 0;
}

/*JCarousel für Sortimentsintroseiten*/

.jcarousel-skin-sis .jcarousel-container {
    /*-moz-border-radius:10px;
    background:#F0F6F9;
    border:1px solid #346F97;*/
}

.jcarousel-skin-sis .jcarousel-container-horizontal {
    width:382px; /*245px;*/
    /*padding:20px 40px;*/
}
* html .jcarousel-skin-sis .jcarousel-container-horizontal {
    width: 350px; /*245px;*/
}
.jcarousel-skin-sis .jcarousel-container-vertical {
    width:75px;
    height:245px;
    padding:40px 20px;
}

.jcarousel-skin-sis .jcarousel-clip-horizontal {
    width:382px; /*245px;*/
    height:294px;/*75px;*/
}
* html .jcarousel-skin-sis .jcarousel-clip-horizontal {/*IE6*/
    width:350px; /*245px;*/
}
.jcarousel-skin-sis .jcarousel-clip-vertical {
    width:75px;
    height:245px;
}

div#mycarousel_sis {
	overflow:hidden;
}
div#mycarousel_sis,
.jcarousel-skin-sis .jcarousel-item {
    width:382px;/*75px;*/
    height:294px;/*75px;*/
}
* html .jcarousel-skin-sis .jcarousel-item {/*IE6*/
    width:350px;/*75px;*/
}
.jcarousel-skin-sis .jcarousel-item-horizontal {
    margin-right:10px;
}

.jcarousel-skin-sis .jcarousel-item-vertical {
    margin-bottom:10px;
}

.jcarousel-skin-sis .jcarousel-item-placeholder {
    background:#fff;
    color:#000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-sis .jcarousel-next-horizontal {
    position:absolute;
    top:94px;
    right:0px;
    width:42px;
    height:42px;
    cursor:pointer;
    background:transparent url(../img/but/btn_jcarouselnavi_yellowbig_right.gif) no-repeat right center;
}

.jcarousel-skin-sis .jcarousel-next-horizontal:hover {
    background-position:-0px 0;
}

.jcarousel-skin-sis .jcarousel-next-horizontal:active {
    background-position:0px 0;
}

.jcarousel-skin-sis .jcarousel-next-disabled-horizontal,
.jcarousel-skin-sis .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-sis .jcarousel-next-disabled-horizontal:active {
    cursor:default;
    background-position:-0px 0;
}

.jcarousel-skin-sis .jcarousel-prev-horizontal {
    position:absolute;
    top:94px;
    left:0px;
    width:42px;
    height:42px;
    cursor:pointer;
    background:transparent url(../img/but/btn_jcarouselnavi_yellowbig_left.gif) no-repeat right center;
}

.jcarousel-skin-sis .jcarousel-prev-horizontal:hover {
    background-position:-0px 0;
}

.jcarousel-skin-sis .jcarousel-prev-horizontal:active {
    background-position:-0px 0;
}

.jcarousel-skin-sis .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-sis .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-sis .jcarousel-prev-disabled-horizontal:active {
    cursor:default;
    background-position:-0px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-sis .jcarousel-next-vertical {
    position:absolute;
    bottom:5px;
    left:5px;
    width:32px;
    height:32px;
    cursor:pointer;
    background:transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-sis .jcarousel-next-vertical:hover {
    background-position:0 -32px;
}

.jcarousel-skin-sis .jcarousel-next-vertical:active {
    background-position:0 -64px;
}

.jcarousel-skin-sis .jcarousel-next-disabled-vertical,
.jcarousel-skin-sis .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-sis .jcarousel-next-disabled-vertical:active {
    cursor:default;
    background-position:0 -96px;
}

.jcarousel-skin-sis .jcarousel-prev-vertical {
    position:absolute;
    top:5px;
    left:43px;
    width:32px;
    height:32px;
    cursor:pointer;
    background:transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-sis .jcarousel-prev-vertical:hover {
    background-position:0 -32px;
}

.jcarousel-skin-sis .jcarousel-prev-vertical:active {
    background-position:0 -64px;
}

.jcarousel-skin-sis .jcarousel-prev-disabled-vertical,
.jcarousel-skin-sis .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-sis .jcarousel-prev-disabled-vertical:active {
    cursor:default;
    background-position:0 -96px;
}

/*Schuhberatung /*
/*img, div { behavior:url(/is-bin/intershop.static/WFS/Baur-BaurDe-Site/-/de_DE/iepngfix.htc) }*/


.jcarousel-skin-schuhberatung .jcarousel-container {
    /*-moz-border-radius:10px;
    background:#F0F6F9;
    border:1px solid #346F97;*/
}

.jcarousel-skin-schuhberatung .jcarousel-container-horizontal {
    width:197px; /*245px;*/
    /*padding:20px 40px;*/
}

.jcarousel-skin-schuhberatung .jcarousel-container-vertical {
    width:75px;
    height:245px;
    padding:40px 20px;
}

.jcarousel-skin-schuhberatung .jcarousel-clip-horizontal {
    width:197px; /*245px;*/
    height:437px;/*75px;*/
}

.jcarousel-skin-schuhberatung .jcarousel-clip-vertical {
    width:75px;
    height:245px;
}

.jcarousel-skin-schuhberatung .jcarousel-item {
    width:197px;/*75px;*/
    height:437px;/*75px;*/
}

.jcarousel-skin-schuhberatung .jcarousel-item-horizontal {
    margin-right:0px;
}

.jcarousel-skin-schuhberatung .jcarousel-item-vertical {
    margin-bottom:10px;
}

.jcarousel-skin-schuhberatung .jcarousel-item-placeholder {
    background:#fff;
    color:#000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-schuhberatung .jcarousel-next-horizontal {
    position:absolute;
    top:55px;
    right:0px;
    width:20px;
    height:32px;
    cursor:pointer;
    background:transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-schuhberatung .jcarousel-next-horizontal:hover {
    background-position:-20px 0;
}

.jcarousel-skin-schuhberatung .jcarousel-next-horizontal:active {
    background-position:0px 0;
}

.jcarousel-skin-schuhberatung .jcarousel-next-disabled-horizontal,
.jcarousel-skin-schuhberatung .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-schuhberatung .jcarousel-next-disabled-horizontal:active {
    cursor:default;
    background-position:-20px 0;
}

.jcarousel-skin-schuhberatung .jcarousel-prev-horizontal {
    position:absolute;
    top:55px;
    left:0px;
    width:20px;
    height:32px;
    cursor:pointer;
    background:transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-schuhberatung .jcarousel-prev-horizontal:hover {
    background-position:-20px 0;
}

.jcarousel-skin-schuhberatung .jcarousel-prev-horizontal:active {
    background-position:-20px 0;
}

.jcarousel-skin-schuhberatung .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-schuhberatung .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-schuhberatung .jcarousel-prev-disabled-horizontal:active {
    cursor:default;
    background-position:-20px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-schuhberatung .jcarousel-next-vertical {
    position:absolute;
    bottom:5px;
    left:5px;
    width:32px;
    height:32px;
    cursor:pointer;
    background:transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-schuhberatung .jcarousel-next-vertical:hover {
    background-position:0 -32px;
}

.jcarousel-skin-schuhberatung .jcarousel-next-vertical:active {
    background-position:0 -64px;
}

.jcarousel-skin-schuhberatung .jcarousel-next-disabled-vertical,
.jcarousel-skin-schuhberatung .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-schuhberatung .jcarousel-next-disabled-vertical:active {
    cursor:default;
    background-position:0 -96px;
}

.jcarousel-skin-schuhberatung .jcarousel-prev-vertical {
    position:absolute;
    top:5px;
    left:43px;
    width:32px;
    height:32px;
    cursor:pointer;
    background:transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-schuhberatung .jcarousel-prev-vertical:hover {
    background-position:0 -32px;
}

.jcarousel-skin-schuhberatung .jcarousel-prev-vertical:active {
    background-position:0 -64px;
}

.jcarousel-skin-schuhberatung .jcarousel-prev-disabled-vertical,
.jcarousel-skin-schuhberatung .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-schuhberatung .jcarousel-prev-disabled-vertical:active {
    cursor:default;
    background-position:0 -96px;
}


/* .jcarousel-skin-livepreview */
#mycarousel_livepreview {
	
}
.jcarousel-skin-livepreview {
	position:relative;
	padding:0 10px;
}
.jcarousel-skin-livepreview .jcarousel-container {
	background:#fff;
	border:1px solid #ededed;
}
.jcarousel-skin-livepreview .jcarousel-container-horizontal,
.jcarousel-skin-livepreview .jcarousel-clip-horizontal {
	width:255px;
}
.jcarousel-skin-livepreview .jcarousel-container-horizontal {
	padding:10px;
}
.jcarousel-skin-livepreview .jcarousel-clip-horizontal,
.jcarousel-skin-livepreview .jcarousel-item {
	height:85px;
}
.jcarousel-skin-livepreview .jcarousel-item {
	width:60px;
}
.jcarousel-skin-livepreview .jcarousel-item-horizontal {
	margin-right:5px;
}
.jcarousel-skin-livepreview .jcarousel-item-placeholder {
	background:#fff;
	color:#000;
}
/* Horizontal Buttons */
.jcarousel-skin-livepreview .jcarousel-next-horizontal,
.jcarousel-skin-livepreview .jcarousel-prev-horizontal {
    position:absolute;
    top:50%;
    width:19px;
    height:18px;
    cursor:pointer;
	margin-top:-9px;
	overflow:hidden;
}
.jcarousel-skin-livepreview .jcarousel-next-horizontal {
    right:-10px;
    background:transparent url(../img/but/btn_jcarouselnavi_horizontal_grey_right.gif) right center no-repeat;
}
.jcarousel-skin-livepreview .jcarousel-prev-horizontal {
    left:-10px;
    background:transparent url(../img/but/btn_jcarouselnavi_horizontal_grey_left.gif) left center no-repeat;
}
.jcarousel-skin-livepreview .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-livepreview .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-livepreview .jcarousel-prev-disabled-horizontal:active,
.jcarousel-skin-livepreview .jcarousel-next-disabled-horizontal,
.jcarousel-skin-livepreview .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-livepreview .jcarousel-next-disabled-horizontal:active {
	cursor:default;
}

/* Storefront Tab-NK-Banner Test */

.jcarousel-skin-storefront_nktest .jcarousel-container {
}

.jcarousel-skin-storefront_nktest .jcarousel-container-horizontal {
    width:186px; 
    margin:00px 0px 0px 0px;
}


.jcarousel-skin-storefront_nktest .jcarousel-clip-horizontal {
    width:186px; 
    height:255px;
}


.jcarousel-skin-storefront_nktest .jcarousel-item {
    width:186px;
    height:255px;
}

.jcarousel-skin-storefront_nktest .jcarousel-item-horizontal {
    margin-right:0px;
}


.jcarousel-skin-storefront_nktest .jcarousel-item-placeholder {
    background:#fff;
    color:#000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-storefront_nktest .jcarousel-next-horizontal {
    position:absolute;
    top:110px;
    right:0px;
    width:20px;
    height:32px;
    cursor:pointer;
    background:transparent url(../img/but/btn_jcarouselnavi_grey_left.png) no-repeat 0 0;
}

.jcarousel-skin-storefront_nktest .jcarousel-next-horizontal:hover {
    background-position:-20px 0;
}

.jcarousel-skin-storefront_nktest .jcarousel-next-horizontal:active {
    background-position:0px 0;
}

.jcarousel-skin-storefront_nktest .jcarousel-next-disabled-horizontal,
.jcarousel-skin-storefront_nktest .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-storefront_nktest .jcarousel-next-disabled-horizontal:active {
    cursor:default;
    background-position:-20px 0;
}

.jcarousel-skin-storefront_nktest .jcarousel-prev-horizontal {
    position:absolute;
    top:110px;
    left:0px;
    width:20px;
    height:32px;
    cursor:pointer;
    background:transparent url(../img/but/btn_jcarouselnavi_grey_right.png) no-repeat 0 0;
}

.jcarousel-skin-storefront_nktest .jcarousel-prev-horizontal:hover {
    background-position:-20px 0;
}

.jcarousel-skin-storefront_nktest .jcarousel-prev-horizontal:active {
    background-position:-20px 0;
}

.jcarousel-skin-storefront_nktest .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-storefront_nktest .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-storefront_nktest .jcarousel-prev-disabled-horizontal:active {
    cursor:default;
    background-position:-20px 0;
}

/* Horizontal Buttons */
.jcarousel-skin-livepreview .jcarousel-next-horizontal,
.jcarousel-skin-livepreview .jcarousel-prev-horizontal {
    position:absolute;
    top:50%;
    width:19px;
    height:18px;
    cursor:pointer;
	margin-top:-9px;
	overflow:hidden;
}
.jcarousel-skin-livepreview .jcarousel-next-horizontal {
    right:-10px;
    background:transparent url(../img/but/btn_jcarouselnavi_horizontal_grey_right.gif) right center no-repeat;
}
.jcarousel-skin-livepreview .jcarousel-prev-horizontal {
    left:-10px;
    background:transparent url(../img/but/btn_jcarouselnavi_horizontal_grey_left.gif) left center no-repeat;
}
.jcarousel-skin-livepreview .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-livepreview .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-livepreview .jcarousel-prev-disabled-horizontal:active,
.jcarousel-skin-livepreview .jcarousel-next-disabled-horizontal,
.jcarousel-skin-livepreview .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-livepreview .jcarousel-next-disabled-horizontal:active {
	cursor:default;
}

/* Detailview Tab-NK-Banner Test */

.jcarousel-skin-detailview_nktest .jcarousel-container {
}

.jcarousel-skin-detailview_nktest .jcarousel-container-horizontal {
    width:234px; 
    margin:00px 0px 0px 0px;
}


.jcarousel-skin-detailview_nktest .jcarousel-clip-horizontal {
    width:234px; 
    height:108px;
}


.jcarousel-skin-detailview_nktest .jcarousel-item {
    width:234px;
    height:108px;
}

.jcarousel-skin-detailview_nktest .jcarousel-item-horizontal {
    margin-right:0px;
}


.jcarousel-skin-detailview_nktest .jcarousel-item-placeholder {
    background:#fff;
    color:#000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-detailview_nktest .jcarousel-next-horizontal {
    position:absolute;
    top:37px;
    right:0px;
    width:20px;
    height:32px;
    cursor:pointer;
    background:transparent url(../img/but/btn_jcarouselnavi_grey_left.png) no-repeat 0 0;
}

.jcarousel-skin-detailview_nktest .jcarousel-next-horizontal:hover {
    background-position:-20px 0;
}

.jcarousel-skin-detailview_nktest .jcarousel-next-horizontal:active {
    background-position:0px 0;
}

.jcarousel-skin-detailview_nktest .jcarousel-next-disabled-horizontal,
.jcarousel-skin-detailview_nktest .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-detailview_nktest .jcarousel-next-disabled-horizontal:active {
    cursor:default;
    background-position:-20px 0;
}

.jcarousel-skin-detailview_nktest .jcarousel-prev-horizontal {
    position:absolute;
    top:37px;
    left:0px;
    width:20px;
    height:32px;
    cursor:pointer;
    background:transparent url(../img/but/btn_jcarouselnavi_grey_right.png) no-repeat 0 0;
}

.jcarousel-skin-detailview_nktest .jcarousel-prev-horizontal:hover {
    background-position:-20px 0;
}

.jcarousel-skin-detailview_nktest .jcarousel-prev-horizontal:active {
    background-position:-20px 0;
}

.jcarousel-skin-detailview_nktest .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-detailview_nktest .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-detailview_nktest .jcarousel-prev-disabled-horizontal:active {
    cursor:default;
    background-position:-20px 0;
}