@charset "utf-8";
/* CSS Document */


/**
  jCarousel core stylesheet
 */
@import url(lib/jquery.jcarousel.css);
/**
  jCarousel skin stylesheet
 */
@import url(skins/tango/skin.css);


/**
 * Overwrite for having a carousel with dynamic width.
 */
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 88%;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 100%;
}
