/**********************************
 * Outer wrapper for the carousel
 **********************************/
.carousel {
    position:relative;
    height: auto;
    width: 190px;
		margin: 0px auto;
}
#gallery_big .carousel {
    height: auto;
    width: 862px;
}

.carousel .carousel_content {
    width: auto;
		height: 470px;
}
#gallery_big .carousel .carousel_content {
    width: 800px;
		float: left;
		height: auto;
}


.carousel .carousel_content li {
		padding: 0px;
    height: auto;
    margin: 0px 0px 5px 0px;
  	display: block;
}
#gallery_big .carousel .carousel_content li {
		float: left;
    margin: 0px 5px 0px 0px;
}

.carousel .carousel_content li img {
  border: 1px solid #ffffff;
  margin: 0px 0px 0px 0px;
	display: block;
}


.carousel div.carousel_button_left, .carousel div.carousel_button_right {
    height: auto;
    width: auto;
    padding
}
.carousel div.carousel_button_left  {  }
.carousel div.carousel_button_right {  }

.carousel a {position:relative;}


a.carousel_button_back {
  position: absolute;
	top: 50%;
	left: 0px;
	display: block;
  width: 35px;
  height: 50px;
	margin: 5px 0px 0px 0px;
  background: url(../../../img/_layout/arrow_back.html) center top no-repeat;
	z-index: 200;
}
a.carousel_button_back:hover {
  background: url(../../../img/_layout/arrow_back_mo.html) center top no-repeat;
}
#gallery_big a.carousel_button_back {
	top: 20px;
	left: 20px;
}


.carousel a.carousel_button_left {
    margin: 0px 0px 5px 0px;
    width: 190px;
    height: 20px;
    background: url(../../../img/_layout/arrow_up.html) center top no-repeat;
}
.carousel a.carousel_button_left:hover {
    background: url(../../../img/_layout/arrow_up_mo.html) center top no-repeat;
}

.carousel a.carousel_button_right {
    margin: 10px 0px 0px 0px;
    width: 190px;
    height: 20px;
    background: url(../../../img/_layout/arrow_down.html) center top no-repeat;
}
.carousel a.carousel_button_right:hover {
    background: url(../../../img/_layout/arrow_down_mo.html) center top no-repeat;
}



#gallery_big .carousel a.carousel_button_left {
    float: left;
    margin: 0px 5px 0px 0px;
    width: 20px;
    height: 80px;
    background: url(../../../img/_layout/arrow_left.html) center no-repeat;
}
#gallery_big .carousel a.carousel_button_left:hover {
    background: url(../../../img/_layout/arrow_left_mo.html) center no-repeat;
}

#gallery_big .carousel a.carousel_button_right {
    float: left;
    margin: 0px 0px 0px 5px;
    width: 20px;
    height: 80px;
    background: url(../../../img/_layout/arrow_right.html) center no-repeat;
}
#gallery_big .carousel a.carousel_button_right:hover {
    background: url(../../../img/_layout/arrow_right_mo.html) center no-repeat;
}




#carousel_ul li .label {
	font-weight:normal;
	font-size:90%;
	display:block;
	text-align:center;

}

