

/* scroller */	
#tg-list-wrapper {
	position:absolute; z-index:1;
	top:32px; 
	bottom:50px; 
	left:0;
	width:100%;
	overflow:auto;
}	


.tg-list-events {
	position:absolute; 
	z-index:1;

	/*	-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	padding:0;
}


.tg-list-events .list-ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}


.jspVerticalBar {
	z-index:100;
}

.tg-list-li.timeglider-timeline-event {
	position:relative;
	overflow:hidden;
	clear:both;
	margin:0;
	padding:4px;
	border-top:1px solid white;
	border-bottom:1px solid #ccc;
	z-index:1;
	width:100%;
}


.tg-list-li .tg-event-list-icon {
	position:relative;
	width:24px;
	float:left;
	margin-left:4px;
	text-align:center;
}

.tg-list-li .tg-event-list-icon img {
	width:16px;
	height:auto;
	margin-top:7px;
}

.tg-list-li .timeglider-event-title {
	position:relative;
	font-size:20px;
	color:#181613;
	margin-right:40px;
	margin-left:32px;
}

.tg-list-li  .tg-list-blurb {
	margin-right:40px;
	margin-left:32px;
	font-size:14px;
	color:#2f2c28;
	clear:both;
}

.tg-list-li  .tg-list-blurb img {
	display:none;
}

.tg-event-list-img {
	float:right;
	overflow:hidden;
	margin-right:16px;
}

.tg-event-list-img img {
	width:auto;
	height:30px;
}

.tg-list-open-details {
	width:32px;
	float:right;
	height:24px;
	margin-top:0;
	margin-right:2px;
}

.tg-list-details {
	float:left;
	width:300px;
	background-color:pink;
	height:500px;
}

.tg-list-dateline {
	font-size:11px;
	margin-left:28px;
	width:200px;
}

.timeglider-dateline-startdate {
	color:#5e6a21;
}

#timeglider-footer {
	position:fixed; 
	z-index:2;
	bottom:0; left:0;
	width:100%;
	height:48px;
	background-color:#222;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.02, #666), color-stop(1, #222));
	background-image:-moz-linear-gradient(top, #999, #666 2%, #222);
	background-image:-o-linear-gradient(top, #999, #666 2%, #222);
	padding:0;
	border-top:1px solid #444;
}


/* HIDE NORMAL TG STUFF */

.tg-footer-center { display:none; }
.timeglider-slider-container { display:none; }	
.tg-image-lane-pull { display:none; }
.timeglider-truck { display:none; }
.timeglider-centerline { display:none; }

