.jdGallery
{
	overflow: hidden;
	position: relative;
            border: 0px solid #C0C0C0;
}

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

.jdGallery .slideElement
{
	width: 100%;                            
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
            float: left;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('http://www.01241.com/01/assets/templates/01241/images/loading-bar-white.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
            text-align:left;
	width: 180px;
	height: 92%;
	margin: 0px;
	left: 0;
	top: 0;
	text-indent: 0;
	overflow: hidden;
            padding: 0px 10px 0px 0px;
            border-left: 0px solid #C0C0C0;
}

.jdGallery .slideInfoZone h2 {
font-size:11px;
font-family:Verdana,sans-serif;
margin: 0;
font-weight: bold;
color: #666666;
letter-spacing:0.01cm;
background: none;
}

.jdGallery .slideInfoZone p {
font-size:11px;
line-height: 150%;
color: #333333;
}

.jdGallery div.carouselContainer
{
	position:absolute;       
	height: 90px;
	width: 180px;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
	background: #F6F6F6;
            padding: 20px 0px 0px 0px;
            border: 1px solid #DCDCDC;
}

.jdGallery .carousel
{
	position: absolute;
	width: 180px;                 /***  100% ***/
	margin-top: 20px;
	left: 0;
	top: 0;
	height: 100px;               /***  64px ***/
	background: none;
	color: #fff;
	text-align: left;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 180px;                 /***  100% ***/
	height: 100px;               /***  64px ***/
	top: 0px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #ffffff;
	background-position: center center;
	float: left;
	border: solid 1px #999999;
}

.jdGallery .carousel .label
{
	font-size: 11px;
	position: relative;
	bottom: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
            z-index:50;
}

.jdGallery a.left
{
position: absolute;
height: 16px;
width: 33px;
top: 0px;
right:80px;
cursor: pointer;
z-index:10;
text-decoration: none;
background-repeat: no-repeat;
background-position: top left;
background-image: url('http://www.01241.com/01/assets/templates/01241/images/ico_prevfig2.gif');
}

.jdGallery a.right
{
position: absolute;
height: 16px;
width: 33px;
top: 0px;
right: 0px;
cursor: pointer;
z-index:10;
text-decoration: none;
background-repeat: no-repeat;
background-position: top right;
background-image: url('http://www.01241.com/01/assets/templates/01241/images/ico_nextfig2.gif');
}

.jdGallery a.carouselBtn
{
position: absolute;
float: right;
bottom: 0;
top: 0;
width: 40px;
right: 33px;
height: 16px;
text-decoration: none;
background-repeat: no-repeat;
background-position: top left;
background-image: url('http://www.01241.com/01/assets/templates/01241/images/ico_thumb2.gif');
float:left;
}

#smooth_nav   {
width: 180px;
height: 16px;
margin-left: 0px;
margin-top: 0px;
padding: 0px 0px 0px 0px;
font-weight: normal;
float: left;
border: 0px solid yellow;
}

#smooth_carousel  {
width: 180px;
margin: 1px 0px 30px 0px;
height: 90px;
float: left;
border: 0px solid red;
}

#smooth_description  {
width: 190px;
height: 260px;
margin: 20px 0px 0px 0px;
float: left;
z-index:30;
border: 0px solid green;
}

@media print {
#smooth_nav {display:none;}
#smooth_carousel {display:none;}
.counter {display:none;}
.notitel { color: #ffffff;}
}