.ImageDisplayBox, .ImageDisplayPager, .ImageDisplayText {
	width:232px;
	margin:0;
	padding:0;
}

.ImageDisplayBox
{
	height:232px;
	overflow:hidden;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	text-align:left;
	padding:15px;
}

.ImageDisplayBox a
{
	min-width:200px;
	min-height:200px;
	display:block;
}

.ImageDisplayBox img {
	max-width:200px;
	max-height:200px;
}

.ImageDisplayPager, .ImageDisplayText { height:auto; }
.ImageDisplayPager { text-align:right; font-size:12px; }
.ImageDisplayPager a { display:inline-block; margin: 0; padding: 0 6px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #fff; text-decoration: none }
.ImageDisplayPager a.activeSlide { background: #E7E7E7; }
.ImageDisplayPager a:focus { outline: none; }

.ImageDisplayText { text-align:center; }