.yui-carousel{
visibility:hidden;
overflow:hidden;
position:relative;
text-align:left;
}
.yui-carousel.yui-carousel-visible{
visibility:visible;
}
.yui-carousel-content{
overflow:hidden;
position:relative;
}
.yui-carousel-element{
margin:0;
overflow:hidden;
padding:0;
position:relative;
z-index:1;
width:32000px;
}
.yui-carousel-element li{
-moz-box-sizing:content-box;
width:125px;
border:5px solid #ccc;
float:left;
list-style:none;
margin:3px;
overflow:hidden;
padding:0;
text-align:center;
*float:none;
*display:inline-block;
*zoom:1;
*display:inline;
}
.yui-carousel .yui-carousel-item-selected{ 
width:125px;
padding:4px;
border:1px dashed #eee;
}
.yui-carousel-nav{
display:none;
}
.yui-carousel-button-focus{
outline:1px dotted #000;
}
.yui-skin-sam .yui-carousel{
/*border:1px solid #808080;*/
}
.yui-skin-sam .yui-carousel-button{
background:url(../i/carouselNext.png) no-repeat;
float:right;
height:71px;
overflow:hidden;
width:19px;
cursor:pointer;
}
.yui-carousel-button:Hover{
background:url(../i/carouselNextActive.png) no-repeat;
}
.yui-carousel-button-disabled{
background:url(../i/carouselNextActive.png) no-repeat;
cursor:default;
}
.yui-carousel-button-disabled:Hover{
background:url(../i/carouselNext.png) no-repeat;
cursor:default;
}
.yui-carousel-first-button:Hover{
background:url(../i/carouselPrevActive.png) no-repeat;
}
.yui-carousel-first-button-disabled, .yui-carousel-first-button-disabled:Hover{
background:url(../i/carouselPrev.png) no-repeat;
cursor:default;
}
.yui-carousel-first-button{
background:url(../i/carouselPrev.png) no-repeat;
height:71px;
overflow:hidden;
width:19px;
cursor:pointer;
}