/* $Id: itemCarousel.css 33621 2010-04-08 11:06:22Z iargent $ */

#item-carrousel{	
	overflow:auto; 
	height:80px;
	width:950px;
	position:relative;
	text-align:center;
}
.jcarousel-skin-cmrg .jcarousel-container-horizontal {
	text-align:center;
}
.jcarousel-skin-cmrg .jcarousel-clip-horizontal { /* images container */
    width:  850px;
    height: 75px;
    margin: 0 50px;
}
.jcarousel-list { /* for display img border */
	height:68px;
}
#item-carrousel img{    
	margin-right: 10px;	
	border:1px solid #ccc;	
}
#item-carrousel img:hover{
    border:2px solid #c0c0c0;	
}
/*
 * arrows
 */
#item-carousel-next {
    position: absolute;
    top: 25px;
    right: 5px;
    width: 32px;
    height: 32px;
    background: transparent url(../../../static/img/rbt/arrows-right-carrousel.gif) no-repeat 0 0;
	cursor:pointer;
}
#item-carousel-next:hover {
    background-position: -32px 0;
}
#item-carousel-next:active {
    background-position: -64px 0;
}
#item-carousel-next.disabled,
#item-carousel-next.disabled:hover,
#item-carousel-next.disabled:active {
    cursor: default;
    background-position: -96px 0;
}

#item-carousel-prev {
    position: absolute;
    top: 25px;
    left: 5px;
    width: 32px;
    height: 32px;
    background: transparent url(../../../static/img/rbt/arrows-left-carrousel.gif) no-repeat 0 0;
	cursor:pointer;
}
#item-carousel-prev:hover {
    background-position: -32px 0;
}
#item-carousel-prev:active {
    background-position: -64px 0;
}

#item-carousel-prev.disabled,
#item-carousel-prev.disabled:hover,
#item-carousel-prev.disabled:active {
    cursor: default;
    background-position: -96px 0;
}
#item-carousel-next.loading{
	background: transparent url(../../../static/img/shared/loader_small.gif) no-repeat 0 0;
}
#item-carousel-prev.loading{
	background: transparent url(../../../static/img/shared/loader_small.gif) no-repeat 0 0;
}


