#header {
	MARGIN: auto; WIDTH: 910px
}

#header {
	BACKGROUND: url(images/bg-header.jpg) no-repeat center 0px; PADDING-TOP: 5px
}

.banner {
	CLEAR: both; OVERFLOW: hidden
}

#maina {
	POSITION: relative; ZOOM: 1; HEIGHT: 293px
}
#maina .current {
	DISPLAY: block;
	padding:0px;
}
#featured {
	POSITION: relative; HEIGHT: 293px
}
.featured_item {
	POSITION: relative; MARGIN: 0px auto; WIDTH: 910px; DISPLAY: none; HEIGHT: 293px; OVERFLOW: hidden; TOP: 0px
}
.featured_item IMG {
	WIDTH: 910px; HEIGHT: 293px
}
#featured_bottom {
	POSITION: absolute; FILTER: alpha(opacity=80); WIDTH: 100%; BOTTOM: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; HEIGHT: 60px; RIGHT: 0px; -moz-opacity: .80; opacity: 0.8
}

.preview_images {
	POSITION: absolute; LINE-HEIGHT: 60px; HEIGHT: 60px; TOP: 10px; RIGHT: 5px
}
.preview_images A IMG {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
.preview_images A {
	POSITION: relative; OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium; DISPLAY: block; FLOAT: left; MARGIN-RIGHT: 8px
}
.preview_images A IMG {
	BORDER-BOTTOM: #afafaf 1px solid; BORDER-LEFT: #afafaf 1px solid; BACKGROUND-COLOR: #fff; BORDER-TOP: #afafaf 1px solid; BORDER-RIGHT: #afafaf 1px solid
}
.preview_images A:hover IMG {
	BORDER-BOTTOM: #000 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND: #000; BORDER-TOP: #000 1px solid; BORDER-RIGHT: #000 1px solid
}
.preview_images .current_prev IMG {
	BORDER-BOTTOM: #666 1px solid; BORDER-LEFT: #666 1px solid; BORDER-TOP: #666 1px solid; BORDER-RIGHT: #666 1px solid
}

/*-------------IE6-PNGÍ¸Ã÷------------------------*/
* html img, 
* html .png{
    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 = "http://www.imeetyou.net/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)
        
    );
}
