.scroll,
.scrollButtons,
.d2b,
.selected { 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 = "img/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));
	}


#slider {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.content-wrap-slider {
    width: 920px; height: 370px;
    position: relative; z-index: 11;
	top: -10px;
	margin: 0; padding: 0;
	background: transparent url(../img/panel.png) no-repeat scroll center center;
	}

.scroll {
    width: 900px; height: 350px;
	margin: 0px; padding: 0;
    overflow: auto; overflow-x: hidden;
    clear: left;
	top: 10px; left: 10px;
}

.scrollContainer div.panel {
	padding: 10px;
    width: 900px; height: 350px;
    overflow: hidden;
}

.menu {
	width: 400px; height: 46px;
	background: transparent url(../img/bg-mn.jpg) no-repeat scroll left bottom;
	margin: 0 0 0 11px; padding: 0;
	}
.menu ul.navigation {
    list-style: none;
    margin: 0; padding: 0;
	position: relative;	z-index: 10;
	top: 0; left: 1px;
}

.menu ul.navigation li {
    height: 46px; float: left;
    margin: 0; padding: 0 1px 0 0;
	background: transparent url(../img/bg-mn.jpg) no-repeat scroll right bottom;
}

.menu ul.navigation a {
    color: #000;
    text-decoration: none;
	margin: 0; padding: 26px 10px 8px;
	float: left;
}


.menu ul.navigation a.selected {
    background: transparent url(../img/bg-selected.png) repeat-x scroll left bottom;
}

.menu ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 170px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -26px;
}

.scrollButtons.right {
    right: -26px;
}

.hide {
    display: none;
}
