/**** JQuery Masonry CSS ****/
.wrap {
    background: #FFF;
    border: 0px solid #456;
    /*padding: 10px;*/
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box {
    margin: 5px;
    padding: 5px;
    background:##f5fbfb;
    /*background: #D8D5D2;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    line-height:15px;
    float: left;
}

.col1 { width: 80px;  }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }
.col6 { width: 580px; }
.col7 { width: 680px; }
.col8 { width: 780px; }
.col9 { width: 880px; }
.col10{ width: 980px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }
.col6 img { width: 580px; }
.col7 img { width: 680px; }
.col8 img { width: 780px; }
.col9 img { width: 880px; }
.col10 img{ width: 980px; }



/**** Primer comparison ****/

#comparison {
    overflow: auto;
}

#comparison .example {
    width: 420px;
    float: left;
    margin-right: 20px;
}

#comparison .box h5 {
    float: left;
    margin-bottom: 0;
    font-size: 30px;
    margin-right: 4px;
    line-height: 28px;
    font-weight: bold;
    color: #FFF;
}

