/**
 * 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: 718px;
	height: 370px;
}
/**
 * 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;
}
.jcarousel-skin-roomDetail .jcarousel-container-horizontal {
	width:216px;
}
div#contentCenter .jcarousel-skin-roomDetail .jcarousel-clip-horizontal {
	width:  216px;
	height: 150px;
}
.jcarousel-skin-roomDetail .jcarousel-item {
	width: 216px;
	height: 150px;
}
.jcarousel-skin-roomDetail .jcarousel-item-horizontal {
	margin-right: 10px;
}
.jcarousel-skin-roomDetail .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/*
   Horizontal Buttons
 */
.jcarousel-skin-roomDetail .jcarousel-next-horizontal {
	position: absolute;
	display:block;
	top: 129px;
	right:5px;
	width: 16px !important;
	height: 16px !important;
	cursor: pointer;
	background: transparent url(/media/images/themes/heroes/next_hor.gif) no-repeat 0px 0px;
}
.jcarousel-skin-roomDetail .jcarousel-next-disabled-horizontal, .jcarousel-skin-roomDetail .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-roomDetail .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background: transparent url(/media/images/themes/heroes/next_hor.gif) no-repeat -48px 0px;
}
.jcarousel-skin-roomDetail .jcarousel-prev-horizontal {
	position: absolute;
	display:block;
	top: 129px;
	left: 177px;
	width: 16px !important;
	height: 16px !important;
	cursor: pointer;
	background: transparent url(/media/images/themes/heroes/prev_hor.gif) no-repeat 0px 0px;
}
.jcarousel-skin-roomDetail .jcarousel-prev-disabled-horizontal, .jcarousel-skin-roomDetail .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-roomDetail .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background: transparent url(/media/images/themes/heroes/prev_hor.gif) no-repeat -48px 0px;
}

/* CSS for jcarousel choose a room  end */

