/*
 * This is the style for the jCarosel script
 * 
 *    - some style is defined in the property class files
 *    
 * Jessy 06/31/09
 * 
 */


.jcarousel-skin-tango .jcarousel-item {
     width: 176px;
	height: 176px;
	border-right:1px dashed #dadada;
	
	
}

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


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango img {
	display:inline;
}

.jcarousel-skin-tango .shop_green {
	font-size:12px;
	color:#008000;
}
.jcarousel-item a, .jcarousel-item a:link, .jcarousel-item a:visited, .jcarousel-item a:link:visited{

}
.jcarousel-item a:hover, .jcarousel-item a:hover:link, .jcarousel-item a:hover:visited{
	
}


a.real_link, a:link.real_link, a:visited.real_link,  a:link:visited.real_link{
 text-decoration:underline;
}

a:hover.real_link, a:link:hover.real_link, a:visited:hover.real_link,  a:link:visited.hover.real_link{
 color:#666666;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 3px;
    right: 8px;
    width: 24px;
    height: 170px;
    cursor: pointer;
    background: url(/img/www/next.gif) no-repeat 4px 80px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: url(/img/www/next.gif) no-repeat 5px 81px;
	cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
     background: url(/img/www/next.gif) no-repeat 5px 82px;
	  cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor:not-allowed;
    background: url(/img/www/next.gif) no-repeat 100px 81px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 3px;
    left: 8px;
    width: 24px;
    height: 170px;
    cursor: pointer;
    background: url(/img/www/prev.gif) no-repeat 5px 80px;
	
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
        background: url(/img/www/prev.gif) no-repeat 6px 81px;
	  cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
        background: url(/img/www/prev.gif) no-repeat 6px 82px;
	  cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
      cursor:not-allowed;
    background: url(/img/www/next.gif) no-repeat 100px 81px;
}








/**
 * 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. */
   height: 175px
    width: 160px;
}

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