#mySlideshow
{
	width: 400px;
	height: 400px;
	z-index:5;
}

.TextInfoArea
{
	display: none;
	overflow:hidden;
	position: relative;
}

.TextInfoArea .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin-left: 0;
	left: 0;
	/*bottom: 0;*/
	height: 50px;
	background: white;
	color: black;
	text-indent: 0;
}

.TextInfoArea .InfoZone /*Div that holds txt div and is attached to div in html*/
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	/*bottom: 0;*/
	top: 50px;
	height: 50px;
	background: white;
	color: black;
	text-indent: 0;
}

.TextInfoArea .slideInfoZone h2
{
	padding: 0;
	font-size: 100%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.TextInfoArea .slideInfoZone p
{
	padding: 0;
	font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
	/*margin: 0px 5px 5px 5px;*/
	color: black
}

.Slideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.Slideshow img
{
	border: 0;
	margin: 0;
}

.Slideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: white
	background-repeat: no-repeat;
}

.Slideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-image: url('img/loading-bar-black.gif');*/
}
/*
.Slideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin-left: 0;
	left: 0;
	bottom: 0;
	height: 50px;
	background: white;
	color: black;
	text-indent: 0;
}

.Slideshow .InfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 150px;
	height: 50px;
	background: white;
	color: black;
	text-indent: 0;
}

.Slideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 100%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.Slideshow .slideInfoZone p
{
	padding: 0;
	font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
	color: black
}
*/
.Slideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: White;
}

.Slideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* 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('img/fleche1.png') no-repeat top left;
}

* html .Slideshow a.left { background: url('img/fleche1.gif') no-repeat top left; }

.Slideshow a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat top right;
}

* html .Slideshow a.right { background: url('img/fleche2.gif') no-repeat top right; }