/*--Events Slider on Homepage and Flash*/
#home_top_left_slideshow {
	width: 675px;
	height: 210px;
	border: 1px solid #6b6b6b;
	margin:0 0 0px 10px;
	overflow:hidden;
	float:left;
	display:inline;
}
ul#slide_show_1, ul#slide_show_1 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slide_show_1 .innerfade {
	display: none;
}

.home_top_left_events_slider {
	float: left;
	border: #6B6B6B;
	margin:0 0 0 3px;
}
.event_slider_thumb {
	height: 96px;
	width:100px;
}
.home_top_left_events {
	width: 675px;
	height: 102px;
	margin:0 0 0 10px;
	overflow: hidden;
	float:right;
}
.home_top_left_events ul {margin: 0; padding:0; list-style:none;}
.home_top_left_events li {margin: 0; padding:0; display:inline;}
.home_top_left_events li a {display:inline;}


.next, .prev {margin:0; padding:0; float:left; cursor:pointer;}
.next {float:right; clear:none;}

.rrr_vp_guestlist_image {
	margin:30px 10px 0 10px;
	float:left;
	width:181px;
	}
.event_slider_mon, .event_slider_tue, .event_slider_wed, .event_slider_thu, .event_slider_fri, .event_slider_sat, .event_slider_sun { 
	margin: 5px;
	border: 1px solid #6B6B6B;
}

.event_slider_mon {background:#000 url('/images/events_slider_bgmon.gif') no-repeat right top;}
.event_slider_tue {background:#000 url('/images/events_slider_bgtue.gif') no-repeat right top;}
.event_slider_wed {background:#000 url('/images/events_slider_bgwed.gif') no-repeat right top;}
.event_slider_thu {background:#000 url('/images/events_slider_bgthur.gif') no-repeat right top;}
.event_slider_fri {background:#000 url('/images/events_slider_bgfri.gif') no-repeat right top;}
.event_slider_sat {background:#000 url('/images/events_slider_bgsat.gif') no-repeat right top;}
.event_slider_sun {background:#000 url('/images/events_slider_bgsun.gif') no-repeat right top;}

ul#home_event_slider {
	height:102px;
	overflow:hidden;
	}

.jcarousel-container {
	background: transparent;
	position: relative;
	border: none;
	overflow:hidden;
}

.jcarousel-container-horizontal {
	width: 700px;
	padding: 10px 20px;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-clip-horizontal {
	width: 690px;
	height: 102px;
}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 125px;
	height: 92px;
}

.jcarousel-item-horizontal {
	margin-right: 10px;
}

.jcarousel-item-placeholder {
	background: #000;
	color: #666;
}

.jcarousel-next-horizontal {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 24px;
	height: 42px;
	cursor: pointer;
	background: transparent url(/images/events_slider_rtarrow.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 24px;
	height: 42px;
	cursor: pointer;
	background: transparent url(/images/events_slider_lftarrow.gif) no-repeat 0 0;
}


