#mySlideshow
{
	width: 168px;
	height: 268px;
	z-index:5;
	display: none;
	overflow:hidden;
	position: relative;
	margin-top: 0px;
	margin-right:0px  auto;	
	float:left;
	border:0px;
}

#mySlideshow img
{
	border: 0px;
	margin-top: 0px auto;
	margin-right:0px  auto;
	float:left;
}

#mySlideshow #slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0px;
	bottom: 0px;
	height: 32px;
	background: #2A6680;
	color: #F7DF63;
	text-indent: 0px;
 	font-family: Georgia, serif; 
	vertical-align: bottom; 	
}

#slideInfoZone h2
{
	padding: 0px;
	font-size: 11px;
	margin-top:0px auto;
	font-weight: strong;
	text-align: center;
	vertical-align: center;
	color: inherit;
}

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

#mySlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

#mySlideshow a.right, #mySlideshow a.left
{
	position: absolute;
	height: 100%;
	/*bottom:0px;*/
	width: 40%;
	cursor: pointer;
	z-index:15;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

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

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

#mySlideshow a.left
{
	left: 0px;
	background: url('img/left_arrow.gif') no-repeat bottom left;
}

#mySlideshow a.right
{
	right: 0px;
	background: url('img/right_arrow.gif') no-repeat bottom right;
}