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

ul#jgallery-list {
	display: none;
}
#jgallery {
	width: 600px;
	height: 72px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	z-index: 9995;
	overflow: hidden;
}
#jgallery-container {
	position: absolute;
	z-index: 9994;
	width: 700px;
	height: 102px;
}
.jgallery-item {
	margin: 0px 5px;
	padding: 0px;
	display: block;
	float: left;
}
.jgallery-item img {
	width: 80px;
	height: 60px;
	border: 1px solid #dddddd;
	cursor: pointer;
}
#jgallery-zoom-container {
	width: 500x;
	height: 380px;
	margin: 20px auto;
	position: relative;
	overflow:hidden;
}
.jgallery-zoomer {
	position: absolute;
	border: 1px solid #dddddd;
	width: auto;
	height: 400px;
	overflow:hidden;
}
#jgallery-title {
	position: absolute;
	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;
}
