
html, body, div, span, object, iframe, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, ins, q, small, strong, sub, sup, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    margin: 0;
    padding: 0;
}
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
    display: block;
}
a img {
    border: 0 none;
}
figure {
    position: relative;
}
figure img {
    width: 100%;
}
.container {
    margin: 0 auto;
    max-width: 1170px;
    padding-left: 5px;
    padding-right: 5px;
	position:relative;
}
.row {
    overflow: hidden;
    width: 100%;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
    float: left;
    margin-right: 3.8%;
}
.onecol {
    width: 4.85%;
}
.twocol {
    width: 13.5%;
}
.threecol {
    width: 22.15%;
}
.fourcol {
    width: 30.8%;
}
.fivecol {
    width: 39.45%;
}
.sixcol {
    width: 48.1%;
}
.sevencol {
    width: 56.75%;
}
.eightcol {
    width: 65.4%;
}
.ninecol {
    width: 74.05%;
}
.tencol {
    width: 82.7%;
}
.elevencol {
    width: 91.35%;
}
.twelvecol {
    float: left;
    width: 100%;
}
.last {
    margin-right: 0;
}
