#mydiaporama
{
	width: 250px;
	height: 70px;
	z-index: 1;
	display: none;
}

.diaporama
{
	overflow: hidden;
	position: relative;
font-family:verdana, arial, helvetica, trebuchet ms, sans-serif;
text-decoration:none;
}

.diaporama img
{
	border: 0;
	margin: 0;
}

.diaporama .slideElement
{
	width: 100%;
	height: 100%;
}

.diaporama .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.diaporama .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 0px;
	background: #AE9962;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .diaporama .slideInfoZone
{
	bottom: -1px;
}

.diaporama .slideInfoZone h2
{
	padding: 0;
	font-size: 11px;
	margin: 0;
	margin: 5px 10px;
	font-weight: bold;
	color: inherit;
	text-align: left;
text-decoration:none;
line-height:8px
}

.diaporama .slideInfoZone p
{
	padding: 0;
	font-size: 8px;
	margin: 0px 10px;
	color: #eee;
	text-align: left;
text-decoration:none;
line-height:8px
}

.diaporama div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.diaporama a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.diaporama .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.diaporama .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.diaporama .carousel .carouselInner
{
	position: relative;
}

.diaporama .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #AE9962;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.diaporama .carousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.diaporama .carousel .label .number
{
	color: #b5b5b5;
}

.diaporama a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.diaporama a.right, .diaporama 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;
}

* html .diaporama a.right, * html .diaporama a.left
{
	filter:alpha(opacity=50);
}

.diaporama a.right:hover, .diaporama a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.diaporama a.left
{
	left: 0;
	top: 0;
	background: url('../style/img/fleche1.png') no-repeat center left;
}

* html .diaporama a.left { background: url('../style/img/fleche1.gif') no-repeat center left; }

.diaporama a.right
{
	right: 0;
	top: 0;
	background: url('../style/img/fleche2.png') no-repeat center right;
}

* html .diaporama a.right { background: url('../style/img/fleche2.gif') no-repeat center right; }

.diaporama a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('../style/img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('../style/img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
