/*_________________________ SmoothGallery */
#rotatedImage{
	width:600px;
	height:200px;
	margin:0px 5px 0 0;
	border-bottom:1px solid #b1b6a5;
	border-right:1px solid #b1b6a5;
	z-index:5;
}
#rotatedImage img{z-index:5;}
#rotatedImage img.thumbnail{display: none;}
.jdGallery{
	overflow: hidden;
	position: relative;
}
.jdGallery img{
	border: 0;
	margin: 0;
}
.jdGallery .slideElement{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('./themes/site_themes/default/oading-bar-black.gif');
}
.jdGallery .loadingElement{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('./themes/site_themes/default/oading-bar-black.gif');
}