#largeWidgetContainer {
	width: 100%;
	padding-top: 10px;
}
a {
	outline: none;
}
#galleryTopContainer {
	width: 	600px;
	margin-left: auto;
	margin-right: auto;
}
#largeWidgetContainer #galleryTopContainer {
	width: 648px;
}
#mainPhotoContainer {
	border: 2px solid #666;
	width: 600px;
	height: 450px;
	text-align: center;
}
#largeWidgetContainer #mainPhotoContainer {
	width: 640px;
	height: 480px;
}
#mainPhotoContainer table {
	width: 600px;
	height: 450px;
}
#largeWidgetContainer #mainPhotoContainer table {
	width: 640px;
	height: 480px;
}
#mainPhotoContainer td {
	vertical-align: middle;
	text-align: center;
	padding: 0;
}
#mainPhotoContainer img {
	border: none;
	margin:0;
}
.pagingInfo {
	padding: 3px 0;
}
.pagingInfo table {
	width: 100%;
}
#galleryBottomContainer {
	width: 650px;
	background: #e6e6e6;
	padding: 8px 0;
	margin-left: auto;
	margin-right: auto;
}
#carousel {
	width: 636px;
	height: 80px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#largeWidgetContainer #carousel {
	width: 1000px;
	height: 80px;
}
#prevMainLink,
#nextMainLink {
	text-decoration: none;
}
.bkDisabledLink {
	color: #999;
	text-decoration: none !important;
	background: url(/img/gallery/off_link_back.gif) center left no-repeat;	
	padding: 0 0 0 10px;	
}
.fwDisabledLink {
	color: #999;
	text-decoration: none !important;
	background: url(/img/gallery/off_link_forward.gif) center right no-repeat;	
	padding: 0 10px 0 0;	
}
.bkActiveLink {
	text-decoration: underline !important;
	color: #2f612c;
	background: url(/img/gallery/link_back.gif) center left no-repeat;	
}
.fwActiveLink {
	text-decoration: underline !important;
	color: #2f612c;
	background: url(/img/gallery/link_forward.gif) center right no-repeat;	
}
.bkActiveLink {
	padding: 0 0 0 10px;	
}
.fwActiveLink {
	padding: 0 10px 0 0;	
}
#thumbstrip {
	position: absolute;
	width: 9000px;
}
ul.page {
	width: 636px;
	margin: 0;
	margin-left:0;
	padding-left:0;
	float:left;	
}
#largeWidgetContainer ul.page {
	width: 850px;
}
.page li {
	float: left;
	display: inline;
	list-style-type: none;
	width: 100px;
	height: 75px;
	background: #ccc;
	margin: 1px;
	border: 2px solid #666;
}
.page li.unselected {
	border: 2px solid #666;	
}
.page li.selected {
	border: 2px solid #f00;
}
.page li a {
	display: block;
	width: 100px;
	height: 75px;
}
.page img {
	border: none;
	display: block;
	margin: auto;
}
.controls img {
	border: none;
}