<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : estilo
    Created on : 05/06/2013, 12:44:21
    Author     : gu070439
    Description:
        Purpose of the stylesheet follows.
*/

.image_carousel {
    padding: 15px 0 15px 40px;
}
.image_carousel img {
    border: 1px solid #ccc;
    background-color: white;
    padding: 9px;
    margin: 7px;
    display: block;
    float: left;
}
.image_carousel a {
    display: block;
    float: left;
}
.clearfix {
    float: none;
    clear: both;
}

</pre></body></html>