	
	div.carouselWrapper {
		width: 305px;
		height: 66px;
		}
	
	img { border:none;  }
	
	.jcarousel-container { 
		position: relative;
		background:#B9CDF2; 
		}
		
	.jcarousel-clip {
		z-index: 2;
		padding: 0;
		margin: 0;
		overflow: hidden;
		position:relative;
		}
		
	.jcarousel-list {
		z-index: 3s;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		}
	
	.jcarousel-container-horizontal {
		width:  269px;
		padding: 0 2px 0 2px;
		}
	
	.jcarousel-clip-horizontal {
		width:  200px;
		height: 66px;
		}
	
	.jcarousel-item {
		float: left;
		list-style: none;
		width: 60px;
		height: 66px;
		/*border:2px solid #0099CC ; */
		/*border-top: 1px solid #f58024;
		border-bottom: 1px solid #f58024;*/
		}
	
	.jcarousel-item-horizontal { margin-right: 1px; }
	
	.jcarousel-item-placeholder {
		background: #fff;
		color: #000;
		}
		
	.jcarousel-next {
		z-index: 3;
		display: none;
		}
	
	.jcarousel-prev {
		z-index: 3;
		display: none;
		}
	
	.jcarousel-next-horizontal {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 27px;
		height: 66px;
		cursor: pointer;
		background: url(../images/next.jpg) no-repeat 0 0;
		}
	
	.jcarousel-prev-horizontal {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 27px;
		height: 66px;
		cursor: pointer;
		background: url(../images/prev.jpg) no-repeat 0 0;
		}
	
	
