/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	overflow:hidden;
	width:64px;
	height:105px;
	border:none;
	text-indent:100%;
	background: url(../images/retroRocketSprite.png) no-repeat left top;
}

#toTopHover {
	background: url(../images/retroRocketSprite.png) no-repeat left -98px;
	width:64px;
	height:105px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	/*-moz-opacity: 0;
	filter: alpha(opacity=0);*/
}

#toTop:active, #toTop:focus {
	outline:none;
}


	/*bottom: 14em;   10.9375em 
	right: 2px;*/

@media screen and (min-width:1500px) {
        #toTop { bottom: 350px !important; right: 8px !important; }
}

@media screen and (min-width:1300px) and (max-width:1366px) {
        #toTop { bottom: 428px !important; right: 2px; }
}

@media screen and (min-width:1200px) {
        #toTop { bottom: 343px !important; right: 2px;} /*bottom: 323px*/
}

@media screen and (min-width:50px) and (max-width:1000px) {
	#toTop {background: url(../img/Retro-Rocket194.png) no-repeat left top;}
	#toTopHover {background: url(../img/Retro-Rocket194.png) no-repeat left top;}
}
/*@media screen and  (min-width:481px) and  (max-width:800px) { 
        #toTop {display:none !important; bottom: 0; left: 2px; }
}
@media screen and  (max-width:480px) { 
        #toTop { bottom: 4px; left: 2px; display:none; }
}*/

@media (min-width:1500px) and (max-width: 1525px) { /*bottom: 347px*/
        #toTop { bottom: 247px !important; right: 2px; }
}
