#wrap {height:223px; margin: 0 auto 0 auto; text-align: left; width:974px;}
.jcarousel-skin-ie7 .jcarousel-container {font-family:"Segoe UI", Tahoma, Arial, Helvetica, sans-serif; }
.jcarousel-skin-ie7 .jcarousel-container-horizontal {width:880px; padding: 23px 47px 0 47px; height:200px;}
.jcarousel-skin-ie7 .jcarousel-clip-horizontal {width:880px; height:200px;}

.jcarousel-skin-ie7 .jcarousel-item {width:220px; height:200px; text-align:left; }
.jcarousel-skin-ie7 .jcarousel-item-horizontal {margin-right:0px; float:left;}


/* Horizontal Buttons*/
.jcarousel-skin-ie7 .jcarousel-next-horizontal {position: absolute; top:0; right:0; width:47px; height:223px; cursor: pointer; background: url(../images/slider_next_blue.jpg) no-repeat 0 0;}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {background-position:0;}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {background-position:0;}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal {position: absolute; top:0; left:0; width:47px; height:223px; cursor: pointer; background: url(../images/slider_prev_blue.jpg) no-repeat 0 0;}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover { background-position:0;}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {background-position:0;}


/* This <div> element is wrapped by jCarousel around the list and has the classname "jcarousel-container".*/
.jcarousel-container {position: relative;}
.jcarousel-clip {z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative;}
.jcarousel-list {z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0;}

/* We set the width/height explicitly. No width/height causes infinite loops. */
.jcarousel-list li, .jcarousel-item {float: left; list-style: none; width:220px; height:200px;}

