﻿	/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
 /** Home */
 
.jcarousel-container {
    position: relative;
    top:0;
    left:0;
    margin-top:-1px;
}

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

.jcarousel-list {
    z-index: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	background:trasnparent;
}

.jcarousel-list li,
.jcarousel-item {
    list-style: none;
    float:left;
    background-color:/*#d71920;*/#FFF;
    width:200px;
    height:392px;
    padding:0 0 10px;
}

{



/**
 * 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:0;
	position:absolute;
	background-color:#000;
	width:36px;
	height:173px;
}

.jcarousel-prev {
	position:absolute;
	background-color:#000;
	width:36px;
	height:173px;
}