.zit2
{
	position:relative;
	width:450px;
	height:600px;
	top:0px;
	/* Apply a CSS3 Transition to width, height, top and left properties */
    transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
	-webkit-transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
	-o-transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
	-moz-transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.zit2:hover
{
	width:630px;
	height:840px;
	top:10px;
	z-index:9999;

}

.ZoomIt ul
{
clear:both;
}
.ZoomIt li
{
width:82px;
height:102px;
margin:4px;
float: center;
overflow:visible;
display: block;
}
