.jcarousel-container 
{
    /*position: relative;
	width: 890px;    
	margin: 25px 0 0 0;*/
	
}

/*
.jcarousel-clip-horizontal 
{
    width:  170px;
}
*/

.jcarousel-item 
{
    /*width:  170px;*/
}

.jcarousel-clip 
{
    width: 890px;
	overflow: hidden;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-prev a
{
    position: absolute;
    top: 0px;
    left: -66px;
    width: 36px;
    height: 72px;
    cursor: pointer;
    background: transparent url('prev_out.png') no-repeat left top;	
}

.jcarousel-prev a:hover 
{
	background: transparent url('prev_over.png') no-repeat left top;	
}


.jcarousel-next a
{
    position: absolute;
    top: 0px;
    right: -66px;
    width: 36px;
    height: 72px;
    cursor: pointer;
    background: transparent url('next_out.png') no-repeat left top;	
}

.jcarousel-next a:hover 
{
    background: transparent url('next_over.png') no-repeat left top;	
}


