.imageRow1 { *zoom: 1; margin:0% 0% 0% 0%; float:right; display:block; padding:4% 0% 0% 3%; text-align:right; } .imageRow { *zoom: 1; text-align: center; margin:0% 0% 0% 0%; float:right; } .imageRow:after {   content: "";   display: table;   clear: both; } .imageRow .single { } .imageRow .single a.light-box{ text-align: center;   display: block;   padding: 4px;   line-height: 1em;   -webkit-border-radius: 4px;   -moz-border-radius: 4px;   -ms-border-radius: 4px;   -o-border-radius: 4px;   border-radius: 4px;   -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);   margin-right: 20px;   -webkit-transition: all 0.2s ease-out;   -moz-transition: all 0.2s ease-out;   -ms-transition: all 0.2s ease-out;   -o-transition: all 0.2s ease-out;   transition: all 0.2s ease-out; } .imageRow .single a img {   -webkit-border-radius: 4px;   -moz-border-radius: 4px;   -ms-border-radius: 4px;   -o-border-radius: 4px;   border-radius: 4px; } .imageRow .single a:hover { } .imageRow .set {     background-color: black;   -webkit-border-radius: 4px;   -moz-border-radius: 4px;   -ms-border-radius: 4px;   -o-border-radius: 4px;   border-radius: 4px;   -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);   -webkit-transition: all 0.2s ease-out;   -moz-transition: all 0.2s ease-out;   -ms-transition: all 0.2s ease-out;   -o-transition: all 0.2s ease-out;   transition: all 0.2s ease-out; } .imageRow .set:hover {   background: rgba(255, 255, 255, 0.2); } .imageRow .set .single a {   background: none;   -webkit-border-radius: 0;   -moz-border-radius: 0;   -ms-border-radius: 0;   -o-border-radius: 0;   border-radius: 0;   -webkit-box-shadow: none;   -moz-box-shadow: none;   box-shadow: none;   margin-right: 0; } .imageRow .set .single a:hover {   background-color: #8ad459;   -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);   -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);   box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5); } .imageRow .set .single.first a {   -moz-border-radius-topleft: 4px;   -webkit-border-top-left-radius: 4px;   -ms-border-top-left-radius: 4px;   -o-border-top-left-radius: 4px;   border-top-left-radius: 4px;   -moz-border-radius-bottomleft: 4px;   -webkit-border-bottom-left-radius: 4px;   -ms-border-bottom-left-radius: 4px;   -o-border-bottom-left-radius: 4px;   border-bottom-left-radius: 4px; } .imageRow .set .single.last a {   -moz-border-radius-topright: 4px;   -webkit-border-top-right-radius: 4px;   -ms-border-top-right-radius: 4px;   -o-border-top-right-radius: 4px;   border-top-right-radius: 4px;   -moz-border-radius-bottomright: 4px;   -webkit-border-bottom-right-radius: 4px;   -ms-border-bottom-right-radius: 4px;   -o-border-bottom-right-radius: 4px;   border-bottom-right-radius: 4px; } 