#homeplans-carousel {
	width: 900px;
	height: 517px;
	position: absolute;
	top: 76px;
	left: 25px;
	float: left;
}

#homeplans-carousel .container {
	height: 500px;
	width: 868px;
	position: relative;
	overflow: hidden;
	float: left;
}

#homeplans-carousel ul {
	width: 86800px;
	height: 500px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	
}

#homeplans-carousel ul li {
	width: 434px;
	list-style: none;
	float: left;
	height: 500px;
}

#homeplans-carousel #nav-container {
	height: 16px;
	position: absolute;
	top: -20px;
	left: 700px;
	width: 150px;
	font: 11px Arial, sans-serif;
	color: #333;
	/* IE6 HACK */
	_width: 150px;
	_left: 660px;
}

#homeplans-carousel #nav-container span {
	float: left;
	/*margin-right: 10px;*/
	position:relative;
	top:3px;
	right: 5px;
}

#homeplans-carousel .next_button {
	float: left;
	height: 16px;
	width: 16px;
	background: url(../images/style/btn-homeplan-next.jpg) no-repeat 0 0;
	cursor: pointer;
	display: inline-block;
	z-index: 8000;
	
}

#homeplans-carousel .next_button_over {
	background: url(../images/style/btn-homeplan-next.jpg) no-repeat 0 -16px;
}

#homeplans-carousel .next_button_disabled {
	background: url(../images/style/btn-homeplan-next.jpg) no-repeat 0 -32px;
	cursor: default;
}

#homeplans-carousel .previous_button {
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	background: url(../images/style/btn-homeplan-previous.jpg) no-repeat 0 0;
	cursor: pointer;
	display: inline-block;
	z-index: 8000;
	
}

#homeplans-carousel .previous_button a, #homeplans-carousel .next_button a {
	height: 16px;
	width: 16px;
	display: block;
	z-index: 8000;
	position: relative;
}

#homeplans-carousel .previous_button_over {
	background: url(../images/style/btn-homeplan-previous.jpg) no-repeat 0 -16px;
}

#homeplans-carousel .previous_button_disabled {
	background: url(../images/style/btn-homeplan-previous.jpg) no-repeat 0 -32px;
	cursor: default;
}


/* GALLERY CAROUSEL */
#gallery-carousel {
	width: 909px;
	height: 600px;
	position: absolute;
	top: 30px;
	left: 18px;
	text-align: center;
}

#gallery-carousel .container {
	width: 909px;
	height: 600px;
	position: relative;
	overflow: hidden;
}

#gallery-carousel ul {
	width: 120000px;
	height: 600px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	
}

#gallery-carousel ul li {
	width: 909px;
	list-style: none;
	float: left;
	height: 600px;
}


#gallery-carousel #nav-container {
	height: 16px;
	position: absolute;
	top: 612px;
	left: 437px;
	width: 130px;
	font: 11px Arial, sans-serif;
	color: #333;
	/* IE6 HACK */
	/*_width: 150px;
	_left: 660px;*/
}


#gallery-carousel .next_button {
	float: left;
	height: 16px;
	width: 16px;
	background: url(../images/style/btn-gallery-next.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	z-index: 8000;

}

#gallery-carousel .next_button_over {
	background: url(../images/style/btn-gallery-next.png) no-repeat 0 -16px;
}

#gallery-carousel .next_button_disabled {
	background: url(../images/style/btn-gallery-next.png) no-repeat 0 -32px;
	cursor: default;
}

#gallery-carousel .previous_button {
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	cursor: pointer;
	display: block;
	z-index: 8000;
	background: url(../images/style/btn-gallery-prev.png) no-repeat 0 0;
}

#gallery-carousel .previous_button a, #gallery-carousel .next_button a {
	height: 16px;
	width: 16px;
	display: block;
	z-index: 8000;
	position: relative;
}

#gallery-carousel .previous_button_over {
	background: url(../images/style/btn-gallery-prev.png) no-repeat 0 -16px;	
}

#gallery-carousel .previous_button_disabled {
	background: url(../images/style/btn-gallery-prev.png) no-repeat 0 -32px;	
	cursor: default;
}

/* Slide Gallery */
#slide-gallery {
	/*float:  left;*/
	width: 50px;
	height: 340px;
	position: relative;
}

#slide-gallery .container {
	/*float: left;*/
	width: 50px;
	height: 310px;
	overflow: hidden;
}

#slide-gallery ul {
	margin: 0;
	padding: 0;
	height: 10000px;
	position: relative;
	top: 0;
	left: 0;
}

#slide-gallery ul li {
	height: 31px;
	width: 50px;
	list-style: none;
	text-align: center;
}

#slide-gallery #nav-container{
	height: 16px;
	width: 50px;
	position: absolute;
	top: 325px;
	text-align: center;
}

#slide-gallery .next_button {
	/*float: left;*/
	height: 16px;
	width: 16px;
	background: url(../images/style/btn-slide-next.png) no-repeat 0 0;
	cursor: pointer;
	display: inline-block;
	z-index: 8000;
}

#slide-gallery .next_button_over {
	background: url(../images/style/btn-slide-next.png) no-repeat 0 -16px;
}

#slide-gallery .next_button_disabled {
	background: url(../images/style/btn-slide-next.png) no-repeat 0 -32px;
	cursor: default;
}

#slide-gallery .previous_button {
	/*float: left;*/
	height: 16px;
	width: 16px;
	margin-right: 5px;
	
	cursor: pointer;
	display: inline-block;
	z-index: 8000;
	background: url(../images/style/btn-slide-prev.png) no-repeat 0 0;
}

#slide-gallery .previous_button a, #slide-gallery .next_button a {
	height: 16px;
	width: 16px;
	display: block;
	z-index: 8000;
	position: relative;
}

#slide-gallery .previous_button_over {
	background: url(../images/style/btn-slide-prev.png) no-repeat 0 -16px;	
}

#slide-gallery .previous_button_disabled {
	background: url(../images/style/btn-slide-prev.png) no-repeat 0 -32px;	
	cursor: default;
}

/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:left;
  width: 350px;
  height: 270px;
  margin-bottom: 10px;
  position: relative;
}

#vertical_carousel .container {
  float:left;  
  width: 260px;
  height: 240px;
  overflow: hidden;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width: 260px;
  height: 240px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(prototype-ui/vertical/left.png);
  cursor: pointer;    
  display:inline;
  margin: 0 0 10px 40px;
}

#vertical_carousel .previous_button_over {
  background: url(prototype-ui/vertical/left_over.png);
}

#vertical_carousel .previous_button_disabled {
  background: url(prototype-ui/vertical/left_disabled.png);
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(prototype-ui/vertical/right.png);
  display:inline;
  margin-left: 40px;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(prototype-ui/vertical/right_over.png);
}

#vertical_carousel .next_button_disabled {
  background: url(prototype-ui/vertical/right_disabled.png);
  cursor: default;
}

