#rightFixed
{
    position:fixed;
    top:48%;
    right:10%;
}
#rightFixed{
	position: fixed;
	 top:55%;
	height: 200px;
	width: 50px;
	right:3%;
    z-index:1000;
}

#rightFixed>a>img {
	width: 45px;
}

body
{
    overflow-x:hidden;
}
button,a,img
{
    outline-style:none;
}