body {
}
h3 {
    margin: 5px 0 5px;
    font-size: 120%;
    line-height: 150%;
}
p {
    margin: 0 0 10px;
}
img {
    border: none;
    vertical-align: middle;
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    text-decoration: none;

}
.index-splash-block {
	text-align:	left; margin:0px auto;
}
.index-splash-block .feature-slide-preview {
    margin: 0 auto;
    display: none;
    width: auto;
    overflow: hidden;
}
.index-splash-block .feature-slide-preview .screenshot {
    display: block;
    margin: auto;
}
.index-splash-block .feature-slide-preview img {
    width:1200px;height:540px
}
.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(../images/feature-point.png) center no-repeat;
    _background: url(../images/feature-point-4ie6.png) center no-repeat;
}
.index-splash-block .feature-slide-list a.current {
    background: url(../images/feature-point-current.png) center no-repeat;
    _background: url(../images/feature-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);
}


/*Hotkeys meta*/
.hotkeys-meta{float: right; height: 22px;position: fixed;top:200px;margin-left: -58px;left: -1px;}
.nav-previous a, span.nav-next a{ width: 25px; height: 20px; background: url(/images/arrows_sprite.png) no-repeat 0 0; text-indent: -999em; position: absolute; right: 24px; top: 0; }
.span.nav-next a{ background-position:-24px 0; right: 0; }
.span.nav-next a:hover{ background-position:-24px -20px;}
.span.nav-previous a:hover{ background-position:0 -20px;}
.span.first a{ display: none;}