﻿.SlideImage 
{
    height: 144px;
    width: 153px;    
    float: left;
}
.SlideRightPane 
{
    height: 142px;
    width: 224px;
    float: left;
}
.SlideDescription 
{
    height: 85px;
    width: 320px;
    background-image: url(Images/descriptionBg.gif);
}
.SlideDescription_Text 
{
    font: normal 14px Arial, Verdana, Helvetica;
    color: white;
    margin-left: 30px;
    padding-top: 15px;
    margin-right: 20px;
}
.SlideName
{
    height: 35px;
    width: 224px;
}
.addToCart 
{
    height: 48px;
    width: 224px;
    background-image: url(Images/shoppingCartBg.gif);    
}
