.rs_events_slider_timeline_container {
	position: relative;
}

#rs_events_slider_timeline_events {
	list-style: none outside none !important;
	margin: 0 !important;
    padding: 15px 0 0 0 !important;
	position: relative !important;
}

#rs_events_slider_timeline_events li {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #C8C8C8;
    float: left;
    margin-top: 10x;
    margin-right: 10px !important;
    margin-left: 10px !important;
	margin-bottom: 10px !important;
	padding: 0 15px 0 15px  !important;
	height: 220px;
	width: 31%;
	text-align: justify;
	
	overflow: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#rs_events_slider_timeline_events li:hover {
	background: none repeat scroll 0 0 #FFFFFF !important;
}

#rs_events_slider_timeline_events li #rse_date {
	float: left;
	background: none repeat scroll 0 0 #006699;
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    
    padding: 0px 5px 0px 5px;
    align-items: center;
    width: 100%;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
 
	
}

#rs_events_slider_timeline_events li #rse_name {
    display: inline-block;
	font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
	clear: right;
	   width: 100%;
}

#rs_events_slider_timeline_events li #rse_descr {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline;
	line-height: 20px;
	 text-align: justify;
    text-justify: inter-word;
	
}

#rs_events_slider_timeline_events li.inactive {
	visibility: hidden;
}

.rseprobar {
	background: none repeat scroll 0 0 #BBBBBB;
	width: 100%;
	height: 16px;
	left: 5px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rs_events_slider_timeline {
	height: auto;
    overflow: hidden;
    position: relative;
	width: 100%;
	left: 4px;
	top: 0;
}

.rsepropanes {
	overflow: hidden;
}

#resprobar_container div.rsepropane,
#resprobar_container div.rsepropane:hover,
#resprobar_container div.rsepropane:active,
#resprobar_container div.rsepropane:focus {
	background: none no-repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    height: 8px;
    width: 8px;
	top: 4px;
    position: absolute;
    visibility: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#resprobar_container div.active,
#resprobar_container div.active:hover,
#resprobar_container div.active:active,
#resprobar_container div.focus {
	background: none no-repeat scroll 0 0 #000000 !important;
	height: 9px;
    width: 9px;
}

#resprobar_container div.rsepropane span {
	display: block;
    height: 8px;
    position: relative;
}

.resprobar_container {
	background: none repeat scroll 0 0 #BBBBBB;
	height: 16px;
	padding: 0 28px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rseprodates {
	width: 30px;
	height: 16px;
	position: relative;
	margin-top: 5px;
}

.rsepro_dates {
	margin-top: 5px;
    overflow: hidden;
	padding: 0 28px;
}


.rseprodate {
	background: none repeat scroll 0 0 #F2F3F6;
    border: 1px solid #C8C8C8;
    cursor: pointer;
    padding: 0 5px;
    position: absolute;
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: right;
}

.rseprodates div.active {
	background: none;
}
