#bigimageContainer {
    left: 118px;
	position: relative;
	overflow: hidden;
    width: 524px;
}
#bigImage
{
    width: 524px;
    height: 350px;
}
#thumbs {
	position: relative;
	overflow: hidden;
}
/* Fix IE6 ref: http://www.dave-woods.co.uk/?p=143 */
* html #thumbs {
    height: 72px;
}

#pageContainer 
{
    top: 0;
    width: 3900px;
    margin-left: 0px;
}
/* Fix IE6 ref:  */
#pageContainer 
{
    position: absolute;
}
/* Reset for other browsers  */
#thumbs > #pageContainer 
{
    position: relative;
}
#pagerContainer {
    margin-left: auto;
    margin-right: auto;
    left: 118px;
	width: 524px;
	height: 77px;
}
.page {
	float: left;
	width: 524px;
	margin-bottom: 0px;
	height: 77px;
}
.thumbnail {
	float: left;
	margin: 5px 20px 0 0;
}

.thumbnail div {
    background-color: transparent;
}
.thumbnail a img {
	width: 104px;
	height: 70px;
}
#pagerContainer .navPage {
	outline: none;
	visibility: hidden; 
}
#pagerContainer .navPage a {
	border: 0px none;
}
#prevPage {
	float: left;
}

#nextPage {
	float: right;
}

