﻿DIV.animBtn 
{
	position:relative; overflow:hidden; float:left; width:329px;height:110px;
}
DIV.animBtn A
{
	display:block;
	width:329px;height:220px;
	background:url(../../Images/Controls/AnimBtnBG.gif) no-repeat 0 0;
    position:absolute;
    top:0;left:0;
}
DIV.animBtn A:hover
{
	display:block;
	width:329px;height:440px;
    position:absolute;
    background:url(../../Images/Controls/AnimBtnBG.gif) repeat-y 0 -110px;
    top:-220px;left:0;
}
DIV.animBtn A IMG { position:absolute; top:0;left:0; }