.itcCarousel{
	width: 780px;
	height: 210px;
	position: relative;
}

.itcCarousel a img{
	border:0;
}

.jcarousel-container-horizontal, .jcarousel-clip-horizontal, .jcarousel-list-horizontal{
	width: 780px;
	height: 210px;
}

/*
horizontal buttons
*/
.jcarousel-next-horizontal {
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: 15px;
    height: 13px;
    cursor: pointer;
    background: transparent url(../images/carousel_buttons.gif) no-repeat -85px 0; 
    _background: transparent url(../images/carousel_buttons.gif) no-repeat -85px 2px;
}
.jcarousel-next-horizontal:hover {
    background-position: -85px 0;
}
.jcarousel-next-horizontal:active {
    background-position: -85px 0;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -85px -17px;
}

.jcarousel-prev-horizontal {
    position: absolute;
    bottom: 10px;
    left: 5px;
    width: 15px;
    height: 13px;
    cursor: pointer;
    background: transparent url(../images/carousel_buttons.gif) no-repeat 0 0;
	_background: transparent url(../images/carousel_buttons.gif) no-repeat 0 2px;

}
.jcarousel-prev-horizontal:hover {
    background-position: 0 0;
}
.jcarousel-prev-horizontal:active {
    background-position: 0 0;
}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -17px;
}

/**
 * Additional styles for the controls.
 */
.jcarousel-control {
	position: absolute;
	bottom: 8px;
	left: 30px;
	z-index: 9999;
}

.jcarousel-control a {
    background: transparent url(../images/carousel_buttons.gif) no-repeat -23px 0;
	width: 15px;
	height: 15px;
	display: block;	
	float: left;
}

.jcarousel-control a.selected {
    background: transparent url(../images/carousel_buttons.gif) no-repeat -23px -17px;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}



