/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	float:left;
	}

.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;
	visibility:visible !important;
	}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 210px;
    height: 250px;
	}


.jcarousel-list li div{
	position:relative;
	float:left;
	padding-right:20px; 
	width:190px;
	}
.jcarousel-list li div a{ float:left;}

.jcarousel-list li span{
	background:url(../images/Layover-Bg.png); 
	position:absolute; 
	bottom:0; 
	left:0;
	padding:3px 0 3px 15px;
	width:175px;
	}
.jcarousel-list li span a{ float: none;}

/**
 * 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;
	}

.jcarousel-container-horizontal {
    width: 645px;
    padding:0 0 20px 40px;
	margin-left:20px;
	}	

.jcarousel-clip-horizontal {
    width:  630px;
    height: 255px;
	float:left;
	margin-top:10px;
	}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 255px;
	}
	
.jcarousel-next-horizontal {
    position: absolute;
    top: 125px;
    right: 0px;
    width: 7px;
    height: 14px;
    cursor: pointer;
    background: transparent url(../images/Arrow-right.gif) no-repeat 0 0;
	}
.jcarousel-next-disabled-horizontal{ background: transparent url(../images/Arrow-right.gif) no-repeat 0 -19px;}	

.jcarousel-prev-horizontal {
	background:url(../images/Arrow-left.gif) no-repeat 0 0;
	cursor:pointer;
	height:14px;
	left:5px;
	position:absolute;
	top:125px;
	width:7px;
	}

.jcarousel-prev-disabled-horizontal{background:url(../images/Arrow-left.gif) no-repeat  0 -19px;}

.jcarousel-control{ float:right; margin-right:35px;}

.jcarousel-control a{ 
	font-size:12px; 
	color:#999999; 
	font-weight:bold;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	}
.jcarousel-control a.On{
	text-decoration:underline;
	color:#DFE0EC;
	}

