img {
    border: none;
    vertical-align: middle;
}
a {
    color: #1A7AAE;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.index-splash-block {
	width: 780px;
	height:262px;
	background: url(../images/bg.png) center no-repeat;
	text-align:	left;
	overflow:hidden;
}
.index-splash-block .feature-slide-preview {
    margin: 0 auto;
    display: none;
    width: 780px;
    height: 262px;
    overflow: hidden;
}
.index-splash-block .feature-slide-preview .screenshot {
width:780px; height:262px;
    display: block;
    margin: auto;
}
.index-splash-block .feature-slide-list {
    width: 780px;
    height: 22px;
    overflow: hidden;
    margin: 10px auto 0;
    position:relative; bottom:40px;
}
.index-splash-block .feature-slide-list a {
    float:right;
	display: inline;
    width: 8px;
    height: 8px;

    background:url(../images/feature-point.png) center no-repeat;
	margin:10px 5px;
	overflow:hidden;
}
.index-splash-block .feature-slide-list a.current {

    background: url(../images/feature-point-current.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);
}
.index-splash-block  .feature-slide-list a.feature-slide-list-next {

    background: url(../images/feature-point-next.png);
}
