
div#homeCarouselContainer { clear:both; float:left; padding-left:40px; height:200px; overflow:hidden; margin-top:45px; }

ul#homeCarousel { clear:both; float:left; width:620px; height:200px; }
ul#homeCarousel li { clear:both; float:left; width:620px; height:200px; font-family:'Bliss ExtraLight', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif; font-size-adjust:0.47; font-weight:100; font-style:normal;;font-size:2.2em;line-height:1.8em;margin:0px; }
ul#homeCarousel li div.text { clear:both; float:left; width:620px; height:200px; }
ul#homeCarousel li p {line-height:1.2em;}
ul#homeCarousel li div.imgSurround img {border:0px;}
ul#homeCarousel li div.imgSurround .trim {display:none;}

ul#homeCarousel li a { color:#707a7f;}
ul#homeCarousel li a:hover {color:#fff;}

div#imgCarouselContainer { clear:both; float:left; width:529px; height:400px; position:absolute;}
ul#imgCarousel { clear:both; float:left; width:529px; height:400px; padding:0px; margin:0px; }
ul#imgCarousel li { clear:none; float:left; width:529px; height:400px; padding:0px; margin:0px; }

/**/
.jcarousel-container {
/*    -moz-border-radius: 10px; */
/*    background: #F0F6F9; */
/*    border: 1px solid #346F97; */
}

.jcarousel-direction-rtl { direction: rtl; }

/* HORIZONTAL */
.jcarousel-container-horizontal { width: 529px; height:400px; padding:0px 0px;  float:left;  clear:none;}
.jcarousel-clip-horizontal {  width: 529px;  height: 400px; }
.jcarousel-item-horizontal {  margin-left: 0; margin-right: 0px; }
.jcarousel-direction-rtl
.jcarousel-item-horizontal { margin-left: 0px; margin-right: 0; }

/* VERTICAL  */
.jcarousel-container-vertical { width: 620px; height: 200px; float:left;  clear:none; }
.jcarousel-clip-vertical { width:  620px;  height: 200px; }
.jcarousel-item { width: 620px;  height: 200px;}
.jcarousel-item-vertical { padding-bottom:10px;  }
.jcarousel-item-placeholder { background: #fff; color: #000; }

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal { position: absolute; top:190px; right:5px; width:28px; height:28px; cursor:pointer; background:transparent url('images/sprite-carousel-left-right.png') no-repeat -28px 0;}

.jcarousel-direction-rtl .jcarousel-next-horizontal { left: 5px; right: auto; background-image: url('images/sprite-carousel-left-right.png'); }
.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:active { background-position: -28px -28px; }
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -28px -56px; }

.jcarousel-prev-horizontal { position: absolute; top:190px; left: 5px; width:28px; height:28px; cursor: pointer; background: transparent url('images/sprite-carousel-left-right.png') no-repeat 0px 0; }
.jcarousel-direction-rtl .jcarousel-prev-horizontal { left: auto; right: 5px; background-image: url('images/sprite-carousel-left-right.png'); }

.jcarousel-prev-horizontal:hover,
.jcarousel-prev-horizontal:active { background-position: 0px -28px; }
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: 0px -56px; }

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical { position:absolute; bottom:75px; left:-40px; width:17px; height:10px; cursor:pointer; background:transparent url('images/sprite-carousel-up-down.png') no-repeat -20px 0; }
.jcarousel-next-vertical:hover,
.jcarousel-next-vertical:active {  background-position: -20px -12px; }
.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active { cursor: default; background-position: -20px -24px; }

.jcarousel-prev-vertical { position: absolute;top: 45px; left:-40px; width:17px; height:10px; cursor: pointer; background:transparent url('images/sprite-carousel-up-down.png') no-repeat -1px 0; }
.jcarousel-prev-vertical:hover,
.jcarousel-prev-vertical:active { background-position: -1px -12px; }
.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active { cursor: default; background-position: -1px -24px; }


