
/* rotating image setup classes  */
.demoImage
{
    position: relative;
    width: 700px;
    padding-left:5px;
    margin-top: -5px;
}
.demoImage .image
{
    position: relative;
}
.demoImage .caption
{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.demoImage .contnet
{
    position: relative;
    padding: 8px 20px;
    color: #fff;
}
.demoImage .captionBG
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #333;
    -moz-opacity: .80;
    filter: alpha(opacity=80);
    opacity: .80;
}
.demoImage .title
{
    font-size: 18px;
    line-height: 18px;
}
.demoImage .description
{
    font-size: 14px;
    line-height: 18px;
}

/* rotation Links */
.rotateLinks
{
    position: relative;
    border: solid 1px #ccc;
    background-color: #efede6;
    text-align: right;
}
.rotateLinks .content
{
    position: relative;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: bold;
}
.demoImage .rotateLinks .content
{
    font-size: 18px;
}
.row.rotate .rotateLinks
{
    width: 700px;
    border-top: none;
}
.row.rotate .rotateLinks .content
{
    font-size: 14px;
}

#wrapperDemoImage ul
{
    list-style-type: none;
    margin-bottom: 10px;
}

#copyright
{
    margin-top: 60px;
    border-top: solid 1px #d9d7cf;
    background: transparent url(../img/bg_Copyright.gif) repeat-x scroll;
    text-align: center;
    padding: 14px 20px 40px;
    padding: 14px 20px 40px;
    font-weight: bold;
}

img
{  border-style: none;
}