
/******** jGallery *********/

ul#jgallery-list {
	display: none;
}
#jgallery {
	width: 636px;
	height: 80px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	z-index: 9995;
	overflow: hidden;
}
#jgallery-container {
	position: absolute;
	z-index: 9994;
	width: 800px;
	height: 50px;
}
.jgallery-item {
	margin: 0px 5px;
	padding: 0px;
	display: block;
	float: left;
}
.jgallery-item img {
	height: 50px;
	border: 1px solid #dddddd;
	cursor: pointer;
	border-radius: 5px;
}
#jgallery-zoom-container {
	width: 600px;
	height: 450px;
	position: relative;
}
.jgallery-zoomer {
	position: relative;
	border: 1px solid #dddddd;
	height:400px;
	border-radius: 5px;
	margin:0px;
	padding:0px;
}
#jgallery-title {
	position: relative;
	z-index: 9999;
	display: none;
	width: 100%;
	top: 5px;
	left: 0px;
	text-align: center;
	color: #dddddd;
	font-size: 22;
	font-weight: bold;
	text-shadow: #000000 1px 1px 1px;
}
#jgallery-left-btn {
	position: absolute;
	z-index: 9996;
	right: -20px;
	width: 40px;
	height: 100%;
	background: url(images/rarr.png) no-repeat 0% 50%;
	cursor: pointer;
}
#jgallery-right-btn {
	position: absolute;
	z-index: 9996;
	left: -20px;
	width: 40px;
	height: 100%;
	background: url(images/larr.png) no-repeat 0% 50%;
	cursor: pointer;
}
* html .jgallery-btn {
	filter: alpha(opacity=100) !important;
}
.jgallery-hide {
	position:absolute;
}