input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover { border: 1px solid rgb(0, 223, 255);
    background: rgb(228, 247, 250) none repeat scroll 0%;
    color: rgb(0, 0, 0);
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
}

#mySlideshow
{
	width: 226px;
	height: 251px;
	z-index:5;
}

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

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

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background: #FFF url(../images/ss_BG.gif) no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

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

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

.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: 20%; width: 50%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

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

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

html .jdSlideshow a.left { 
	left: 0px; bottom: -22px;
	background: url('../images/ss_previous.gif') no-repeat 40px 0;
}

html .jdSlideshow a.right  { 
	right: 0px; bottom: -22px;
	background: url('../images/ss_next.gif') no-repeat 57px 0;

}

.jdSlideshow a.pauseSlideShow
{
	position: absolute;
	height: 18px;
	width: 17px;
	cursor: pointer;
	z-index:15;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.jdSlideshow a.pauseSlideShow:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.jdSlideshow a.pauseSlideShow
{
	left: 105px;
	bottom: 9px;
	background: url('../images/ss_pause.gif') no-repeat bottom center;
}
