@charset "utf-8";
/* CSS Document */

#slideshow {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 30px; margin-bottom:7px;
    padding: 0; text-align:right;
}
#slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
}

#slideshow > div p {
    font-size:15px;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
#slideshow { text-align:center;}
}

@media screen and (min-width:481px) and (max-width:600px) {
#slideshow { text-align:center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
#slideshow { text-align:center;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}