﻿.gallery-frame
{
   width: 88px;
height: 55px;
border: 2px solid red;
margin: 13px 0 0 15px;
float: left;
}

.NewsReadMore
{
    float: right;
    margin-right: 5px;
    color: rgb(214, 106, 22);
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 12px;
}

.NewsReadMore:hover
{
    opacity:.7;
}

.HLDownload
{
    text-decoration: none;
    color: Black;
    font-family: Segoe UI;
    font-size: 12px;
}

.DownloadViewAll
{
    float: right;
    margin-right: 5px;
    color: #293A56;
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 14px;
}

.DownloadViewAll:hover
{
    opacity:.7;
}

.HotLinkViewAll
{
    float: right;
    margin-right: 5px;
    color: #e9f517;
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
}

.HotLinkViewAll:hover
{
    opacity:.7;
}

.down
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
    background-color: #099BD1;
    padding: 5px;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: 20px;
}

.down:hover
{
    opacity:.7;
}