div.slide div.slide-comment {
    width: 48%;
    height: 52px;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    margin-left: 50%;
    margin-bottom: 2%;
    position: absolute;
    bottom: 0px;
    color: white;
    background-image: url(../images/background.png) ;
    background-repear: repeat;
    font-size: 12px;
}

div.slide-comment-text{
    padding-right: 75px;
}

div.slide div.slide-comment h5 {
    margin: 5px;
    font-size: 17px;
    font-weight: bold;
}

div.slide div.slide-comment p {
    margin: 0px;
}

li.slide {
    padding: 0px;
    margin: 0px;
}

ul.slideshow {
    padding: 0px;
    margin: 0px;
}

a.slide-link {
    text-decoration: none;
}

div.slide-link {
    position: absolute;
    right: 32px;
    top: 16px;
    height: 32px;
    width: 32px;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
}
