/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.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: 85px;
    height: 85px;
}

ul#jcarousel img {
    border : 2px #00aeef solid;
}

#jacoursel ul li {
	background: url(../images/carousel/bg_li_shadow.png) bottom repeat-x;
	padding-bottom: 50px;
}

/**
 * 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: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



/*****************************
The skin style
******************************/
.jcarousel-skin-theroom .jcarousel-container {
	background: url(../images/carousel/bg_clipper.png) 0 20px repeat-x;
}

.jcarousel-skin-theroom .jcarousel-container-horizontal {
    width: 650px;
}

.jcarousel-skin-theroom .jcarousel-clip-horizontal {
    width:  668px;
    height: 125px;
}

.jcarousel-skin-theroom .jcarousel-item {
    width: 82px;
    height: 85px;
}

.jcarousel-skin-theroom .jcarousel-item-horizontal {
	width: 80px !important;
    margin-right: 20px;
	background: url(../images/carousel/bg_li_shadow.png) bottom repeat-x;
	padding-bottom: 20px;
}

.jcarousel-skin-theroom .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 * Buttons
 */
.jcarousel-skin-theroom .jcarousel-next-horizontal {
    position: absolute;
    top: -75px;
    right: 290px;
    width: 13px;
    height: 27px;
    cursor: pointer;
    background: url(../images/carousel/button_next.png) no-repeat;
}

.jcarousel-skin-theroom .jcarousel-next-horizontal:hover {
 
}

.jcarousel-skin-theroom .jcarousel-next-horizontal:active {
  
}

.jcarousel-skin-theroom .jcarousel-next-disabled-horizontal,
.jcarousel-skin-theroom .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-theroom .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-skin-theroom .jcarousel-prev-horizontal {
    position: absolute;
    top: -75px;
    left: 290px;
    width: 13px;
    height: 27px;
    cursor: pointer;
    background: url(../images/carousel/button_prev.png) no-repeat;
}


/* Large Image */
#large_img {
	width: 558px;
	margin: 10px 0 0 50px;
	padding-bottom: 145px;
	background: url(../images/carousel/bg_main_image.png) bottom no-repeat;
}
	#large_img img {
		border : 2px #00aeef solid;
		margin-left: 27px;
	}
