/* CSS Document */
	body {
    background-color:  #0DEFEF;
}
	img {

    border-radius: 30px;
}
        #slideshow-container {
            max-width: 300px;
            position: relative;
            margin: auto;
        }

        .hidden {
            display: none;
            width: 300px;
        }

        img {
            width: 300px;
        }