/* SLIDE SHOW */#Products { position: relative; display: block; width: 618px; height: 283px; }#ProductsContainer { 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; }#Products #FeatureMain { position: absolute; top: 20px; left: 22px; display: block; width: 241px; height: 244px; background: #eee; overflow: hidden; z-index: 10; }#Products #FeatureSmall1 { position: absolute; top: 20px; left: 281px; display: block; width: 153px; height: 113px; background: #eee; overflow: hidden; z-index: 10; }#Products #FeatureSmall2 { position: absolute; top: 20px; left: 452px; display: block; width: 152px; height: 113px; background: #eee; overflow: hidden; z-index: 10; }#Products #FeatureSmall3 { position: absolute; top: 146px; left: 281px; display: block; width: 153px; height: 118px; background: #eee; overflow: hidden; z-index: 10; }#Products #FeatureSmall4 { position: absolute; top: 146px; left: 452px; display: block; width: 152px; height: 118px; background: #eee; overflow: hidden; z-index: 10; }#Products .Photo { background: #eee url() no-repeat center center; }/* PRODUCT LIST */#ProdList .prodItem { border-bottom: 1px solid #eee; margin-bottom: 10px; padding-bottom: 10px; }#ProdList .prodItem .photoFrame { position: relative; display: block; width: 112px; height: 112px; margin-top: -3px; margin-right: 15px; float: left; clear: none; overflow: hidden; background: url(../images/background_products1.jpg) no-repeat top left; }#ProdList .prodItem .photoFrame .photo { position: absolute; top: 9px; left: 13px; display: block; width: 86px; height: 86px; background: #97c3d4; overflow: hidden; }#ProdList .prodItem .photoFrame .photo a { position: relative; display: block; width: 86px; height: 86px; }#ProdList .prodItem .product { display: block; width: 440px; height: auto; float: left; clear: none; }#ProdList .prodItem .product h3 { margin-bottom: 5px; padding-bottom: 0; margin-top: 0; }#ProdList .prodItem .product p { margin-top: 0; padding-top: 0; }