/* glider */
#slider{ position:relative;     height:179px;     width:604px;     z-index:5;     overflow:hidden; background-color:#1D3951;}
div.scroller{ height:179px;  width:604px;  overflow:hidden;  position:relative}
div.slidercontrolwr{
	position:absolute;
	bottom:57px;
	left:570px;
	z-index:6;
	width: 34px;
	
}
div.scroller img{ border:none}
div.scroller div.sectionslide{overflow:hidden;  float:left}
div.scroller div.content{ width:10000px;  padding:0px; float:left;}
 
.slidercontrol{ list-style-image:none;  list-style-position:outside;  list-style-type:none; padding:0}
.slidercontrol{list-style:none; padding:0px; margin:0px}
 
.slidercontrol a{ float:left;  width:20px;  margin:0px 2px;  padding:2px 0px;  overflow:hidden;   text-align:center; }

/* .slidercontrol a:hover, 
.slidercontrol a.active{background:#f0f0f0;}

#ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
#ajax-preloader .loading{padding:15px; font-weight:bold}*/
a img{text-decoration:none; border:none;}
/*

.png { behavior: url(png.htc); }
img, .png {
       position: relative;
       behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
       this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
*/
