@charset "utf-8";
/* CSS Document */
.eNewsflashVPinner {
	overflow: hidden;
}
.eNewsflashPages {
	-webkit-transition: all 0.333s ease-in-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.333s ease-in-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.eNewsflashPages:after {
	content: '';
	display: block;
	clear: both;
}
.no-csstransforms .eNewsflashPages {
	position: relative;
}
.eNewsflashPage {
	float: left;
}

.eNewsflashControl {
	list-style: none;
	padding: 0;
}

.eNewsflashDirection {
	list-style: none;
	padding: 0;
	
}