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

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

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

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

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
            text-align:left;
	width: 100%;
	height: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	background: #1E201D;
	text-indent: 0;
	overflow: hidden;
            border: 0px solid red;
}

.jdGallery .slideInfoZone h2 {
font-size:11px;
margin: 0;
font-weight: normal;
color: #dedede;
letter-spacing:0.01cm;
margin: 0px;
background: none;
}

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

.jdGallery div.carouselContainer
{
	position:absolute;       
	height: 64px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
            border: 0px solid white;
}


.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 64px;
	background: none;
	color: #fff;
	text-align: left;
	text-indent: 0;
	overflow: hidden;
            border: 0px solid #666666;

}

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

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

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #1E201D;
	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: 14px;
width: 22px;
top: 0px;
right:58px;
cursor: pointer;
z-index:10;
background-repeat: no-repeat;
background-position: top left;
background-image: url('http://www.01241.com/01/assets/templates/01241/images/ico_prevfig.gif');
border: 0px solid green;
}

.jdGallery a.right
{
position: absolute;
height: 14px;
width: 22px;
top: 0px;
right: 0px;
cursor: pointer;
z-index:10;
background-repeat: no-repeat;
background-position: top right;
background-image: url('http://www.01241.com/01/assets/templates/01241/images/ico_nextfig.gif');
border: 0px solid white;
}

.jdGallery a.carouselBtn
{
position: absolute;
float: right;
bottom: 0;
top: 0;
width: 40px;
right: 15px;
height: 14px;
text-align: right;
color: #1E201D;
cursor: pointer;
border: 0px solid red;
background-repeat: no-repeat;
background-position: top left;
background-image: url('http://www.01241.com/01/assets/templates/01241/images/ico_thumb.gif');
float:left;
}

#smooth_nav   {
width: 82px;
height: 13px;
margin-left: 0px;
margin-top: 30px;
padding: 20px 0px 0px 118px;
font-weight: normal;
background-color: none;
float: left;
border: 0px solid yellow;
}

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

#smooth_carousel  {
width: 360px;
margin-right: 28px;
height: 80px;
padding: 0px 0px 0px 0px;
float: left;
border: 0px solid #666666;
}

#smooth_description  {
width: 200px;
height: 300px;
padding: 0px 0px 0px 0px;
float: left;
z-index:30;
border: 0px solid green;
}



.notitel
{
color: #1E201D;
}




/***  I N A C T I V E

.imageElement
{
padding: 0px 0px 0px 0px;
float: left;
border: 1px solid green;
}


.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('http://www.01241.com/01/assets/templates/01241/images/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('http://www.01241.com/01/assets/templates/01241/images/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
***/