@-ms-keyframes animationNext		{ 0%, 0%	{ -ms-transform: translate(0, 2em) }			100%, 100% { -ms-transform: translate(0, 0) }}
@-moz-keyframes animationNext		{ 0%, 0%	{ -moz-transform: translate(0, 2em) }			100%, 100% { -moz-transform: translate(0, 0) }}
@-o-keyframes animationNext			{ 0%, 0%	{ -o-transform: translate(0, 2em) }			100%, 100% { -o-transform: translate(0, 0) }}
@-webkit-keyframes animationNext	{ 0%, 0%	{ -webkit-transform: translate(0, 2em) }		100%, 100% { -webkit-transform: translate(0, 0) }}
@keyframes animationNext			{ 0%, 0%	{ transform: translate(0, 2em) }				100%, 100% { transform: translate(0, 0) }}

@-ms-keyframes animationPrev		{ 0%, 0%	{ -ms-transform: translate(0, -2em) }		100%, 100% { -ms-transform: translate(0, 0) }}
@-moz-keyframes animationPrev		{ 0%, 0%	{ -moz-transform: translate(0, -2em) }		100%, 100% { -moz-transform: translate(0, 0) }}
@-o-keyframes animationPrev			{ 0%, 0%	{ -o-transform: translate(0, -2em) }		100%, 100% { -o-transform: translate(0, 0) }}
@-webkit-keyframes animationPrev	{ 0%, 0%	{ -webkit-transform: translate(0, -2em) }	100%, 100% { -webkit-transform: translate(0, 0) }}
@keyframes animationPrev			{ 0%, 0%	{ transform: translate(0, -2em) }			100%, 100% { transform: translate(0, 0) }}

.widget-bbs-notice { font-size: 1em; height: 2em; line-height: 1em; overflow: HIDDEN; position: RELATIVE; text-align: LEFT }
.widget-bbs-notice UL { line-height: 1em; position: ABSOLUTE; width: 100% }
.widget-bbs-notice UL LI { line-height: 1em }
.widget-bbs-notice UL LI A { display: BLOCK; line-height: 1em; padding: .5em 0; position: RELATIVE }
.widget-bbs-notice UL LI A .spDate { display: BLOCK; position: ABSOLUTE; right: 5em; top: .5em }
.widget-bbs-notice UL.next { -ms-animation: animationNext .5s EASE-OUT; -moz-animation: animationNext .5s EASE-OUT; -o-animation: animationNext .5s EASE-OUT; -webkit-animation: animationNext .5s EASE-OUT; animation: animationNext .5s EASE-OUT }
.widget-bbs-notice UL.prev { -ms-animation: animationPrev .5s EASE-OUT; -moz-animation: animationPrev .5s EASE-OUT; -o-animation: animationPrev .5s EASE-OUT; -webkit-animation: animationPrev .5s EASE-OUT; animation: animationPrev .5s EASE-OUT }
.widget-bbs-notice DIV.dvControls { position: ABSOLUTE; right: 0 }
.widget-bbs-notice DIV.dvControls A { cursor: POINTER; display: INLINE-BLOCK; padding: .5em }