
	.jcarousel-container {
		width:177px;
		height:286px;
		overflow: hidden;
		line-height: 18px;
		margin:	0 12px;
		text-align:center;
		background:url(../images/widgets/carousel_containerbg.png) no-repeat 9px top;
		position:relative;
	}
	
	.jcarousel-clip {
		margin:0;
		overflow:hidden;
		padding:0;
		position:relative;
		z-index:2;
	}
	
	.jcarousel-container .jcarousel-list {
		position:relative;
		overflow:hidden;
		padding:0;
		margin:0;
		top:0;
		z-index:1;
	}
	
	.jcarousel-container li {
		float:left;
		list-style-type:none;
		display:inline;
		margin:0;
		padding:0;
		position:relative;
		z-index:1;
		width:142px;
	}
	.jcarousel-container li div {
		margin:4px 10px;
	}
		.jcarousel-container .jcarousel_itemTitle {
			background:url(../images/widgets/carousel_titlebg.png) repeat-x;
			color:#FFF;
			font-size:1.1em;
			font-weight:bold;
			height:21px;
			overflow:hidden;
		}
		.jcarousel-container .jcarousel_itemTitleArrow {
			background:url(../images/widgets/carousel_arrow.png) no-repeat top center;
			width:12px;
			height:9px;
			position:absolute;
			top:21px;
			left:50%;
			margin-left:-6px;
			z-index:5;
		}
		.jcarousel-container .jcarousel_itemImage {
			padding-top:2px;
			overflow:hidden;
			height:175px;
		}
		.jcarousel-container .jcarousel_itemContent, .jcarousel-container .jcarousel_itemContent a {
			color:#1e4483;
		}
		.jcarousel-container .jcarousel_itemContent {
			padding-top:5px;
			font-weight:bold;
		}
		
	.jcarousel-container .imgcarousel_prevButton, .jcarousel-container .imgcarousel_nextButton {
		/*margin-top:80px;*/
		position:absolute;
		top:80px;
		z-index:50;
		overflow:visible;
	}
	.jcarousel-container .imgcarousel_prevButton {
		/*float:left;*/
		width:12px;
		cursor:hand;
		cursor:pointer;
		left:2px;
		/*margin-right:-10px;*/
	}
	
	.jcarousel-container .imgcarousel_nextButton {
		/*float:right;*/
		width:12px;
		cursor:hand;
		cursor:pointer;
		right:2px;
		/*margin-left:-10px;*/
	}
