
/* -------------- IMAGES begin --------------- */ 
	
img {vertical-align: bottom;}

.image {
	border-style: ridge;
	border-width: 2px;
	border-color: #cc6633;
}

.imagesh {
	width: 112px;
	height: 84px;
	border-style: ridge;
	border-width: 2px;
	border-color: #cc6600;
}

.imagesv {
	width: 87px;
	height: 116px;
	border-style: ridge;
	border-width: 2px;
	border-color: #cc6600;
}

#image1 {
	width: 120px;
	height: 90px;
	border-width: 2px;
	border-style: ridge;
	border-color: #cc6600;
}

.imagelh {
	width: 200px;
	height: 150px;
	border-width: 2px;
	border-style: ridge;
	border-color: #cc6600;
	margin: 0px auto 10px auto;
}

.imagelhr {
	float: right; 
	width: 240px;
	height: 180px;
	border-width: 4px;
	border-style: ridge;
	border-color: #cc6600;
	margin: 0 0 0 20px;
}


.imagelhl {
	float: left; 
	width: 240px;
	height: 180px;
	border-width: 4px;
	border-style: ridge;
	border-color: #cc6600;
	margin: 0 20px 0 0;
}

.imagelv {
	width: 150px;
	height: 200px;
	border-width: 2px;
	border-style: ridge;
	border-color: #cc6600;
	margin: 0px auto 10px auto;
}

.imagelvr { 
	float: right;
	width: 180px;
	height: 240px;
	border-width: 4px;
	border-style: ridge;
	border-color: #cc6600;
	margin: 0px 0px 0px 20px;
}

.imagelvl {
	float: left;
	width: 180px;
	height: 240px;
	border-width: 4px;
	border-style: ridge;
	border-color: #cc6600;
	margin: 0px 20px 0px 0px;
}

/* -------------------- IMAGES ends --------------------- */

/* ---------------- Image Popup start -------------------- */
.imgpop	{
	float: left; 
	position: relative; 
	text-align: left;
	padding-top: 24px;
}

.imgpop a	{
	position: relative;
	border: none;
	cursor: default;
}

.imgpop a img	{
	visibility: hidden; 
	display: block; 
	position: fixed; 
	z-index: 1;	
	padding: 0; 
	border: 4px ridge #cc6600;
}

.imgpop a:hover img	{
	visibility: visible;
}
 
.popupbr	{
	width: 400px; 
	height: 300px; 
	top: 60px; 
	left: 580px; 
}

.popupbl	{
	width: 400px; 
	height: 300px; 
	top: 60px; 
	left: 140px; 
}

.popupr	{
	width: 320px; 
	height: 240px; 
	top: 60px; 
	right: 10px;
}

.popupl	{
	width: 320px; 
	height: 240px; 
	top: 60px; 
	left: 140px; 
}

.popupvr	{
	width: 240px; 
	height: 320px; 
	top: 60px; 
	right: 10px;
}

.popupvl	{
	width: 240px; 
	height: 320px; 
	top: 60px; 
	left: 140px; 
}
/* ---------------- Image Popup Class end -------------------- */