/* SITE WRAPPER */
#wrapper_large, #wrapper_thumb {
	text-align:left;
	width: 807px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

#wrapper_large {
  width: 484px !important;
}

#wrapper_thumb {
  width: 484px !important;
}

/* STAGE */
#stage {
  width: 484px !important;
}

#stage, #stage2, #index {
	float: left;
	position: relative;
	margin: 0;
}

#stage, #stage2 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #7f7f7f;
}

#stage, #stage2 {
  border-bottom: 1px dotted #7F7F7F !important;
}

#stage2 {
  width: 484px !important;
}

/* INDEX */
.selected {
	color:inherit;
	background-color: #a1a1a1;
}
.selected:hover {
	color:inherit;
	background-color: #a1a1a1;
}
.selected .alignmentInner img {
	border: solid 3px white;
	padding: 0;
	margin: 0;
}
.itemNumber {
	z-index: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	background-color:inherit;
	color: #9c9c9c;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1px;
}
.fullSize {
	position: absolute;
	left: 0;
	bottom: 0;
}

/* INDEX - GRID */
.thumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #949494;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.selectedThumbnail, .thumbnail:hover {
	color:inherit;
	background-color: #a1a1a1;
}
.emptyThumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #949494;
	width: 160px;
	height: 160px;
	overflow: hidden;
}

/* PREVIEW FULL */
#previewFull {
  background-color: #E1E6F5 !important;
  width: 482px !important;
  color: inherit;
}

#previewFull {
	float: left;
	position: relative;
	color:inherit;
	background-color: #191919;
}

#previewFull .padding {
	padding-top: 15px;
}

img {
	border: 0;
}

.borderTopLeft {
  border-top: 1px solid #FFFFFF !important;
  border-left: 1px solid #FFFFFF !important;
}
.borderTopLeft {
	border-top: 1px solid #787878;
	border-left: 1px solid #787878;
}
.borderRight {
	border-right: 1px solid #787878;
}
.borderRight {
  border-right: 1px solid #FFFFFF !important;
}
.borderBottomRight {
	border-right: 1px solid #787878;
	border-bottom: 1px solid #787878;
}
.borderBottomRight {
  border-right: 1px solid #FFFFFF !important;
  border-bottom: 1px solid #FFFFFF !important;
}
.borderRightDotted {
	border-right: 1px dotted #787878;
}
.borderRightDotted {
  border-right: 1px dotted #FFFFFF !important;
}

.logo {
  display: none !important;
}

.detailText {
  color: #304274 !important;
  background-color: inherit;
}

.preview {
  border: 1px solid #000000 !important;
}

.thumbnail {
  background-color: #E5E5E5 !important;
  color: inherit;
}

.thumb, .preview {
}

.itemNumber {
  color: #B7BFDA !important;
  display: none !important;
  background-color: inherit;
}

.selectedThumbnail, .thumbnail:hover {
  background-color: #EAEEFE !important;
  color: inherit;
}

.emptyThumbnail {
  background-color: #E5E5E5 !important;
  color: inherit;
}

.caption {
  color: #0D3C96 !important;
  background-color: inherit;
}

#previewImage {
  maxSize: 450.00 !important;
}

.paginationLinks, .pagination, #liveUpdatePagination {
}

.thumb {
  border: 1px solid #000000 !important;
}

.borderBottom {
  border-bottom: 1px solid #FFFFFF !important;
}

.textColor {
  color: #000000 !important;
  background-color: inherit;
}

/* PAGINATION */
.pagination {
	float: right;
	margin-bottom: 10px;
	padding: 0;
}
.pagination ul {
	margin: 0;
	padding: 0;
}
.pagination li {
	float: left;
	list-style: none;
	padding: 5px;
}
.pagination li, .pagination a {
}
.pagination .previous {
	font-weight: bold;
	margin-left: 25px;
}
.pagination .next {
	font-weight: bold;
}
.pagination .readout {
	font-weight: bold;
}
.pagination .current {
	border: solid 1px #7f7f7f;
}

.detailNav {
	width: 100%;
	float:left;
	clear: both;
	text-align: center;
}

.detailNav ul {
	margin: 10px auto;
	text-align: center;
}

.detailNav ul li {
	display:inline;
	text-align: center;
	list-style: none;
	padding: 5px;
}