.jcarousel-skin-tango {
}
.jcarousel-skin-tango .jcarousel-container {
    width:445px;
    height:130px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:445px;
    height:130px;
    padding: 0px;
/*    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(border-radius.htc);*/
}

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

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:445px;
    height:130px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:445px;
    height:130px;
}

.jcarousel-skin-tango .jcarousel-item {
    width:445px;
    height:130px;
}
.jcarousel-skin-tango .jcarousel-item img {
    width:445px;
    height:130px;
    /*margin-top:105px;*/
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(border-radius.htc);
}
.jcarousel-skin-tango .jcarousel-item a.all_link {
    width:445px;
    height:130px;
    display:block;
    z-index:10;
}

.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 {
    margin:5px 0px;
}

.jcarousel-control a {
    width:12px;
    height:12px;
    display:block;
    float:left;
    padding: 0px;
    margin: 3px;
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    behavior: url(border-radius.htc);
    color: #007db6;
    border:2px solid #d4e8f3;
    background-color:#d4e8f3;
    text-decoration:none;
}

.jcarousel-control a:focus,
.jcarousel-control a:active, .jcarousel-control a.active {
    outline: none;
    border:2px solid #106d98;
}

#mycarousel_playstop {
    display:none;
}
.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:#f8ffff !important;
   font-family:Tahoma, Helvetica, Arial, sans-serif;
   overflow:hidden;
}
#mycarousel .text * {
   color:#f8ffff !important;
}
#mycarousel .text a {
    text-decoration: none;
}
#mycarousel .text p {
    padding-right:145px;
    line-height:1.4em;
    font-size:0.9em;
}
#mycarousel .text h1, #mycarousel .text h2, #mycarousel .text h3,
#mycarousel .text h4, #mycarousel .text h5, #mycarousel .text h6 {
}
#mycarousel .text h1 {
    font-size:2em;
    font-weight:bold;
    padding:0px;
    margin:0px;
}
#mycarousel .text h2 {
    font-size:1.9em;
    font-weight:normal;
    padding:0px;
    margin:0px;
}
#mycarousel .text h3 {
    font-weight:normal;
}
#mycarousel .text h4 {
    font-weight:normal;
}
#mycarousel .text h5 {
    font-weight:normal;
}
#mycarousel .text h6 {
    font-weight:normal;
}

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

#mycarousel {
/*
    background:-webkit-gradient(linear, left top, right top, from(#90e0fa), to(#55c5e9), color-stop(1, #55c5e9));
    background:-moz-linear-gradient(left top, #90e0fa, #55c5e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF90E0FA, endColorStr=#FF55C5E9, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF90E0FA, endColorstr=FF55C5E9, GradientType=1)";
*/
/*    background:url(../images/akcii_bg.jpg) no-repeat left top; */
}




