@charset "utf-8";
/* CSS Document */

.event_container { position: relative; }
.event_clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; }
.event_list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0; }
.event_list li, .event_item { float: left; list-style: none; /* We set the width/height explicitly. No width/height causes infinite loops. */ width: 225px; height: 134px; }
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.event_next { z-index: 2; display: none; }
.event_previous { z-index: 2; display: none; }
.event_style .event_container { background: #e6e6e6; }
.event_style .event_container-vertical { width: 225px; height: 134px; padding: 0; margin-top: 20px; }
.event_style .event_clip-vertical { width:  300px; height: 305px; }
.event_style .event_item { width: 235px; height: 134px; }
.event_style .event_item-vertical { margin-bottom: 20px; }
.event_style .event_item-placeholder { background: #e6e6e6; color: #000; }
/*  Vertical Buttons */
.event_style .event_next-vertical { position: absolute; top: 295px; left: 129px; width: 29px; height: 20px; cursor: pointer; background: transparent url(../images/arrow_down.gif) no-repeat 0 0; margin: 0 auto; }
/*	.event_style .event_next-vertical:hover {
		background-position: 0 -32px;
	}*/

.event_style .event_next-vertical:active { background-position: 0 -64px; }
.event_style .event_next-disabled-vertical, .event_style .event_next-disabled-vertical:hover, .event_style .event_next-disabled-vertical:active { cursor: default; background-position: 0 -96px; }
.event_style .event_previous-vertical { position: absolute; top: -18px; left: 129px; width: 29px; height: 20px; cursor: pointer; background: transparent url(../images/arrow_up.gif) no-repeat 0 0; }
/*.event_style .event_previous-vertical:hover {
    background-position: 0 -32px;
}*/

.event_style .event_previous-vertical:active { background-position: 0 -64px; }
.event_style .event_previous-disabled-vertical, .event_style .event_previous-disabled-vertical:hover, .event_style .event_previous-disabled-vertical:active { cursor: default; background-position: 0 -96px; }