﻿/***************************
     News Tacker
    ****************************/
div.frontpage-tacker
{
    height: 250px;
    width: 292px;
    background-color: #34689A;
    margin: 0 auto;
    overflow: hidden;
}
div.frontpage-tacker-photos
{
    height: 168px;
    width: 292px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
div.frontpage-tacker-photos img
{
    height: 164px;
    width: 290px;
    padding: 0;
    top: 0;
    left: 0;
    border: solid 1px #000;
}
div.frontpage-tacker-content
{
    height: 72px;
    width: 292px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

div.frontpage-tacker-title
{
    width: auto;
    padding:0 10px 0 10px;
    margin: 0;
}
div.frontpage-tacker-title a
{
    color: #FFF;
    font-size: 1.3em;
    text-decoration: underline;
}
div.frontpage-tacker-summary
{
    width: auto;
    padding:0 10px 0 10px;
    margin: 0;
}
div.frontpage-tacker-summary a
{
    color: #FFF;
    font-size: 1em;
    text-decoration: none;
}