/*--- carousel begin ---*/
.carousel		{}
.carousel-box {
	background:url(../images/slider-bg.gif) 0px 0px repeat-x;
	height:114px;
	overflow:hidden;
	position:relative;
}
	.carousel-box .inner {
		padding:0px 0 0 0px;
	}
		.carousel-box button {
			background:none;
			width:22px;
			height:65px;
			border:none;
			position:absolute;
			cursor:pointer;
			outline:none;
			z-index:10;
		}
		.carousel-box button.prev {
			left:0;
			top:0px;
			 height:114px;
			background:url(../images/prev-bg.gif) no-repeat left top;
		}
		.carousel-box button.prev:hover {
			background-position:left 0px;
		}
		.carousel-box button.next {
			right:0;
			top:0px;
			 height:114px;
			background:url(../images/next-bg.gif) no-repeat left top;
		}
		.carousel-box button.next:hover {
			background-position:left 0px;
		}
			.carousel-box ul 	{list-style:none;} 
			.carousel-box ul li {
				margin-top:10px;
				padding-right:1px;
				float:left;
				position:relative;
				background:url(../images/slider-line.gif) 100% 0px no-repeat
			}
			.carousel-box ul li span {
				width:157px;
				height:94px;
				position:relative;
				float:left;
			}
				.carousel-box ul li a {
					width:157px;
					height:94px;
					overflow:hidden;
					display:block;
					cursor:pointer;
				}
				.carousel-box ul li span:hover { visibility:visible;
					
				}
/*--- carousel end ---*/
