#divCarouselBorder
{
    position: relative;
    float:left;
    margin: 10px 0px;
    padding: 10px;
    width: 600px;
	height: 460px;
    background-color: #e1e1e1;
}
#divCarouselViewPort
{
    position: relative;
	width: 600px;
	height: 460px;
	overflow: hidden;
}
#divCarouselContainer
{
    position: absolute;
}
#imgVisible, #imgInvisible
{
    width: 600px;
    height: 460px;
    filter:progid:DXImageTransform.Microsoft.Slide(slideStyle='PUSH', bands=1);
}
#imgPrevious, #imgNext 
{
    position: absolute;
    top: 215px;
}
#imgPrevious
{
    left: 0px;
}
#imgNext
{
    right: 0px;
}
.hidden 
{
    visibility: hidden;
    border: none;
}
.visible
{
    visibility: visible;
    border: none;
}
#BannerBottomContainer
{
    margin:0;
    padding: 10px 0px;
    width:990px;
    height:77px;
}
.BannerBottom
{
    cursor:pointer;
    float:left;
    margin-right:8px;
    width: 156px;
    height:77px;
    border:solid 1px #fff;
    border-top:none;
    -webkit-box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -ms-box-shadow: 0px 0px 5px #888;
    -o-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius:2px;
    position:relative;
    behavior: url('/Include/PIE.htc')
}
.BannerBottom .Image
{
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left:10px;
    width: 130px;
    height: 150px;
    float:left;
}
.BannerBottom .ImageOnly
{
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    width: 157px;
    height: 77px;
    float:left;
}
.BannerBottom .Text 
{
    position: relative;
    float:right;
    width:145px;
    height:150px;
    margin-right:10px;
}
.BannerBottom .TextOnly,.BannerBottom .TextOnlyLinkBanner
{
    position:relative;
    background: url('/Images/banner-l.png') no-repeat left top, 
                url('/Images/banner-r.png') no-repeat right top, 
                url('/Images/banner-c.png') repeat-x center center;
    -pie-background: url('/Images/banner-l.png') no-repeat left top, 
                    url('/Images/banner-r.png') no-repeat right top, 
                    url('/Images/banner-c.png') repeat-x center center;
    width: 130px;
    height: 51px;
    float:left;
    cursor: auto;
    position:relative;
    behavior: url('/Include/PIE.htc');
    padding:13px 15px;
    line-height:17px;
}
.BannerBottom .TextOnlyLinkBanner
{
	padding:6px 15px 13px 15px;
	height: 58px;
	line-height:13px;
}
.BannerBottom .TextOnly a,.BannerBottom .TextOnlyLinkBanner a {
    text-decoration:none;
}
.BannerBottom .TextOnlyLinkBanner a
{
	line-height:13px;
}
.BannerBottom .TextOnly a.arrow ,.BannerBottom .TextOnlyLinkBanner a.arrow {
    padding-left:13px;
    background:url('/Images/arrow-black.png') no-repeat left center;
}
.BannerBottom .TextOnly a:hover, .BannerBottom .TextOnlyLinkBanner a:hover
{
    text-decoration:underline;
}
.BannerBottom.Contact 
{
    width: 306px;
    float:right;
    margin-right:0px;
    cursor:auto;
}
.BannerBottom.Contact .TextOnly
{
    padding:5px 2px 5px 10px;
    height:67px;
    line-height:13px;
    width: 148px;
}
.BannerBottom.Contact .Left 
{
    background: url('/Images/banner-l.png') no-repeat left top, 
                url('/Images/banner-c.png') repeat-x center center;
    -pie-background: url('/Images/banner-l.png') no-repeat left top, 
                    url('/Images/banner-c.png') repeat-x center center;
    border:none;
    behavior: url('/Include/PIE.htc');
    position:relative;  
    width: 134px;
}
.BannerBottom.Contact .Right 
{
    background: url('/Images/banner-line.png') no-repeat left top, 
                url('/Images/banner-r.png') no-repeat right top, 
                url('/Images/banner-c.png') repeat-x center center;
    -pie-background: url('/Images/banner-line.png') no-repeat left top, 
                    url('/Images/banner-r.png') no-repeat right top, 
                    url('/Images/banner-c.png') repeat-x center center; 
    behavior: url('/Include/PIE.htc');   
    position:relative;  
}
.BannerBottom.Contact .TextOnly span
{
    text-transform:uppercase;
    color:#87888a;
}
