.jcarousel-container {
	position:absolute;
	width:640px;
	padding:0 30px 0 25px;
	float:left;
	margin:90px 0 0 35px

}

.
.jcarousel-container-horizontal {
    width: 668px;


}


.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-clip-horizontal {
    width:  640px;
    height: 154px;

}



.jcarousel-item {
   width: 194px;
    height: 150px;
	overflow:hidden;
	position:relative;
	margin:0 18px 0 0
}

.jcarousel-item-horizontal {
	margin-left: 0;

}

.jcarousel-item-placeholder {
    
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 80px;
    right: 0px;
    width: 20px;
    height: 48px;
    cursor: pointer;
    background: transparent url(../i/str.png) no-repeat -20px 0;
	margin:-26px 0 0 0
}
 

.jcarousel-prev-horizontal {
    position: absolute;
    top: 80px;
    left: 0px;
   	width: 20px;
    height: 46px;
    cursor: pointer;
    background: transparent url(../i/str.png) no-repeat 0 0;
	margin:-26px 0 0 0
}
 