
#lbs-timeline{
	height: 350px; 
	border: 1px solid #aaa;
}


.timeline-band-events{
	/*overflow-x:hidden; 
	overflow-y:scroll;*/
}

.simileAjax-bubble-container simileAjax-bubble-container-pngTranslucent{
	/*width:360;*/
}


.timeline-event-bubble-image{
	height:100px;
	float:right;
}

.timeline-event-icon{
	width:auto;
	overflow:hidden;	
	padding:1px;
	background-color:#E2DCBF;
}

.timeline-event-icon-over{
	z-index:1000;
	border:2px solid #666666;	
	background-color:#F3EDD0;
    border-radius: 3px 3px 3px 3px;
    border-right:0px none;
    padding:4px;
}

.timeline-event-icon img{
	width:60px;
	height:auto;
	border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}

.timeline-event-bubble-time{
	display:none;
}

.timeline-event-bubble-title a{
	color: #940000;
}

.timeline-event-bubble-title {

}

.timeline-event-bubble-body {

}

.timeline-event-tape, .timeline-small-event-tape, .timeline-small-event-icon {
    background-color: #666666;
    overflow: hidden;
}

.timeline-event-label{
	display:none;
	background-color: #efefef;
}

.timeline-event-label-over{
	z-index:999;
	display:block;
	background-color: #F3EDD0;
	border: 2px solid #666666;
	margin:-5px;
	margin-left:-1px;
	padding:3px;
	padding-left:8px;
	padding-right:7px;
	
	min-width:200px;
	/*min-height:62px;*/
    border-radius: 3px 3px 3px 3px;
    border-left:none;
}

.timeline-hr{
	 background-color: #000000;
    border: medium none;
    color: #000000;
    height: 1px;
    margin-top:4px;
    margin-bottom:2px;
    padding:0px;
}
.timeline-author{
	font-style:italic;
	font-size:0.9em;
}

.touchscreen_over{
	border-right: 2px solid #666666;
}
