﻿
/* thumbnail styles */

	
	div.thumb_row{
		float:left; 
                width:72px;
		height:180px;
                margin-left:50px;
		margin-right:50px;
        /*        margin-bottom:100px;  */
		border:none;	
		padding:2px;
	}
	div.thumb_row a{
	/*	display:block;    */
		float:left; 
		width:72px;    
		height:80px;   
	/*	line-height:100px;    */
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	div.thumb_row a img{
	/*	float:left;        */
                border:none;
		position:absolute;
		top:-20px;
		left:-80px;	
	}
	
	/* mouse over */
	
		div.thumb_row a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		div.thumb_row a:hover img{
                        border:none	
		/*	background:#fff;  */
			padding:2px;			
		}	

