@charset "utf-8";
/* CSS Document */
/* .headerBackground { */
/* 	background: url(../imgs/nav-bg.png) top left; */
/* } */

/* .logoNav .nav a { */
/* 	color: #ffffff; */
/* 	font-family: 'Open Sans', sans-serif; */
/* 	font-weight: 500; */
/* 	font-size: 20px; */
/* 	margin-top: -5px; */
/* } */

/* .logoNav .nav a.backOpt { */
/* 	color: #ffffff; */
/* 	font-family: 'Open Sans', sans-serif; */
/* 	font-size: 20px; */
/* 	background: url(../imgs/backToCollectionsArrow.png) #c7a860 center left */
/* 		no-repeat; */
/* } */

/* .logoNav .nav a:hover { */
/* 	background-color: #8E7742; */
/* } */

/* .logoNav .nav a.current { */
/* 	background-color: #8E7742; */
/* } */

.nextController {
	background: url(../imgs/nextPreviousBG.png);
	z-index: 1001;
	cursor: pointer;
	margin-top: 57px;
	max-height : 445px;
}

.nextController a {
	background: url(../imgs/nextControllerArrow.png) center center no-repeat;
}

.previousController {
	background: url(../imgs/nextPreviousBG.png);
	z-index: 1001;
	cursor: pointer;
	margin-top: 57px;
	max-height : 445px;
}

.previousController a {
	background: url(../imgs/previousControllerArrow.png) center center no-repeat;
}

.drgBarScroller .scrllTrack {
	margin-left: 2px;
	bottom: 27px;
}

.drgBarScroller .drgBar {
/* 	background-color: #a2a2a2; */
/* 	background-color: #EAE2E3; */
	background: url(../imgs/dragTrackBG2.png) top center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* future proofing */
	-khtml-border-radius: 2px; /* for old Konqueror browsers */
	height: 40px;
	min-width: 10px;
}

/* .drgBarScroller .drgBar:hover{ */
/* 	background-color: #c2c2c2; */
/* } */

/* hover div */
#hoverAlt .info {
	background-color: #e2e2e2;
}

#hoverAlt .info h4 {
	font-family: 'Open Sans', sans-serif;
}

#hoverAlt .info p {
	
}

#hoverAlt .arrow {
	background: url(../imgs/altArrowBox.png) bottom center no-repeat;
}
/* end hover div */

/* element background colors */
.topicBlock span {
	padding: 5px;
	display: block;
	font-size: 13px;
	color: #EAE2E3;
}

.topicBlock .bg {
	height: 25px;
}

/* .topicBlock .bg-0 { */
/* 	background-color: #d2b647; */
/* } */

/* .topicBlock .bg-1 { */
/* 	background-color: #bab290; */
/* } */

/* .topicBlock .bg-2 { */
/* 	background-color: #cd6f00; */
/* } */

/* .topicBlock .bg-3 { */
/* 	background-color: #713d00; */
/* 	color: #fff; */
/* } */

/* .topicBlock .bg-4 { */
/* 	background-color: #cacb3b; */
/* } */

/* .topicBlock .bg-5 { */
/* 	background-color: #bead96; */
/* } */

/* .topicBlock .bg-6 { */
/* 	background-color: #522e00; */
/* } */

/* .topicBlock .bg-7 { */
/* 	background-color: #888888; */
/* } */
