.carousel_vertical {
	width: 138px;
	margin-left:6px;
	position: relative;
	border:1px solid #321B20;
}
.carousel_vertical .disabled {
	cursor: auto !important;
}
.carousel_vertical .topButton, 
.carousel_vertical .botomButton {
	cursor: pointer;
	width: 134px;
	height: 20px;
}
.carousel_vertical .topButton {
	margin: 2px;
	background: #0D0C13 url("gallery_.gif") no-repeat;
}
.carousel_vertical .botomButton {
	margin: 2px;
	background: #0D0C13 url("gallery0.gif") no-repeat;
}
.carousel_vertical .scroll {
	height: 486px;
	overflow: hidden;
}
.carousel_vertical .scroll ul {
	list-style: none;
}
.carousel_vertical .scroll ul li {
	margin: 2px 2px 0;
	width:132px;	
	border:1px solid #0d0c13;
}
.carousel_vertical img {
	display:block;
}

/* ========================================*/
.carousel_horizontal {
	position: relative;
	margin: 30px 10px 20px;
	width: 976px;	
}
.carousel_horizontal .disabled {
	cursor: auto !important;
}
.carousel_horizontal .topButton, 
.carousel_horizontal .botomButton {
	cursor: pointer;
	position: absolute;
	width: 32px;
	height: 32px;
	margin: 30px 2px 2px;
}
.carousel_horizontal .topButton {
	background: transparent url("/tpl/skin1/images/left_arr.gif") no-repeat center center;
	left: 0;
}
.carousel_horizontal .botomButton {
	background: transparent url("/tpl/skin1/images/right_arr.gif") no-repeat center center;
	right: 0;
}
.carousel_horizontal .scroll {
	width: 896px;
	overflow: hidden;
	margin: 0 2px;
}
.carousel_horizontal .scroll ul  {
	list-style: none;
}
.carousel_horizontal .scroll ul li {
	float: left;
	padding: 0 0 7px;
}
.carousel_horizontal .scroll li.current {
	background: url("gallery1.png") no-repeat center bottom;
}
.carousel_horizontal .scroll img {
	display: block;
	width: 141px;
	height: 94px;
	border: 2px solid #ffffff;
	margin: 0 2px;
}
