@charset "utf-8";

#content .carousel {
	position: relative;
	
	width: 694px;
	height: 265px;

	margin-top: 12px;
	
	background-image: url('/furniture/carousel.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#content .carousel li.slide {
	position: absolute;
	
  display: block;
  
  /* cursor: pointer; */
}

#content .carousel li.current {
  cursor: auto !important;	
}

#content .carousel li.text {
  width: 249px;
  height: 175px;
  
  padding: 36px 41px;
  
  background-image: url('/furniture/carousel_text_background.png');
  background-position: left top;
  background-repeat: no-repeat;
}

#content .carousel li.text ul {
	margin: 10px 0px;
}

#content .carousel li.text li {
	position: relative;
	
	padding-left: 14px;
	
  background-image: url('/furniture/carousel_list_arrow.gif');
  background-position: left 2px;
  background-repeat: no-repeat;
	
  font-size: 1.0em;
  color: #006cac;
}

#content .carousel li.text a.freeTrial {
	position: absolute;
	
	top: 0px;
	right: 0px;
	
	width: 92px;
	height: 92px;
	
	text-indent: -9999px;
	
  background-image: url('/furniture/free_trial_star.png');
  background-position: left top;
  background-repeat: no-repeat;
}

#content .carousel li.text h2 {
  font-size: 1.35em;
  font-weight: bold;
  color: #006cac;
}

#content .carousel li.text h2 span {
	display: block;
	
	font-size: 2.6em;
	font-weight: normal;
  color: #022840;
}

#content .carousel li.text span.button {
	position: absolute;
	
	right: 31px;
	bottom: 31px;
	
	font-size: 1.0em;
}

#content .carousel li.text span.button a:hover {
  text-decoration: none;
}
	
/* INITIAL POSITIONS */
#slide1 {
	z-index: 1;
  top: 56px;
  left: 50px;
}

#slide2 {
  z-index: 2;
  top: 36px;
  left: 108px;
}

#slide3 {
  z-index: 3;
  top: 10px;
  left: 181px;
}

#slide4 {
  z-index: 2;
  top: 36px;
  right: 108px;
}

#slide5 {
  z-index: 1;
  top: 56px;
  right: 50px;
}


/* INITIAL SIZES */
#slide1 img,
#slide5 img {
  height: 158px;
}

#slide2 img,
#slide4 img {
  height: 198px;
}
