/* SLIDE SHOW */#Features { position: relative; display: block; width: 618px; height: 283px; }#FeaturesContainer { position: absolute; top: 0; left: 0; display: block; width: 618px; height: 283px; background: url(../images/background_features.png) no-repeat top left; z-index: 50; }#Features #FeatureMain { position: absolute; top: 20px; left: 22px; display: block; width: 241px; height: 244px; background: #eee; overflow: hidden; z-index: 10; }#Features #FeatureSmall1 { position: absolute; top: 20px; left: 281px; display: block; width: 153px; height: 113px; background: #eee; overflow: hidden; z-index: 10; }#Features #FeatureSmall2 { position: absolute; top: 20px; left: 452px; display: block; width: 152px; height: 113px; background: #eee; overflow: hidden; z-index: 10; }#Features #FeatureSmall3 { position: absolute; top: 146px; left: 281px; display: block; width: 153px; height: 118px; background: #eee; overflow: hidden; z-index: 10; }#Features #FeatureSmall4 { position: absolute; top: 146px; left: 452px; display: block; width: 152px; height: 118px; background: #eee; overflow: hidden; z-index: 10; }#Features .Photo { background: #eee url() no-repeat center center; }