
#productSlider {
    width: 777px;
    float: left;
    height: 271px;
    margin: 2px 0px 0px 0px;
    position: relative;
}

div.slideimage {
float:left;
width:572px;
}

.productTextWrapper {
    width: 194px;
    float: left;
}

.productText {
    padding: 0px 10px 0px 0px;
    line-height: 140%;
}

#productSlider h1{
font-size:18px;
font-weight:normal;
margin:15px 0;
line-height: 140%;
text-transform:uppercase;

}

#productNavWapper {
    background-color:#CAEAF9;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 210px;
    height: 255px;
}

#productNav {
    position: absolute;
    right: 194px;
    top: 14px;
    width: 20px;
}

#productNav a {
    background-color: white;
    float: left;
    width: 20px;
    height: 16px;
    text-align: center;
    padding-bottom: 2px;
    border-bottom: 3px solid #C9EBF9;
    color: #5EA0DD;
}

#productNav a.activeSlide {
background-color:#5EA0DD;
color: #FFF;
}

#productNav a:hover {
    color: black;
}

