/* codeDESIGN - parallax_static.css */@charset "utf-8";/* EVENT LISTING TABS */.parallax_image_wrapper {	margin: 60px 0px 60px 0px;	padding: 0px 0px 0px 0px;	border-top: 10px solid #dedede;	border-bottom: 10px solid #dedede;	color: #58595b;	position: relative;}/*.parallax_image_wrapper:after {	content: '';	position: absolute;	top: 0; 	left: 50%;	margin-left: -20px;	width: 0;	z-index: 1;	height: 0;	border-top: solid 20px #dedede;	border-left: solid 20px transparent;	border-right: solid 20px transparent;}*/