/**
 * jCarousel
 */
.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: 75px;
	height: 75px;
}

/**
 * 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: 2;
	display: none;
}

.jcarousel-prev {
	z-index: 2;
	display: none;
}


/** Tango CSS **/

.carousel-l {
	width:80px;
	float:left;
}


.carousel-r {
	width:110px;
	float:left;
	color:#666666;
}

*html .carousel-r {
	width:110px;
	float:left;
	color:#666666;
}

.carousel-r p {
	background:transparent url(../../../../../../wcm/fragments/efree-css-frag/style/arrow-black.gif) no-repeat scroll left 9px;
	padding:0 0 0 8px;
	font-style:italic;
	width:80px;
}

.carousel-r a {
	font-size:12px;
	display:block;
	padding-top:4px;
	font-family:Arial, Helvetica, sans-serif!important;
}

.carousel-r strong a {
	text-transform: uppercase;
	margin-bottom: 4px;
}

.jcarousel-skin-tango .jcarousel-container {
	/* -moz-border-radius: 10px; */
    background: url(../../../../../../wcm/fragments/efree-css-frag/style/home-scroller-back.gif) repeat-x center top;
	border: 1px solid #e7e7e7;
	height:67px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 580px;
	padding: 10px 39px 20px 39px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  600px;
	height: 80px;
}

*html .jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  579px;
	height:70x;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 200px;
	height:90px;
}

*html .jcarousel-skin-tango .jcarousel-item {
	width: 193px;
	height:200px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 35px;
	right: 10px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../../../../../../wcm/fragments/efree-css-frag/style/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 35px;
	left: 15px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../../../../../../wcm/fragments/efree-css-frag/style/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}


.home-2col {
	clear: both;
	padding-top:20px;
	width:960px;
}

.home-2col .left {
	float:left;
	width:660px;
	margin-right:12px;
}

*html .home-2col .left {
	margin-right:10px;
}

.home-2col .right {
	float:left;
	width:288px;
}

.home-info {
	width:628px;
	background-color: #eaf3dc;
	padding:16px;
}

*html .home-info {
	margin-top:-135px;
}

.home-info .left {
	float:left;
	width:297px;
	border-right:#c9dfa2 1px solid;
	margin-top:20px;
	padding-left:0;
}

.home-info .right {
	float:left;
	width:270px;
	margin-top:20px;
}

#trial .home-info .left,
#trial .home-info .right,
#life .home-info .left,
#life .home-info .right{
	margin-top: 0;
	width: 283px;
}

.home-isi a {
	background: transparent url(../../../../../../wcm/fragments/efree-css-frag/style/important-safety-info.png) no-repeat center;
	width: 257px;
	display: block;
	height: 22px;
	text-indent: -9999px;
}

.home-fb a {
	background: transparent url(../../../../../../wcm/fragments/efree-css-frag/style/facebook.png) no-repeat center;
	width: 257px;
	display: block;
	height: 30px;
	text-indent: -9999px;
}

