.smallImage {
	width:15%;
	padding-right:5px;
	padding-left:5px;
	cursor: pointer;
}

.smallImageLeft {
	width:15%;
	float: left;
	padding: 0 10px 0 0;
	cursor: pointer;
}

.smallImageRight {
	width:15%;
	float: right;
	padding: 0 0 0 10px;
	cursor: pointer;
}

.imageLeft > img:hover {
	width: 50vw;
}

#floatLeft  {
	float: left;    
	margin: 0 15px 0 0;
}			

.imageRight > img:hover {
	width: 50vw;
}

#floatRight  {
	float: right;    
	margin: 0 15px 0 0;
}			
