.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 580px;
	font-size:18px;
	font-weight:bold;
	color:#999;
	margin-top:0px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  580px;
    height: 25px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 580px;
    height: 25px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: -15px;
    width: 10px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
	display:none;
}



.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 10px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
	display:none;
}

.jcarousel-skin-tango li a.selected_yil {color:#000000;text-decoration:none;}
.jcarousel-skin-tango li a {color:#999999;text-decoration:none;}
.jcarousel-skin-tango li a:hover {color:#666666;}


/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .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;
}




.jcarousel-skin-tango .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;
}
