/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:95px;
	right:65px;
	overflow:hidden;
	width:56px;
	height:56px;
	border:none;
	text-indent:-999px;
	background:url(/static/img/totop1.gif) no-repeat left top;
	z-index:99;
}
#toTopHover {
	background:url(/static/img/totopd1.gif) no-repeat left ;
	width:56px;
	height:56px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
#toRegister {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:70px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../img/toregister.gif) no-repeat left top;
	
	_position:absolute;
	_bottom:atuo;
	_top:expression(eval(document.documentElement.scrollTop));
	_margin-top:33%;
}

#toRegisterHover {
	background:url(../img/toregisterd.gif) no-repeat left ;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#chat_with_me {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:168px;
	right:75px;
	overflow:hidden;
	width:56px;
	height:56px;
	border:none;
	text-indent:-999px;
	background:url(../img/chat_with_me.gif) no-repeat left top;
	
	_position:absolute;
	_bottom:atuo;
	_top:expression(eval(document.documentElement.scrollTop));
	_margin-top:33%;
	
	z-index:99;
	
}
#chat_with_meHover {
	background:url(../img/chat_with_me2.gif) no-repeat left ;
	width:56px;
	height:56px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toRegister:active, #toRegister:focus {
	outline:none;
}
#toLike {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:70px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../img/tolike.gif) no-repeat left top;
}

#toLikeHover {
	background:url(../img/toliked.gif) no-repeat left ;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toLike:active, #toLike:focus {
	outline:none;
}
