@CHARSET "UTF-8";

div#slideshowUpcomingEvents div.scroll-item {
	width: 21.33333333% !important;
	float: left !important;
	margin: 0 1% 10px 2% !important;
	height: 190px !important;
}
div#slideshowUpcomingEvents div.group_items div.scroll-item:last-child, #slideshowUpcomingEvents div.scroll-box .scroll-item:nth-child(3) {
	margin: 0 1% 10px 2% !important;
}

.uep_event_entry{
}
 
.uep_event_entry h3 {
    margin-bottom: 3px;
}
 
.uep_event_entry h3 a {
    text-decoration: none;
    color: inherit;
}

.widget-container li.uep_event_entry {
	background: none;
	padding: 0;
}

li.uep_event_entry p {
	margin-bottom: 3px;
	padding-bottom: 0;
}
 
.uep_event_entry .event_data {
    font-size: 0.9em;
    color: #777777;
    font-weight: normal;
    font-style: italic;
}

.uep_event_thumb {
	position: relative;
}

.uep_event_cancelled {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.uep_event_cancelled.xs {
	background-image: url('../img/suspendido-55x55.png');
}

.uep_event_cancelled.s {
	background-image: url('../img/suspendido-136x62.png');
}

.uep_event_cancelled.m {
	background-image: url('../img/suspendido-150x150.png');
}

.uep_event_cancelled.l {
	background-image: url('../img/suspendido-660x330.png');
}
