.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango {
    padding:0;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 670px;
    padding: 0px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 670px;
    height: 220px;
    padding: 0px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  670px;
    height: 220px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  670px;
    height: 220px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 670px;
    height: 220px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
}

.jcarousel-skin-tango .jcarousel-item-vertical {
}

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

/**
 * Additional styles for the controls.
 */
.jcarousel-control {
    text-align:right;
    position:absolute;
    top:188px;
    right:10px;
    z-index:2;
}

.jcarousel-control a {
    width:22px;
    height:22px;
    float:right;
    text-align:center !important;
    font-weight:normal;
    padding: 0px;
    margin: 0 0 0 5px;
    text-decoration:none;
    line-height:22px;
    font-size:14px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
/*
    border-top:1px solid #fff;
    border-right:1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left:1px solid #fff;
    color: #666666;
    background-color: #ffffff;
*/
    border:1px solid #39C;
    color: #fff;
    background-color:#39C;
}

.jcarousel-control a:focus,
.jcarousel-control a:active, .jcarousel-control a.active {
/*
    border: 1px solid #fff;
    color: #eee;
    background-color: #999999;
*/

    color:#39C;
    background-color:#fff;
    outline: none;

}

#mycarousel_playstop {
    margin-left:13px;
}
.mycarousel_play {
/*    background:url(../images/btn_play.gif) -1px -1px;*/
}
.mycarousel_play:hover {
/*    background:url(../images/btn_play_hover.gif) -1px -1px;*/
}
.mycarousel_stop {
/*    background:url(../images/btn_stop.gif) -1px -1px;*/
}
.mycarousel_stop:hover {
/*    background:url(../images/btn_stop_hover.gif) -1px -1px;*/
}

#mycarousel .text {
   position:absolute;
   padding:0 1em;
   color:#000;
   font-family:Arial, Helvetica, sans-serif;
   width:670px;
}
#mycarousel .text h1, #mycarousel .text h2, #mycarousel .text h3,
#mycarousel .text h4, #mycarousel .text h5, #mycarousel .text h6 {
    font-weight:normal;
    color:#fff !important;
    padding:0px;
    margin:0px;
    line-height:0.95em;
}
#mycarousel .text h1 {
    font-size:110px;
    color:white !important;
}
#mycarousel .text h2 {
    font-size:76px;
    color:white !important;
}
#mycarousel .text h3 {
    font-size:32px;
    color:yellow !important;
    font-weight:normal;
}
#mycarousel .text h4 {
    font-size:24px;
    color:yellow !important;
    font-weight:normal;
}
#mycarousel .text h5 {
    font-size:18px;
    font-weight:normal;
}
#mycarousel .text h6 {
    font-size:14px;
    font-weight:normal;
}



#mycarousel .text a {
    text-decoration:none;
    color:#000;
    font-weight:normal;
}
#mycarousel .text a:hover {
    color:#000;    
}



