@charset "utf-8";
.h-carousel, .h-carousel2{position:relative; height:180px; margin:0 0px 0 0px}
.h-carousel ul, .h-carousel2 ul{ padding:0; margin:0; list-style:none}
.h-carousel li, .h-carousel2 li{
	height:180px;
	width:157px;
	float:left;
	position:relative;}
.h-carousel .carousel-next, .h-carousel2 .carousel-next {background-image: url(../images/next.jpg); background-repeat: no-repeat; left: 922px;}
.h-carousel .carousel-previous, .h-carousel2 .carousel-previous {background-image: url(../images/previous.jpg); background-repeat: no-repeat; left:3px;}

.h-carousel .carousel-control, .h-carousel2 .carousel-control{
	cursor:pointer;
	display:block;
	position:absolute;
	line-height:999px;
	overflow:hidden;
	vertical-align:middle;
	width: 37px;
	height: 37px;
	z-index:1000;
	top:0px;}
