/* menu events */
#menu-events{
	position: relative;
	width: 100%;
}
#menu-events h6.title{
	color: #183a8d;
	font-family: 'UniversLTStd47LightCondensed', sans-serif;
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	padding: 24px 20px 15px;
}
#menu-events #event-navigation{
	line-height: 33px;
	position: absolute;
	top: 24px;
	right: 14px;
}
.no-js #menu-events #event-navigation{
	display: none;
}
#menu-events #event-navigation span.caption{
	color: #333;
	font-size: 14px;
	padding: 0 10px;
}
#menu-events .scroll-container{
	height: 271px;
	overflow: hidden;
	padding-bottom: 14px;
	width: 743px;
}
#menu-events ul{
	white-space: nowrap;
}
#menu-events ul li{
	height: 269px;
	margin-left: 14px;
	white-space: normal;
	width: 229px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.js #menu-events ul li{
	cursor: pointer;
}
#menu-events ul li .content{
	background: url('/themes/custom/images/backgrounds/gradients/x-ffffff-f1f1f1-3x127.png') 0 bottom repeat-x #fff;
	border: 1px solid #d9d9d9;
	border-bottom: none;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	height: 119px;
	overflow: hidden;
	padding: 15px 9px;
/*	padding: 18px 10px;*/
}
#menu-events ul li .content .title{
	color: #183a8d;
	font-family: 'UniversLTStd47LightCondensed', sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 7px;
}
#menu-events ul li .content .date{
	font-weight: bold;
}
#menu-events ul li .content .description{}
#menu-events ul li .image{}
#menu-events ul li .image img{
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
#menu-events .event-link{
	border: 1px solid #d9d9d9;
	border-radius: 2px;
}
	
	
	
