.jcarousel-skin-tango .jcarousel-container {
    /**-moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

/** Outer Container */
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 650px;  
    height: 250px;
}
/** each item in container */
.jcarousel-skin-tango .jcarousel-item {
    width: 650px;
    height: 250px;
}


.node-carousel-text {
    opacity: 0.8;
    filter: alpha(opacity = '80');
    background: #333333;
    position: relative;
    top: -256px;
    left: 410px;
    width: 200px;
    height: 250px;
    padding: 20px;
    margin: 0px;
}

#mycarousel h2 a {
	opacity: 1.0;
    filter: alpha(opacity = '100');
    font-family: "Trebuchet MS", arial, sans-serif;
    color: #99cc33 !important;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
	text-decoration:none;
}

#mycarousel p {
    opacity: 1.0;
    filter: alpha(opacity = '100');
    color: #ffffff;
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 12px;
}

#mycarousel a.readmore,#mycarousel a.readmore:link,#mycarousel a.readmore:visited  {
    color: #669933 !important;
    opacity: 1.0;
    filter: alpha(opacity = '100');
}
ul.index_control_list {
    padding:4px 0px 5px 0px;
    margin: 0px;
    background-color: #333333;

    position:relative;
    top:-25px;
    left: 410px;
    list-style-type:none;
    height:16px;
    line-height: 16px;
    z-index:5;
}

li.index_control_item.visible {
  font-weight: bold;
}
ul.index_control_list li {
    text-align: center;
    cursor: pointer;
    display: inline;
    width: 30px;
    height: 16px;
    float: left;
    margin:0px 3px 0px 4px;
    padding:0px 5px;
}

ul.index_control_list li.visible {
    border: #669933 1px solid;
}

ul.index_control_list li span.index_control {
    font-size: 12px;
    color: white;
    cursor: pointer;
}

ul.index_control_list li.visible span.index_control {
    font-weight: bold;
    cursor: pointer;
}

ul.jcarousel_target {
    margin: 0px;
    padding: 0px;
}

ul.jcarousel_target li {
    position: relative;
    z-index: 0;
    width: 650px;
    height: 250px;
    padding: 0px;
    margin: 0px;
    background: none;
    list-style-type: none;
}

div.jcarousel_waiting {
    position: absolute;
    left: -4500px;
}
