.jcarousel-skin-ie7 .jcarousel-container { background: transparent;}
.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 150px;
	margin-left:25px;/*
	padding-right:5px;*/
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
  

	margin-left:2px;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  583px;
    height: 150px;
	margin-left:15px;
	text-align:center;
	display:block;

}


.jcarousel-skin-ie7 .jcarousel-item {

    width: 147px;
    height: 145px;
	text-align:center;
}



/*Horizontal Buttons */

.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
	right: -470px;
    *right: -23px;
    width: 17px;
    height: 20px;
    cursor: pointer;
	margin-top:60px;

	background: transparent url(../Images/arrow_previous.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background: transparent url(../Images/arrow_previous.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background: transparent url(../Images/arrow_previous.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../Images/arrow_previous.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    left: -2px;
    width: 17px;
    height: 20px;
    cursor: pointer;
	margin-top:60px;
	padding-left:0px;
    background: transparent url(../Images/arrow_next.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
     background: transparent url(../Images/arrow_next.png) no-repeat 0 0;
   /*   wrap: circular;
	//  scroll:1;
	  auto:true;*/
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background: transparent url(../Images/arrow_next.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
     background: transparent url(../Images/arrow_next.png) no-repeat 0 0;
}

