.external-modal-content {
    max-width: 775px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-clip: padding-box;
    outline: medium none;
}
.external-modal-header {
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
    min-height: 16.2857px;
}
.external-modal-content .external-modal-header {
    background: #000 none repeat scroll 0% 0%;
    padding: 14px 22px;
    border-bottom: 5px solid #ED1C24;
}
.adExternalSlideshowTitle {
    float: left;
    text-align: left;
}
.adExternalSlideshowTitle h4 {
      color: #363636;
      font-weight: bold;
}
.adExternalSlideshowCount  h4 {
    color: #363636;
    font-weight: bold;
}
/* This is intended to override the psd2html-all.less rule */
.breadcrumb li a:hover {
    color: #74C2E1;
    text-decoration: none;
}
a.externalSlideshowLink:link {
    color: blue;
    text-decoration: underline;
    font-weight: normal;
}
a.externalSlideshowLink:visited {
    color: blue;
    text-decoration: underline;
    font-weight: normal;
}
a.externalSlideshowLink:hover {
    color: #005B9A;
    text-decoration: underline;
}
