.jcarousel-clip.jcarousel-clip-horizontal {
display:none;
}

#ticker #ticker-windows ul li {
    margin-left: 5px;
    width: 170px;
}

#ticker #ticker-windows ul li div.ticker-item-status {
width: 155px;
}

#ticker #ticker-windows ul li div.ticker-item-standing {
width: 155px;
	}
#ticker-windows div.ticker-item div.home-team-name, #ticker-windows div.ticker-item div.away-team-name{
	width: 145px;
}
#ticker #ticker-windows{
	height: 100px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal{
	height: 100px;
}

.jcarousel-skin-tango .jcarousel-item{
	height: 100px
}

#ticker #ticker-windows ul li div.ticker-item-status{
	height: 30px;
}
#ticker #ticker-windows .jcarousel-prev-horizontal, #ticker #ticker-windows .jcarousel-next-horizontal{
	top: 36px;
}


/*start for slideshow ramadhan*/
.callbacks {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.callbacks li {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.callbacks img {
    border: 0 none;
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
.callbacks_nav {
    
    height: 61px;
    left: 0;
    margin-top: -45px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 75%;
    width: 38px;
    z-index: 3;
}
.callbacks_nav.prev {
   background: transparent url("../images/prev-horizontal.png") no-repeat scroll left top;
 
}
.callbacks_nav.next {
    background: transparent url("../images/next-horizontal.png") no-repeat scroll left top;
    background-position: right top;
    left: auto;
    right: 0;
}
#ticker #ticker-windows {
    height: 135px;
    overflow: hidden;
    position: relative;
    width: 970px;
}
#ticker #ticker-windows ul li {
    margin-left: 10px;
    width: 100% !important;
    margin-top: 8px;
}	

/*end for slideshow ramadhan*/