#slides {
	width: 336px;
	height: 282px;
	z-index:5;
	display: none;
}

.slideshow {
	overflow: hidden;
	position: relative;
}

.slideshow img {
	border: 0;
	margin: 0;
}

.slideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.slideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/loading.gif');
}

.slideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 120px;
	margin: 0px;
	padding: 0px;
	left: 200px;
	top: 18px;
	height: 200px;
	color: #00599c;
	text-indent: 0;
	overflow: hidden;
}

* html .slideshow .slideInfoZone
{
	bottom: -1px;
}

.slideshow .slideInfoZone h3
{
	padding: 0;
	margin: 0;
	font-weight: normal;
	//font-size: 1.7em;
}

.slideshow .slideInfoZone p
{
	padding: 0;
	color: #00599c;
	line-height: 12px;
}

.slideshow .slideInfoZone p a {
	display: block;
	margin-top: 12px;
}

.slideshow div.carouselContainer
{
	position: absolute;
	padding-top: 5px;
	padding-bottom: 4px;	
	width: 100%;
	z-index: 10;
	margin: 0px;
	right: 0;
	top: 257px;
}

.slideshow a.carouselBtn
{
	display: none;
}

.slideshow .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	height: 15px;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.slideshow .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 15px;
	overflow: hidden;
}

.slideshow .carousel .carouselInner
{
	position: relative;
	float: right;
	padding-right: 6px;
}

.slideshow .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background-position: center center;
	float: left;
}

.slideshow .carousel .label
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	line-height: 15px;
	font-weight: bold;
	padding-left: 95px;
	color: #ffffff;
}

.slideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.slideshow a.right, .slideshow a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	display: none;
}

* html .slideshow a.right, * html .slideshow a.left
{
	filter:alpha(opacity=50);
}

.slideshow a.right:hover, .slideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.slideshow a.left
{
	left: 0;
	top: 0;
	background: url('images/fleche1.png') no-repeat center left;
}

* html .slideshow a.left { background: url('images/fleche1.gif') no-repeat center left; }

.slideshow a.right
{
	right: 0;
	top: 0;
	background: url('images/fleche2.png') no-repeat center right;
}

* html .slideshow a.right { background: url('images/fleche2.gif') no-repeat center right; }

.slideshow a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 0;
	height: 90%;
	width: 100%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
