.cot .jcarousel-container {
    -moz-border-radius: 10px;    
}

.cot .jcarousel-container-horizontal {
    width: 619px;
    height:113px;
}

.cot .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.cot .jcarousel-clip-horizontal {
    width:  560px;
    height: 113px;
    overflow:hidden;
}

.cot .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.cot .jcarousel-item
{
    width: 112px;
    height: 113px;
}

.cot .jcarousel-item-horizontal {
    margin-right: 0px;
}

.cot .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.cot .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.cot .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: -5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/Home/Images/next-horizontal.gif) no-repeat 0 0;
}

.cot .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.cot .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.cot .jcarousel-next-disabled-horizontal,
.cot .jcarousel-next-disabled-horizontal:hover,
.cot .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.cot .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: -5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/Home/Images/prev-horizontal.gif) no-repeat 0 0;
}

.cot .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.cot .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.cot .jcarousel-prev-disabled-horizontal,
.cot .jcarousel-prev-disabled-horizontal:hover,
.cot .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.cot .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.cot .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.cot .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.cot .jcarousel-next-disabled-vertical,
.cot .jcarousel-next-disabled-vertical:hover,
.cot .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.cot .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.cot .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.cot .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.cot .jcarousel-prev-disabled-vertical,
.cot .jcarousel-prev-disabled-vertical:hover,
.cot .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin-top:10px;
    margin-left:30px;
    margin-right:30px;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
.jcarousel-list li a img
{
    border:0px;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-list li .TickerNewsImage img
{
    border: 1px solid #ebebeb;
    padding:1px;
}
.jcarousel-list li .TickerNewsImage 
{
    text-align:center;
}
.jcarousel-list li .TickerNewsHeadline
{
    padding-left:10px;
    line-height:16px;
    overflow:hidden;
}
.jcarousel-list li .TickerNewsHeadline a
{
    font-family: Tahoma;
    font-size: 11px;
    color: #454444;    
}
.cot
{
    _margin-top:10px;    
    margin-top:10px;    
}