.cptchpls_img:hover {
	transition:300ms ease-in-out; position: relative; z-index: 10; cursor: default; -webkit-transition: 300ms ease-in-out; -moz-transition: 300ms ease-in-out; -o-transition: 300ms ease-in-out;
}
.cptchpls_left:hover {
	transform: translateX(100%) scale(3); -webkit-transform: translateX(100%) scale(3, 3); -moz-transform: translateX(100%) scale(3, 3); -o-transform: translateX(100%) scale(3, 3);
}
.cptchpls_right:hover {
	transform: translateX(-100%) scale(3); -webkit-transform: translateX(-100%) scale(3, 3); -moz-transform: translateX(-100%) scale(3, 3); -o-transform: translateX(-100%) scale(3, 3);
}
.cptchpls_center:hover {
	transform: scale(3); -webkit-transform: scale(3, 3); -moz-transform: scale(3, 3); -o-transform: scale(3, 3);
}
.cptchpls_reload_button:hover {
	transform-origin: 50% 50%; cursor: pointer; opacity: 0.7; animation-name: spin; animation-duration: 800ms; animation-timing-function: linear; -webkit-animation-name: spin; -webkit-animation-duration: 800ms; -webkit-animation-timing-function: linear; -webkit-transform-origin: 50% 50%; -moz-animation-name: spin; -moz-animation-duration: 800ms; -moz-animation-timing-function: linear; -moz-transform-origin: 50% 50%; -o-animation-name: spin; -o-animation-duration: 800ms; -o-animation-timing-function: linear; -o-transform-origin: 50% 50%;
}
