/* ------------------------------------------------------------ */
/* Structural Layout */
/* ------------------------------------------------------------ */

/* -------- BUTTONS -------- */

/*** PREV ***/

.jcarousel-prev {
    position: absolute;
    width: 25px;
    height: 25px;
    left: -40px;
    top: 95px;
    cursor: pointer;
    background-image: url(http://images.esellerpro.com/2278/images/objects/buttons/next-prev-bt.png);
    background-position: 0 -25px;
}
.jcarousel-prev:hover,.jcarousel-prev:active { background-position: 0 -25px; }
.jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:active, .jcarousel-prev-disabled {
    cursor: default;
    background-position: 0 0;
}

/*** NEXT ***/

.jcarousel-next {
    position: absolute;
    width: 25px;
    height: 25px;
    right: -40px;
    top: 95px;
    cursor: pointer;
    background-image: url(http://images.esellerpro.com/2278/images/objects/buttons/next-prev-bt.png);
    background-position: -25px -25px;
}
.jcarousel-next:hover.jcarousel-next:active { background-position: -25px -25px; }
.jcarousel-next-disabled:hover, .jcarousel-next-disabled:active, .jcarousel-next-disabled {
    cursor: default;
    background-position: -25px 0;
}

/* -------- CONTAINERS -------- */

.Carousel-Container .jcarousel-container {
	position: relative;
}

.Carousel-Container .jcarousel-clip {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

.Carousel-Container .jcarousel-list {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 230px;
	left: 0;
	top: 0;
	overflow: hidden;
}

/* We set the width/height explicitly. No width/height causes infinite loops. */

.Carousel-Container .jcarousel-item {
	position: relative;
	float: left;
	width: 136px;
	height: 230px;
	list-style: none;
}
* html .Carousel-Container .jcarousel-item {
	width: 142px;
}

/* We add this in to resolve a unpredictable margin issue which changes on refresh */

.Carousel-Container .jcarousel-item .Product {
    height: auto;
    border: 0 none;
    display: block;
    float: none;
    text-align: center;
    padding: 0 20px;
    width: auto;
}

/* 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". */

.Carousel-Container .jcarousel-next {
	display: none;
	z-index: 3;
}

.Carousel-Container .jcarousel-prev {
	display: none;
	z-index: 3;
}

.Carousel-Container .mycarousels {
	height: 225px;
    overflow: hidden;
}

.Carousel-Container .mycarousels li {
	float: left;
    list-style: none;
    width: 217px;
    height: 205px;
    overflow: hidden;
    border-left: 1px solid #99c6b1;
    margin: 10px 0;
}
.Carousel-Container .mycarousels li:first-child { border: 0 none; }

.Carousel-Container .Product-Row-Image-CASL {
	position: relative;
	height: 105px;
	overflow: hidden;
	margin: 0;
}
.Carousel-Container .Product-Row-Image-CASL img {
    max-width: 106px;
    max-height: 105px;
}

.Carousel-Container .Product-Row-Title-CASL {
    height: 45px;
    overflow: hidden;
    margin: 8px 0 0;
}

.Carousel-Container .Product-Row-Title-CASL h3 a {
    color: #3a3a3a;
    font-size: 0.88em;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
}

.Carousel-Container .Product-Row-Price-CASL {
	height: 25px;
    line-height: 15px;
}

.Carousel-Container .Product-Price {
    font-size: 1em;
    font-weight: bold;
    color: #00703c;
}

.Carousel-Container .Product-Row-Buttons-CASL {
	position: relative;
	width: 100%;
}

.Carousel-Container {
    position: relative;
    float: left;

    width: 870px;
    height: 225px;
    padding: 0 55px;

    background-image: url(http://images.esellerpro.com/2278/images/block-backgrounds/new-arrivals-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Carousel-Container .Carousel-Base {
    display: none;
	position: absolute;
	z-index: -1;
	left: 0;																																		  
	top: 212px;
	width: 570px;
	height: 37px;
	background-color: #ffffff;
	border-top: 1px dotted #a6a6a6;
}

.Carousel-Container .Product-Row-Buttons-CASL .Product-View-Button {
    margin: 0 0 0 0;
}
.Carousel-Container .Product-Row-Buttons-CASL .Product-Buy-Button {
    margin: 0 0 0 4px;
}