/* Stylesheet for Slideshow on frontpage */

.jdSlideshow a:link 
{
	color: #0a265b;
	text-decoration: none;
	cursor: hand;
}

.jdSlideshow a:visited 
{
	color: #0a265b;
	text-decoration: none;
	cursor: hand;
}

.jdSlideshow a:hover 
{
	background: #f7ffde;
	text-decoration: none;
	cursor: hand;
}

.jdSlideshow a:active 
{
	color: #0a265b;
	text-decoration: none;
	cursor: hand;
}

#content 
{
	width:247px;
	height:290px;
	margin-right: 12px;
	margin-bottom: 4px;
}

#mySlideshow
{
	width: 247px;
	height: 100%;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 120%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    color: rgb(238, 238, 238);
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	text-indent: 0;
}

*:first-child+html .jdSlideshow .slideInfoZone
{
	height: 40px;
}

.jdSlideshow .slideInfoZone h2
{
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 2px 5px 0px;
	color: rgb(159, 243, 255);
}

.jdSlideshow .slideInfoZone p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin: 0px 28px;
	color: #fff;
}
