
.hoverpics
{	
	width:160px; 
	font-size:12px; 
	position:absolute;
	top:170px; 
	left:920px;
	text-align:center;
	background-color: #fff;
	z-index: 1000;
}
.hoverpic
{
	
	width: 160px;
	height: 80px;
	margin: 2px;
	z-index: 2;

}
.hoverpic img
{
	position:relative;
	width: 80px;
	height: 40px;
	margin: 5px 20px 5px 20px;
	z-index: 10;
	-webkit-transition :margin 0.5s, width 0.5s, height 0.5s; 
	-moz-transition : margin 0.5s, width 0.5s, height 0.5s;
	-o-transition : margin 0.5s, width 0.5s, height 0.5s;
}

/* style the links hover */
.hoverpic img:hover
{
	position:relative;
	width: 160px;
	height: 80px;
	z-index: 20;
	margin: -15px;
	-webkit-transition :margin 0.5s, width 0.5s, height 0.5s; 
	-moz-transition : margin 0.5s, width 0.5s, height 0.5s;
	-o-transition : margin 0.5s, width 0.5s, height 0.5s;
}


/*////////////////////////////////////////////////////////////////////////////////////////// */