.jcarousel-skin-ie7 .jcarousel-container {
    -moz-border-radius: 0px;
    border: 0px;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
	width:490px;
	height:77px;
	padding-top:5px;
	padding-left:25px;
	align: left;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 115px;
    height: 77px;
    border: 1px solid #fff;
}

.jcarousel-skin-ie7 .jcarousel-item:hover {
    
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
	position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
	top: 30px;
	left: 520px;
    background: transparent url(../images/homepage/rightarr.gif) no-repeat 50% 50%;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {

}


.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
	position: absolute;
    cursor: default;
	top: 30px;
	left: 520px;
	width: 16px;
    height: 16px;
    background: transparent url(../images/homepage/rightarrgrey.gif) no-repeat 50% 50%;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
	position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
	top: 30px;
	left: 1px;
    background: transparent url(../images/homepage/leftarr.gif) no-repeat 50% 50%;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {

}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
	position: absolute;
    width: 16px;
    height: 16px;
	cursor: default;
	top: 30px;
	left: 1px;
    background: transparent url(../images/homepage/leftarrgrey.gif) no-repeat 50% 50%;
}
