/* Horizontal Carousel */
#horizontal_carousel {
  width: 690px;
  height: 170px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 560px;
  height: 170px;
  position: relative;
  overflow: hidden;
}

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

#horizontal_carousel ul li {
  width: 140px;
  height: 170px;
  text-align: center;
  list-style:none;
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;
  width: 32px;
  height: 175px;
  background: url(horizontal/larr.gif);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(horizontal/larr.gif);
}

#horizontal_carousel .previous_button_disabled {
  background: url(horizontal/larr.gif);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;
  width: 32px;
  height: 175px;
  background: url(horizontal/rarr.gif);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(horizontal/rarr.gif);
}

#horizontal_carousel .next_button_disabled {
  background: url(horizontal/rarr.gif);
  cursor: default;
}


/* блок со скругленными уголками */
.top_left{
	height: 24px; background: url(horizontal/left_top.png) no-repeat 0px 0px; padding-left: 30px;
}
.top_right{
	height: 24px; background: url(horizontal/right_top.png) no-repeat top right; padding-right: 30px;
}
.top_center{
	height: 24px; background: url(horizontal/x.gif) repeat-x 0px -26px;
}

.bottom_left{
	height: 24px; background: url(horizontal/left_bottom.png) no-repeat 0px 0px; padding-left: 30px;
}
.bottom_right{
	height: 24px; background: url(horizontal/right_bottom.png) no-repeat top right; padding-right: 30px;
}
.bottom_center{
	height: 24px; background: url(horizontal/x.gif) repeat-x 0px -2px;
}
.left_center{
	background: url(horizontal/y.gif) repeat-y -35px 0px; padding-left: 18px;
}
.right_center{
	background: url(horizontal/y-right.gif) repeat-y top right; padding-right: 18px;
}
.round_container{
	background-color: #FFF;
}

#add_complete td, #add_complete div, #add_complete textarea{
	font-family: Arial;
	font-size: 12px;
}


