/* @group e01 caroufredsel */
	.image_carousel {
		width: 960px;
		height: 250px;
	}
	.IE6 .image_carousel {
		height: 250px !important;
	}
	.image_carousel .slide {
		width: 960px;
		height: 250px !important;/*250 +32*/
		position: relative;
		text-decoration: none;
		float: left;/*  float: left;*/
		}
	.IE6 .image_carousel .slide {
		margin-top: -16px;/*height: 250px !important;*/
			}
	.IE7 .image_carousel .slide {
		width: 960px;/*height: 250px !important;*/
				}
	.image_carousel .slide div {
		background-color: rgba(0, 0, 0, 0.6);
		width: 960px;
		height: 250px;
		padding: 10px;
		display: block;
		position: relative;
		left: 0;
		top: -83px;
		zoom: 1;
	}
	.IE6 .image_carousel .slide div {
		position: inherit;
		top: -83px;
		background-color: transparent !important;
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr#99000000);
		zoom: 1;
	}
	.IE7 .image_carousel .slide div {
		top: -83px;
		background-color: transparent !important;
		background-image: url(../image/carousel/background.slide.png);
		background-repeat: repeat;
	}
	.IE8 .image_carousel .slide div {
		top: -83px;
		background-color: transparent !important;
		background-image: url(../image/carousel/background.slide.png);
		background-repeat: repeat;
	}
	.pagination {
		position: relative;
		z-index: 500;
		margin-top: -25px;
		text-align: right !important;
		margin-right: 900px;
	}
	.IE6 .pagination {
		top: -30px;
		height: 25px;
		margin-right: 900px !important;
		float: right;
	}
	.IE7 .pagination {
		top: -30px;
		height: 25px;
		margin-right: 900px !important;
		float: right;
	}
	.IE8 .pagination {
		height: 35px;
		margin-right: 900px !important;
		float: right;
	}
	.pagination a {
		background-image: url(../image/carousel/pagination.png);
		background-repeat: no-repeat;
		width: 12px;
		height: 12px;
		margin: 0 4px 0 0;
		display: inline-block;
		text-indent: -2000px;
	}
	.IE6 .pagination a, .IE7 .pagination a {
		display: block;
		float: left;
	}
	.pagination a.selected {
		background-image: url(../image/carousel/pagination-selected.png);
		cursor: default;
	}
	.pagination a span {
		display: none;
	}