/* Reset */
ul{margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

/* Colors */
.color-red {background:#ffffff;}

/* End Colors */


/* Columns section */
#columns .column {
    float: left;
    width: 240px;
	min-height: 50px;
	height: auto !important; 
}

#columns .widget .widget-head {
    overflow: hidden;
    width: 240px;
    height: 30px;
}

#columns .widget .widget-content {

    overflow: hidden;
}

#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}

/* End Columns section */

