/* Tiny Carousel */
#carouselBlock { height: 150%; //height: 125px; overflow:hidden; padding: 0 0 10px; margin-left: 5px; width: 100%; }
#carouselBlock .viewport { float: left; width: 80%; height: 125px; overflow: hidden; position: relative; }
/* #carouselBlock .buttons { background:url("/images/system/buttons.png") no-repeat scroll 0 0 transparent; display: block; margin: 30px 10px 0 0; background-position: 0 -38px; text-indent: -999em; float: left; width: 39px; height: 37px; overflow: hidden; position: relative; } */
#carouselBlock .buttons { background:url("/images/system/buttons_new.png") no-repeat scroll 0 0 transparent; display: block; margin: 30px 10px 0 0; background-position: 0 -60px; text-indent: -999em; float: left; width: 69px; height: 60px; overflow: hidden; position: relative; }
#carouselBlock .next { background-position: 0 0; margin: 30px 0 0 10px;  }
#carouselBlock .disable { visibility: hidden; }
#carouselBlock .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 225px; left: 0 top: 0; }
#carouselBlock .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 121px; border: 1px solid #dcdcdc; width: 225px; cursor: pointer;}
