.whiteBrdr img{
	border: thin solid #FFFFFF;
}
.smallThumb img{
	border: 1px solid #666666;
}

/*Control the position of the thumb preview below*/
#medLayer {
	position:absolute; 
	left:516px; 
	top:600px; 
	width:150px; 
	height:100px; 
	z-index:9;
	visibility:hidden;
}
#medLayer img{
	border: thin solid #FFFFFF;
}
