.gallery {
	display : none;
	width 	: auto;
	float 	: right;
	height 	: 450px;
/*	visibility:hidden;*/
}

.galleryImage{
	float 		: right;
	max-width 	: 640px;	
	max-height	: 450px;
}
.imageSelector{
	clear : both ;
}
.imageSelector *{
	cursor 	: pointer;
	float 	: right;
}
.selector{
	float : right;
}