﻿.image10
{
	max-height:10px;
	height:expression(this.height > 10 ? "10px" : true);
	width:expression(this.width > 10 ? "10px" : true);
}
.image15
{
	max-width:15px;
	max-height:15px;
	height:expression(this.height > 15 ? "15px" : true);
	width:expression(this.width > 15 ? "15px" : true);
}
.image20
{
	max-width:20px;
	max-height:20px;
	height:expression(this.height > 20 ? "20px" : true);
	width:expression(this.width > 20 ? "20px" : true);
}
.image40
{
	max-width:40px;
	max-height:40px;
	height:expression(this.height > 40 ? "40px" : true);
	width:expression(this.width > 40 ? "40px" : true);
}
.image50
{
	max-width:50px;
	max-height:50px;
	height:expression(this.height > 50 ? "50px" : true);
	width:expression(this.width > 50 ? "50px" : true);
}
.image60
{
	max-width:60px;
	max-height:60px;
	height:expression(this.height > 60 ? "60px" : true);
	width:expression(this.width > 60 ? "60px" : true);
}
.image70
{
	max-width:70px;
	max-height:70px;
	height:expression(this.height > 70 ? "70px" : true);
	width:expression(this.width > 70 ? "70px" : true);
}
.image80
{
	max-width:80px;
	max-height:80px;
	height:expression(this.height > 80 ? "80px" : true);
	width:expression(this.width > 80 ? "80px" : true);
}
.image100
{
	max-width:100px;
	max-height:100px;
	height:expression(this.height > 100 ? "100px" : true);
	width:expression(this.width > 100 ? "100px" : true);
}
.image140
{
	max-width:140px;
	max-height:140px;
	height:expression(this.height > 140 ? "140px" : true);
	width:expression(this.width > 140 ? "140px" : true);
}
.image150
{
	max-width:150px;
	max-height:150px;
	height:expression(this.height > 150 ? "150px" : true);
	width:expression(this.width > 150 ? "150px" : true);
}
.image160
{
	max-width:160px;
	max-height:160px;
	height:expression(this.height > 160 ? "160px" : true);
	width:expression(this.width > 160 ? "160px" : true);
}
.image140narrow
{
	max-width:140px;
	max-height:55px;
	height:expression(this.height > 60 ? "55px" : true);
	width:expression(this.width > 160 ? "140px" : true);
}
.image160narrow
{
	max-width:160px;
	max-height:55px;
	height:expression(this.height > 60 ? "55px" : true);
	width:expression(this.width > 160 ? "160px" : true);
}
.image180
{
	max-width:180px;
	max-height:180px;
	height:expression(this.height > 180 ? "180px" : true);
	width:expression(this.width > 180 ? "180px" : true);
}
.image200
{
	max-width:200px;
	max-height:200px;
	height:expression(this.height > 200 ? "200px" : true);
	width:expression(this.width > 200 ? "200px" : true);
}
.image300
{
	max-width:300px;
	max-height:300px;
	height:expression(this.height > 300 ? "300px" : true);
	width:expression(this.width > 300 ? "300px" : true);
}
.image400
{
	max-width:400px;
	max-height:400px;
	height:expression(this.height > 400 ? "400px" : true);
	width:expression(this.width > 400 ? "400px" : true);
}
.image500
{
	max-width:500px;
	max-height:500px;
	height:expression(this.height > 500 ? "500px" : true);
	width:expression(this.width > 500 ? "500px" : true);
}
.image600
{
	max-width:600px;
	width:expression(this.width > 600 ? "600px" : true);
}
.image680
{
	max-width:680px;
	width:expression(this.width > 680 ? "680px" : true);
}
.imgposition
{
	top:50%;
	left:50%;
}
.advertimagebanner
{
	max-width:900px;
	max-height:80px;
	height:expression(this.height > 80 ? "80px" : true);
	width:expression(this.width > 900 ? "900px" : true);
}
.advertimagetower
{
	max-width:190px;
	width:expression(this.width > 190 ? "190px" : true);
}


