#floatrss{
	background-color: rgba(255,255,255,.9);
	position: fixed;
		left: -220px;
		top: 100px;
	width: 200px;
	padding: 10px;
	transition: all .5s ease-in-out;
	z-index: 100;
}

#floatrss div.icon{
	background: url('../img/palyazat.png') #FFF top center no-repeat;
	color: #FFF;
	cursor: pointer;
	float:right;
	height: 110px;
	padding: 0px;
	position: absolute;
		right: -100px;
		top: 0;
	width: 100px;
}

#floatrss:hover{
	left: 0;
	box-shadow: 0px 0px 5px #CCC;
}
