﻿.divCarouselEdit
{
    border: none;
    padding: 15px 5px;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    font-variant: small-caps;
    color: #CCCCCC;
    width: 468px;
    height: 180px;
    background: black none;
}
.divCarouselWrapper
{
    width: 560px;
    height: 290px;
    background: #85a4c3 url(../Images/blue-bg.png) repeat scroll 0 0;
    color: White;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.divCarouselWrapper h2
{
    background: transparent none;
    color: White;
    padding: 6px 0px 7px 15px;
    margin: 0px;
    font-weight: bold;
    font-size: 1.3em;
}
.divCarouselWrapper .divCarouselContent
{
    background: #85a4c3 url(../Images/lightblue-bg.png) repeat scroll 0 0;
    position: relative;
    width: 560px;
    height: 155px;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}
.divCarouselWrapper .divFlashWrapper
{
    width: 478px;
    height: 210px;
    border: solid 5px white;
    position: absolute;
    left: 35px;
    top: 10px;
}
