.miniButton.left {
clear:left !important;
}
.miniButton.right {
clear:right !important;
}

/* REGISTRATION & MY ACCOUNT */
.regStep2 .genericForm fieldset.regExtra {
    padding-bottom: 19px;
}

/* TRAFFIC */
#traffic .trafficIncidents .trafficList p.trafficViewMap a {
    display: block;
}

/* ARTICLE */
.articleGallery ul a img,
.articlePreviewThumbs img {
    max-width: none;
}

/* fotorama */
.fotoramaCaption {
   background-color: #000000;
   filter:alpha(opacity=70);
}

/* Properties */
#main .properties .resultsHeader .resultsHeaderTop h2 {
    margin: 0 0 0 150px;
}

#main .properties .morphContent .panelPrimary,
#main .properties .morphContent .panelSecondary {
    border-bottom: 1px #4d556e solid;
}

#main .properties .morphContent h3,
#main .properties .morphContent h3.mainHeader {
    position: static;
}

#main .properties .grid_12.propertyInfoContactDetails .morphButton.morphButtonRequestDetails {
    top: 0px !important;
}


/* uatu-list of most read in article page */
/* equivalent to li:nth-child(2) */
#uatu-list li:first-child + li {
	margin: 0 0 0 2.3%;
    clear: none;
}
/* equivalent to li:nth-child(3) */
#uatu-list li:first-child + li + li {
    clear: left;
}
/* equivalent to li:nth-child(4) */
#uatu-list li:first-child + li + li + li {
	margin: 0 0 0 2.3%;
    clear: none;
}
/* equivalent to li:nth-child(5) */
#uatu-list li:first-child + li + li + li + li {
    clear: left;
}
/* equivalent to li:nth-child(6) */
#uatu-list li:first-child + li + li + li + li+ li {
	margin: 0 0 0 2.3%;
    clear: none;
}
