/* CSS Document */

.promoSlider a.leftArrow { float: left; display: inline; width: 37px; height: 37px; margin: 50px 0 0 55px; background: URL('images/slider-left.jpg') no-repeat; }
.promoSlider a.prodContainer { float: left; display: inline; margin: 16px 5px 0 5px; width: 98px; height: 110px; overflow: hidden; }
.promoSlider a.prodContainer img { border: none; display: block; margin: 0 auto; }
.promoSlider a.prodContainer p { font-family: "Verdana", sans-serif; font-size: 10px; font-weight: normal; width: 98px; text-align: center; }
.promoSlider a.prodContainer p.prodPrice { color: #FF0000; font-weight: bold; }
.promoSlider a.rightArrow { float: right; display: inline; width: 37px; height: 37px; margin: 50px 15px 0 0; background: URL('images/slider-right.jpg') no-repeat; }

