﻿#mainDetails {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.imageLinks li:first-child a {
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
}
.imageLinks li:last-child a {
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
}