/* WindsPhoto */
a:link .wp_top, a:visited .wp_top {
	max-width:144px;
	width:expression( (this.width > 144 && this.width > this.height) ? '144px': true );
    height:expression( (this.height > 144 && this.height > this.width) ? '144px': true );
	padding:2px;
	border:2px solid #CCCCCC;
}

a:link .wp_small, a:visited .wp_small {
	max-width:144px;
	width:expression( (this.width > 144 && this.width > this.height) ? '144px': true );
    height:expression( (this.height > 144 && this.height > this.width) ? '144px': true );
	padding:2px;
	border:2px solid #ffffff;
}

a:hover .wp_top,a:hover .wp_small {
	padding:2px;
	border:2px solid #5AA723;
}

.wp_list{
	max-width:470px;
}
img.windsphoto_maximg {
	max-width:144px;
	width:expression( (this.width > 144 && this.width > this.height) ? '144px': true );
    height:expression( (this.height > 144 && this.height > this.width) ? '144px': true );
	padding:2px;
	border:2px solid #ffffff;
}