/* CSS SHEET - IMAGES */

/* img */
img.imgNavSpacer {
	height: 3px;
}
img.imgPortfolioThumbnail {
	height: 53px;
	width: 80px;
	border: 1px solid #cccccc;
}
img.NavImgBorder {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
img.imgBorder {
	border: 1px solid #999999;
}
img.imgBorderHover:link {
}
img.imgBorderHover:active {
}
img.imgBorderHover:visited {
}
img.imgBorderHover:hover {
	filter:alpha(opacity=50); /* IE's opacity*/
}
img.imgFloat {
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;
}
table.tableGallery td img {
	height: 80px;
	width: 120px;
	border: 1px solid #999999;
	alt: Click to enlarge;
}
td.tdImgOfficeUK {
	background-image: url(../images/location/office_uk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #999999;
}
td.tdImgOfficeSA {
	background-image: url(../images/location/office_sa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #999999;
}
td.tdImgOfficeUAE {
	background-image: url(../images/location/office_uae.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #999999;
}
td.tdImgOfficeHK {
	background-image: url(../images/location/office_hk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #999999;
}
