
.border{width:640px; height:auto; margin:auto}
.autorotate{
	/*top:0;*/
	width: 50px !important;
    display: block;
    padding: 5px;
    background-color: #86222c;
    background: #fff;
    border: 1px solid #c9c9c9;
	    border-radius: 10px;
		box-shadow:0 1px 3px rgba(0,0,0,0.12),
		0 1px 2px rgba (0,0,0,0.24);
    color: #c9c9c9;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

a.autorotate:hover {
   color: #807e7e;
}



.autorotate a {
   color:#c9c9c9;
}




.autorotate i {
    position: relative;
    /* right: 15px; */
    text-align: center;
    bottom: 3px;
}
.play-b{
	 background-image: url(/images/rotate/pause.png);
	 background: #b54240 url(/images/rotate/cd-arrows.svg) no-repeat center center;
}

.pause-b{
	 background-image: url(/images/rotate/play.png);
}