﻿.DC_PrevButton
{
    background-image:url('../../images/divcarousel/back.png');
}
.DC_NextButton
{
        background-image:url('../../images/divcarousel/forwards.png');
}
.DC_PauseButton
{
        background-image:url('../../images/divcarousel/Radio_Pause_Thin.png');
}
.DC_PlayButton
{
        background-image:url('../../images/divcarousel/play.png');
}
.DC_InactiveButton
{
        background-image:url('../../images/divcarousel/Radio_Clear.png');
}
.DC_ActiveButton
{
        background-image:url('../../images/divcarousel/Radio_Black.png');
}
.DC_HoverButton
{
        background-image:url('../../images/divcarousel/Radio_Hover.png');
}

.CarouselNotifications
{
     cursor:pointer;
     margin-left: 2px;
         height:16px;
    width:16px;
    float:left;
}
#Carousel{width: 410px;margin-left: 150px;}
#Carousel ul li {list-style-type:none;}
#CarouselNotification_Next
{
     margin-left: 2px;
         height:16px;
    width:16px;
    float:left;
}
#CarouselNotificationsContainder
{
    margin:0 auto;
        height:16px;
    width:16px;
}
.CarouselNotificationFunction
{
    cursor:pointer;
    float:left;
             height:16px;
    width:16px;
}
.CarouselNotifications, .CarouselNotificationFunction
{
    margin-top:4px;
}
#CarouselMenu{display:none;}
.CarouselMenuHidden .CarouselNotifications, .CarouselMenuHidden .CarouselNotificationFunction
{
 margin-top:-4px;
    
}
.CarouselMenuHidden
{
    background: rgba(255, 255, 255, 0.8);
    display:none;
    position:absolute;
    width:100px;
    height:16px;
    padding-top:10px;
    width:598px;
    margin-left:1px;
    margin-top:-9px;
}

