
/* ================================== smooth gallery ================================== */

#gallery {
	margin: 0 auto;
	width: 700px !important;
	height: 440px !important;
	z-index: 5;
}

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);
}

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

.jdSlideshow img {
	margin: 0;
	border: 1px solid #222;	
}

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

.jdSlideshow .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/loading.gif) no-repeat center center;
}

.jdSlideshow .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 500px;
	margin: 0;
	left: 50px;
	bottom: 0;
	height: 3em;
	color: #fff;
	text-indent: 0;
	text-align: center;
}

.jdSlideshow .slideInfoZone h2 {
	padding: 0;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	color: inherit;
}

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

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

.jdSlideshow a.right, .jdSlideshow a.left {
	position: absolute;
	height: 25px;
	width: 19px;
	cursor: pointer;
	z-index: 20;
	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: 590px;
	bottom: 0;
	background: url(../images/sx_arrow.png) no-repeat top left;
}

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

.jdSlideshow a.right {
	right: 0;
	bottom: 0;
	background: url(../images/dx_arrow.png) no-repeat top right;
}

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