#previewFull {
  background-color: #666666 !important;
  width: 1053px !important;
  color: inherit;
}

#liveUpdateContactInfo {
  color: #C28F40 !important;
  background-color: inherit;
}

.borderRightDotted {
  border-right: 1px dotted #787878 !important;
}

.logo {
  display: none !important;
}

#liveUpdateCollectionDescription {
  color: #C28F40 !important;
  background-color: inherit;
}

.detailNav, .detailLinks, #detailCaption, #detailTitle {
  color: #C28F40 !important;
  background-color: inherit;
}

.emptyThumbnail {
  background-color: #949494 !important;
  color: inherit;
}

.thumbnail {
  background-color: #949494 !important;
  color: inherit;
}

.previewFullImage {
  height: 1031px !important;
  width: 1053px !important;
}

#stage2 {
  width: 1053px !important;
}

.itemNumber {
  display: none !important;
  color: #9C9C9C !important;
  background-color: inherit;
}

#content {
  /* background-color: #949494;*/
  padding: 8px;
  padding-top: 2px;
  color: inherit;
}

#content  p {
	margin-bottom: 12px;
	color: #ccc !important;
	font-family: Helvetica, Arial, sans-serif;
}

#content p.big {
	font-size: 1.6em !important;
	margin-top: 18px;
}

.borderTopLeft {
  border-top: 1px solid #787878 !important;
  border-left: 1px solid #787878 !important;
}

#stage {
  width: 484px !important;
}

.caption {
  color: #C28F40 !important;
  background-color: inherit;
}

#wrapper2 {
  width: 1053px !important;
}

.borderBottomRight {
  border-right: 1px solid #787878 !important;
  border-bottom: 1px solid #787878 !important;
}

#wrapper {
  width: 484px !important;
}

#liveUpdateCollectionTitle {
  color: #C28F40 !important;
  background-color: inherit;
}

.paginationLinks, .pagination, #liveUpdatePagination {
  color: #B3B3B3 !important;
  background-color: inherit;
}

.selectedThumbnail, .thumbnail:hover {
  background-color: #A1A1A1 !important;
  color: inherit;
}

#liveUpdateSiteTitle {
  color: #C28F40 !important;
  background-color: inherit;
  font-weight: bold;
}

.borderBottom {
  border-bottom: 1px solid #787878 !important;
}

.borderRight {
  border-right: 1px solid #787878 !important;
}

body {
  background-color: #4C4C4C !important;
  color: inherit;
}

li {
	margin-left: 18px;
}

h2 {
	margin-top: 8px;
}

#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	/*--*/
	width: 100%;
	height: 100%;
	/*--*/
	line-height: 0px;
	font-size: 0px;
	/*--*/
	background-color: #000000;
	padding-top: 48px;
	cursor:pointer;
}

*html #overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight >document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#overlay  h1 {
	margin-bottom: 36px;
	font-size: 20px;
}


.screenOff {
	display: none;
}