.leftcolumn, .rightcolumn {
	
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 256px;
	margin-top: 20px;
	text-align: justify;
	border-right: 1px solid #4c4c4c;
	}

.leftcolumn .mainimg, .rightcolumn .mainimg {
	width:  256px;
	margin-bottom: 10px;
	}

.rightcolumn {
	border-left: 1px solid #4C4C4C;
	border-right: 0px solid #4c4c4c;
	padding-left: 20px;
	padding-right: 0px;
	position: relative;
	left:  -1px;
	}

.rightcolumn .thumbnail {
	float: right;
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: 2px;
}

.leftcolumn .imageList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.leftcolumn .image img, .rightcolumn .image img {
	width: 254px;
}

.leftcolumn .thumbnail img, .thumbnail .image img {
	width: 60px;
}
