﻿.back
{
    background-color:#333d45;
}

.trng_title
{
    font-size:1.3em;
    color:#E7E4D7;
    padding-top:0px;
    margin-top:0px;
    padding-left:0px;
}

.trng_caption
{
    color: #fff;
    line-height: 1.3em;
    padding-bottom:15px;
}

a.trng_button 
{
	height: 10px;
	font-size: .8em;
	font-weight: bold;
	padding: 3px 5px 0 0;
    margin-top: 3px;
}

a.trng_title_button
{
    color: #E7E4D7;
    text-decoration: none;
}

a.trng_button:visited, a.trng_button:link
{
    color:#fff;
    text-decoration: none;
}

a.trng_button:visited, a.trng_button:link
{
    color:#fff;
    text-decoration: none;
}

a.trng_title_button:visited, a.trng_title_button:link
{
    color:#E7E4D7;
    text-decoration: none;
}

a.trng_button:hover 
{
    text-decoration: underline;
}

.trng_content
{
    width: 185px;
	padding: 18px 10px 10px 0;
	float: right;
}

.trng_contenthtml
{
    width:100%;
    padding: 10px 10px 10px 10px;
    color:#E7E4D7;
}
 
.trng_img
{
	float: left;
	width: 384px;
	padding-left: 12px;
	padding-top: 18px;
}
  
.trng_img img
{
    border: 1px solid #91908A;
}

.trng_byline
{
    width:400px;
    text-align:left;
    font-size: .9em;
    color: #91908A;
    display:inline-block;
}

/* Used by Carousel Javascript */
.pagination 
{
    position:relative;
    top:-30px;
    right:-450px;
    width:150px;
    text-align:right;
}

.pagination a 
{
    background: url(pager.png) 0 0px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.pagination a.selected 
{
    background-position: -15px 0px;
    cursor: default;
}

.pagination a span 
{
    display :none;   
}

