#imageboxMain {
	position: relative;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	font-family: Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;

}

#imageboxMain img {
	border: 2px solid #FFFFFF
	}
	

#imageboxMain img:hover {
	border: 2px solid #9E2935;
	height:auto;
}
	
#imageboxMain a {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	white-space: nowrap;
	}
	
#imageboxMain a:hover {
	text-decoration:underline;
	}


.left {
	float:left;
	margin-left: -1px;
	margin-right: 15px;
	}
	
.right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

.full {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}














#imageboxHalf_right #image {
	position: relative;
	width: 300px;
	float: right;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #000000;
}

#imageboxHalf_left #image {
	position: relative;
	width: 300px;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000000;
}

#imageboxSmall_left #image {
	position: relative;
	width: 100px;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000000;
}

#imageboxSmall_right #image {
	position: relative;
	width: 100px;
	float: right;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #000000;
}



#imageboxfull #image {
	position: relative;
	width: 485px;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -1px;
	color: #000000;
}

#image	{
	font-family: Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	}

#image img {
	border: 2px solid #FFFFFF
	}
	
#image a {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	}
	
#image a:hover {
	text-decoration:underline;
	}

