﻿/* general */

	
	
	
	
/* // general */

/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:1px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
		float:left;
		/*margin:.5em 0;*/
		margin:17px;
		margin-top:0;
		/*border:1px solid #999;this is by default border
		padding:2px;*/
	}
	p.thumb a{
		display:block;
		float:left;
/*		width:90px;
		height:60px;
		line-height:50px;
		position:relative;*/
		z-index:1;	
		overflow:hidden;
	}	
	p.thumb a img{
		display:block;
		padding:5px;
		background-color:#FFFFFF;
		border:1px solid #E8E8E8;
	}
	

	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
		background-color:#E8E8E8;
		border:1px solid #999999;		
		}	
	
	/* // mouse over */	

/* // single thumbnail */
/* Image Tds Class*/

.advAshTd {
	background-color:#F4F4F4;
	border-bottom: 4 px solid #E2E2E2;
	padding:10px 0 10px 0;
}
.advAshTd2 {
	display:block;
	background-color:#FFFFFF;
	border-bottom: 4 px solid #E2E2E2;
	padding:10px 0 10px 0;
}
.spaceAdj {
	margin-left:20px;
	display:block;
}
.breaker {
	display:block;
	height:1px;
	clear:both;
}
.trBorder {
	border: 2px solid #CCCCCC;
}