﻿/**************************
    BANNER
**************************/
.bannerLeftTorch 
{
    float: left;
    width: 135px;
    background: transparent url("../Images/MasterPage/TitleBanner/LeftTorchPlaque.gif") top right no-repeat; 
    height: 168px;
}

.bannerRightTorch 
{
    float: right; 
    width: 135px;
    background: transparent url("../Images/MasterPage/TitleBanner/RightTorchPlaque.gif") top left no-repeat;
    height: 168px;
}
        
.bannerCenterExpSectionC 
{
	position: relative;
	background: transparent url("../Images/MasterPage/TitleBanner/Connector.gif") top left repeat-x;
	background-position: top left;
    height: 168px;
    margin-right: 135px; 
	margin-left: 135px; 
}

.bannerCenterExpSectionTP 
{
	position: relative;
	background: transparent url("../Images/MasterPage/TitleBanner/TitlePlaque.gif") center no-repeat;
	background-position: center center;
    height: 168px;
    margin-right: 0px; 
	margin-left: 0px; 
}

.bannerCenterLeft
{
	float: left;
	background-color: transparent;
	height: 168px;
	width: 48%;
	overflow: hidden;
}

.bannerLeftSpacer
{
	float: left;
	width: 4%;
	height: 168px;
	background: transparent url("../Images/MasterPage/TitleBanner/LeftRidge-AniFrame.gif") no-repeat top right; 
}

.bannerLeftPlaque
{
	float: right;
	width:170px;
	height: 168px;
	background: transparent url("../Images/MasterPage/TitleBanner/RightRidge-AniFrame.gif") no-repeat top left;
}

.bannerLeftScrollWrap
{
	background-color: transparent;
	height: 168px;
	overflow: hidden;
}

.bannerScrollFrame
{
	background-color: transparent;
	height: 82px;
	overflow:hidden;
}

.bannerCenterRight
{
	float: right;
	background-color: transparent;
	height: 168px;
	width: 48%;
	overflow: hidden;
}

.bannerRightSpacer
{
	float: right;
	width: 4%;
	height: 168px;
	background: transparent url("../Images/MasterPage/TitleBanner/RightRidge-AniFrame.gif") no-repeat top left;
}

.bannerRightPlaque
{
	float: left;
	width: 170px;
	height: 168px;
	background: transparent url("../Images/MasterPage/TitleBanner/LeftRidge-AniFrame.gif") no-repeat top right;
}

.bannerRightScrollWrap
{
	background-color:  transparent;
	height: 168px;
	overflow: hidden;
}

.bannerScrollTopSpacer
{
	height: 45px;
	width: 20px;
	background-color: transparent;
}





