.index-splash-block {
	width: 991px;
	height: 346px;
	text-align:	left; margin:0px auto;
}
.index-splash-block .feature-slide-preview {
    margin: 0 auto;
    display: none;
    width: auto;
    height:346px;
    overflow: hidden;
}
.index-splash-block .feature-slide-preview .screenshot {
    display: block;
    margin: auto;
}
.index-splash-block .feature-slide-list {
    width: 150px;
    height: 22px;
    overflow: hidden;
    margin: 10px auto 0; position:relative; top:-40px;
}
.index-splash-block .feature-slide-list a {
    float: left;
    display: inline;
    width: 22px;
    height: 22px;
    background: url(imagesfeature-point.png) center no-repeat;
    _background: url(imagesfeature-point-4ie6.png) center no-repeat;
}
.index-splash-block .feature-slide-list a.current {
    background: url(imagesfeature-point-current.png) center no-repeat;
    _background: url(imagesfeature-point-current-4ie6.png) center no-repeat;
}
.index-splash-block  .feature-slide-list .feature-slide-list-items {
    display: inline;
}
.index-splash-block  .feature-slide-list a.feature-slide-list-previous {
    background: url(../images/feature-point-previous.png);
    _background: url(../images/feature-point-previous-4ie6.png);
}
.index-splash-block  .feature-slide-list a.feature-slide-list-next {
    background: url(../images/feature-point-next.png);
    _background: url(../images/feature-point-next-4ie6.png);
}

