.arrow-top {
		position: relative;
		top: -12px;
		border-width:5px;
		border-color:transparent transparent #fff transparent;
		border-style:dashed dashed solid dashed;
		border-top:none;
	}
	.arrow-top-active{
		position: relative;
		top: -12px;
		border-width:6px;
		border-color:transparent transparent #E95D4E transparent;
		border-style:dashed dashed solid dashed;
		border-top:none;
	}
	.arrow-bottom{
		position: relative;
		top: 9px;
		border-width:5px;
		border-color:#fff transparent transparent transparent;
		border-style:solid dashed dashed dashed;
		border-bottom:none;		
	}
	.arrow-bottom-active{
		position: relative;
		top: 9px;
		border-width:6px;
		border-color:#E95D4E transparent transparent transparent;
		border-style:solid dashed dashed dashed;
		border-bottom:none;
	}