@charset "windows-1251";

.h-carousel{position:relative; height:85px; width:222px; border:1px solid #d9d9d9; background:#fff; margin:0 0 0 15px}
.h-carousel ul, .v-carousel ul{ padding:0; margin:0; list-style:none}
.h-carousel li{
	height:69px;
	width:54px;
	padding:7px 10px;
	float:left;
	position:relative;
	overflow:hidden}
.h-carousel li img{
	width:52px;
	height:67px;
	border:1px solid #757575;}

.h-carousel input.prev{
	z-index:1000;
	position:absolute;
	left:18px;
	top:75px}
.h-carousel input.next{
	z-index:1000;
	position:absolute;
	left:233px;
	top:75px}

.h-carousel .carousel-next {background:url(/image/design/bttn_right.gif) center no-repeat; left: 230px;}
.h-carousel .carousel-previous {background:url(/image/design/bttn_left.gif) center no-repeat; left:-15px;}

.h-carousel .carousel-control{
	cursor:pointer;
	display:block;
	position:absolute;
	line-height:999px;
	overflow:hidden;
	vertical-align:middle;
	width:7px;
	z-index:1000;
	height:85px;
	top:0px;}
