﻿.gallery_box_main
{
    width:178px;
    height:112px;
   
}

.gallery_box_main:hover
{
    opacity:.7;
}

.NewsReadMore
{
    float: right;
    margin-right: 5px;
    color: Black;
    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:Black;
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 12px;
}

.DownloadViewAll:hover
{
    opacity:.7;
}

.HotLinkViewAll
{
    float: right;
    margin-right: 5px;
    color: Black;
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
}

.HotLinkViewAll:hover
{
    opacity:.7;
}

.down
{
    color: Black;
    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;
}