.ngg-galleryoverview-ir {
	width:800px;
}

/* resize the image to fit the box */
.ngg-galleryoverview-ir .pic,
.ngg-galleryoverview-ir .pic img {
	display:inline;
	float:right;
	width:400px;
}
/* the container of the image stays large, so the layout
	does not change when you switch between portrait and landscape images.
	*/

.ngg-galleryoverview-ir .pic {
	height:630px;
}

.ngg-galleryoverview-ir .ngg-thumbnail-list,
.ngg-galleryoverview-ir .ngg-next-ir,
.ngg-galleryoverview-ir .ngg-prev-ir
 {
	list-style:none;
	float:left;
	padding:0;
	margin:0;
}
.ngg-galleryoverview-ir a {
	font-size:50px;
	line-height:70px;
	display:block;
	padding:3px;
	margin:3px;
	border:1px solid gray;
	background-color:white;
	height:75px;
	width:100px;
}
.ngg-galleryoverview-ir .ngg-thumbnail-list a:hover {
	background-color:#ccc;
}