
/* Carousel Styles */

.jcarousel-skin-tango .jcarousel-container-horizontal {
    margin: .5em auto;
    width: 390px;
    padding: 10px 40px;
	}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  375px;
    height: 130px;
	}
	
/* Direction Buttons */
 
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 0;
    width: 12px;
    height: 25px;
    cursor: pointer;
    background: url(../graphics/arrows_sprite.gif) no-repeat -12px 0;
	}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: url(../graphics/arrows_sprite.gif) no-repeat -12px -25px;
	}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: url(../graphics/arrows_sprite.gif) no-repeat 0 0;
	cursor: pointer;
	height: 25px;
	left: 0;
	position: absolute;
	top: 43px;
    width: 12px;
	}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background: url(../graphics/arrows_sprite.gif) no-repeat 0 -25px;
	}