#doublecarouselcont {
	position: relative;
	z-index:1;
	width: 990px;
	height: 136px;
}

#doublecarouselcont #currentitem {
  position: absolute;
  top: 0;
	left: 388px;
  z-index: 2;
  width: 214px;
  height: 136px;
	background: url(../img/jcarousel_skin/double/bg_currentitem.png) no-repeat center top;
}

#doublecarouselcont #currentitem div {
	position:relative;
	width: 214px;
  height: 126px;
	background-position: center center;
	background-repeat: no-repeat;
}

#doublecarouselcont #currentitem a {
	position:absolute;
	left:94px;
	bottom:0px;
	width:27px;
	height:27px;
	background: url(../img/jcarousel_skin/double/bg_backurl.gif) no-repeat center bottom;
}

#doublecarouselcont #currentitem a:hover {
	background: url(../img/jcarousel_skin/double/bg_backurl.gif) no-repeat center top;
}

#doublecarouselcont .prevcontroller,
#doublecarouselcont .nextcontroller {
	position:absolute;
	top:34px;
	z-index:3;
	display:block;
	width:25px;
	height:57px;
	cursor:pointer;
}

#doublecarouselcont .prevcontroller {
	left:0;
	background:url(../img/jcarousel_skin/home_news/prev-horizontal.png) no-repeat scroll 0 0 transparent;
}

#doublecarouselcont .nextcontroller {
	right:0;
	background:url(../img/jcarousel_skin/home_news/next-horizontal.png) no-repeat scroll 0 0 transparent;
}

#doublecarouselcont .prevcontroller:hover,
#doublecarouselcont .nextcontroller:hover {
  background-position: -32px 0;
}

#doublecarouselcont .prevcontroller:active,
#doublecarouselcont .nextcontroller:active {
  background-position: -64px 0;
}

#doublecarouselcont .prevcontroller-disabled,
#doublecarouselcont .nextcontroller-disabled,
#doublecarouselcont .prevcontroller-disabled:hover,
#doublecarouselcont .nextcontroller-disabled:hover,
#doublecarouselcont .prevcontroller-disabled:active,
#doublecarouselcont .nextcontroller-disabled:active {
	cursor: default;
  background-position: -96px 0;
}

#doublecarouselcont #leftcarousel,
#doublecarouselcont #rightcarousel{
	position: absolute;
	top: 0;
	z-index: 1;
	width: 396px;
	height: 126px;
}

#doublecarouselcont #leftcarousel { left: 0; }
#doublecarouselcont #rightcarousel { right: 0; }

.jcarousel-skin-double .jcarousel-container {
  height: 126px;
  padding: 0;
  margin: 0;
}

.jcarousel-skin-double .jcarousel-clip {
  width: 396px;
  padding: 0;
}

.jcarousel-skin-double .jcarousel-item {
  position: relative;
  width: 197px;
  height: 126px;
	margin:0 1px 0 0;
	text-align: center;
	background-color: #fff;
}

.jcarousel-skin-double .jcarousel-item a,
.jcarousel-skin-double .jcarousel-item a img {
  border: none;
}
