
div.box,
p.box {
	background-color: #FAFAFA ;
	border: 1px solid #CCCCCC ;
	border-radius: 4px 4px 4px 4px ;
	height: 100px ;
	overflow: hidden ;
	padding: 20px 45px 20px 45px ;
	position: relative ;
}

p.box.moving-left::after {
	background-color: #FF0099 ;
	border-radius: 4px 0px 0px 4px ;
	bottom: 2px ;
	color: #FFFFFF ;
	content: "\00AB" ;
	font-size: 38px ;
	font-weight: bold ;
	left: 2px ;
	line-height: 134px ;
	position: absolute ;
	text-align: center ;
	top: 2px ;
	width: 35px ;
}

p.box.moving-right::after {
	background-color: #FF0099 ;
	border-radius: 0px 4px 4px 0px ;
	bottom: 2px ;
	color: #FFFFFF ;
	content: "\00BB" ;
	font-size: 38px ;
	font-weight: bold ;
	line-height: 134px ;
	position: absolute ;
	text-align: center ;
	right: 2px ;
	top: 2px ;
	width: 35px ;
}

p.box span.pointer {
	background-color: #FF0099 ;
	border-radius: 6px 6px 6px 6px ;
	height: 12px ;
	position: absolute ;
	width: 12px ;
}
