.thumbnailContainer {
	height: 0px;
	background: url(images/ajax-loader.gif) no-repeat scroll;
	background-position: center 125px;
	background-color: black;
	display: block;
	width: 800px;
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 0;
	overflow: hidden;
	position:relative;
}

/* #ajaxLoading{
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	display: block;
	background: url(images/ajax-loader.gif) no-repeat fixed;
	background-position: center;
	background-color: black;
	padding: 10px 0 10px 0;
} */

#ajax_content{
	background-color: black;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	padding: inherit;
}

.thumbnailContainer .clipper {
	/* background-color: black;
	width: inherit;
	height: inherit;
	display: block;
	position: absolute;
	top: 0px;
	margin: 10px 0 10px 0; */
}

.clipper table{
	padding:0px;
	margin:auto;
}

.thumbRow{/* .clipper tr{ */
	padding:inherit;
	/* height:125px; */
	margin:10px 22px;
}

.thumbDiv {/* .clipper td{ */
	float: left;
	/* padding:inherit; */
	/* margin:inherit; */
	/* width:125px; */
}

.clipper img{
	border:2px solid #fff;
	margin: 10px 11px;
}

.thumbnailContainer .square {
	border: 2px solid #fff;
	width: 100px;
	height: 100px;
	margin-left: 12px;
	margin-right: 14px;
	margin-top: 10px;
	margin-bottom: 12px;
	float: left;
	cursor: pointer;
}

#footer {
	width: 800px;
	border-top: 1px solid #ccc;
	padding: 0px 0px;
	text-align: right;
	border-bottom:#333333 14px solid;
	clear:both;
}

.prevnext{
	position:absolute;
	height:24px;
	width: 24px;
	display:block;
	top:395px;
	/* bottom:10px; */
}

#prev{
	left:24px;
	background: url(images/left.png) no-repeat;
}

#next{
	right:24px;
	background: url(images/right.png) no-repeat center right;
}

#prevDisabled{
	left:24px;
	cursor:default;
	background: url(images/leftDisabled.png) no-repeat;
}

#nextDisabled{
	right:24px;
	cursor:default;
	background: url(images/rightDisabled.png) no-repeat center right;
}

#images {
	display: none;
}