.cc_widget_tubefeed {
    float:left;
    margin-top: 10px;
    background: transparent url(/images/upcoming-body.jpg) repeat-y scroll 0 0;
}

.cc_widget_tubefeed a:link,
.cc_widget_tubefeed a:visited,
.cc_widget_tubefeed a:active,
.cc_widget_tubefeed a:hover {
    color: #ED0080;
}


.cc_widget_tubefeed .disclaimer {
    padding:5px 20px;
    text-align: right;
}

.cc_widget_tubefeed_header {
    color:#FFFFFF;
    font-weight:normal;
    height:25px;
    width:220px;
    margin:0;
    padding:10px 0 0 10px;
    position:relative;
    background: url(/images/upcoming-header.jpg) no-repeat scroll 0 0;
}

.cc_widget_tubefeed_footer {
    background:transparent url(/images/upcoming-footer.jpg) no-repeat scroll 100% 100%;
    font-size:0;
    height:11px;
    width:220px;
}

.cc_widget_tubefeed_header h2 {
    font-size:1.3em;
    margin:0;
}

.cc_widget_tubefeed_header h2 a:link,
.cc_widget_tubefeed_header h2 a:visited,
.cc_widget_tubefeed_header h2 a:active,
.cc_widget_tubefeed_header h2 a:hover{
    color: #fff;
    font-weight:normal;
}

.cc_widget_tubefeed img {
    float:left;
    width: 80px;
    height: 55px;
    margin-right: 10px;
}

.cc_widget_tubefeed h3 {
    color:#ed0080;
    font-size:9pt;
    margin:0;
}

.cc_widget_tubefeed h3 a:link,
.cc_widget_tubefeed h3 a:visited,
.cc_widget_tubefeed h3 a:active,
.cc_widget_tubefeed h3 a:hover {
    color: #ED0080;
}

.cc_widget_tubefeed p {
    color:#000;
    font-size:8pt;
    margin-top:2px;
}

.jcarousel-container {
    background: transparent url(/images/upcoming-body.jpg) repeat-y scroll 0 0;
}

.jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-container-vertical {
    width: 200px;
    height: 124px;
    padding: 20px 10px;
}

.jcarousel-clip-horizontal {
    width:  245px;
    height: 134px;
}

.jcarousel-clip-vertical {
    width: 200px;
    height: 120px;
}

.jcarousel-item {
    width: 198px !important;
    height: 55px !important;
}

.jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 48%;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: transparent url(/images/staff_arrow_down.gif) no-repeat 0 0;
}

/*.jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}*/

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 48%;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: transparent url(/images/staff_arrow_up.gif) no-repeat 0 0;
}

/*.jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}*/

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

