.bcdistributors_events .contentpaneopen_ombre{
	padding-top:10px;
	padding-bottom: 10px;
}

.bcdistributors_events h6{
	margin: 0;
}



.bcdistributors_events .diaporama .nav_container {
	padding-top: 5px;
}

.bcdistributors_events .diaporama .nav_container span {
	margin: 0 5px;
	display: inline-block;
}

.bcdistributors_events .diaporama .nav_container a span.prev{
	width: 21px;
	height: 21px;
	background: url(../images/prev.png) no-repeat;
	cursor: pointer;
}

.bcdistributors_events .diaporama .nav_container a:hover span.prev{
	background: url(../images/prev_on.png) no-repeat;
}

.bcdistributors_events .diaporama .nav_container a span.prev.disabled, .bcdistributors_events .diaporama .nav_container a:hover span.prev.disabled{
	background: url(../images/prev.png) no-repeat;
	cursor: default;
}

.bcdistributors_events .diaporama .nav_container a span.next{
	width: 21px;
	height: 21px;
	cursor: pointer;
	background: url(../images/next.png) no-repeat;
}

.bcdistributors_events .diaporama .nav_container a:hover span.next{
	background: url(../images/next_on.png) no-repeat;
}

.bcdistributors_events .diaporama .nav_container a span.next.disabled, .bcdistributors_events .diaporama .nav_container a:hover span.next.disabled{
	background: url(../images/next.png) no-repeat;
	cursor: default;
}

.bcdistributors_events .diaporama .title {
	padding-top: 5px;
}
