﻿.affix-top 
{
	position:relative;
	top:24px;
}
.affix 
{
	position:fixed;
	top:10px;
}
.affix-bottom
{
	/*position:fixed;
	top:10px;*/
	position:absolute;
	bottom:480px;
}