#mySlideshow
{
	width: 432px;
	height: 352px;
	border: 5px solid rgb(220,220,220);
	z-index:5;
}

#mainSlideshow
{
	width: 182px;
	height: 200px;
	z-index:5;
	border: 2px solid #CCCCCC;
	margin:0 0 18px;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

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

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 30px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	color: inherit;
	font-size:12pt;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

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

.jdSlideshow 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 .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

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

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

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

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

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

.djSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

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

.djSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.djSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 20px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.djSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	color: inherit;
	font-size:7pt;
}

.djSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

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

.djSlideshow a.right, .djSlideshow 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 .djSlideshow a.right, * html .djSlideshow a.left
{
	filter:alpha(opacity=50);
}

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

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

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

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

* html .djSlideshow a.right { background: url('img/fleche2.gif') no-repeat top right; }/* CSS Document */



#myMemberSlideshow
{
	width: 605px;
	height: 470px;
	border: 5px solid rgb(220,220,220);
	z-index:5;
}


.memberSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

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

.memberSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.memberSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 30px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.memberSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	color: #FFFFFF;
	font-size:11pt;
	text-align:left;
}

.memberSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

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

.memberSlideshow a.right, .memberSlideshow 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 .memberSlideshow a.right, * html .memberSlideshow a.left
{
	filter:alpha(opacity=50);
}

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

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

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

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

* html .memberSlideshow a.right { background: url('img/fleche2.gif') no-repeat top right; }/* CSS Document */

