body {
	font-family: "Source Sans Pro", sans-serif;
	padding:0;
	margin:0;
}

#containerSingle {position: relative; color: white; /*background: #3D54A4;*/}
#containerSingle.yyy {display: block; overflow: hidden;position: relative; /*border: 1px solid #0000ff*/}

#containerSingle h3{
	margin:0 0 20px 0;
	color:#FFF;
	font-size:1.6em;
	padding:5px 20px;
}

#navigationContent {
	/* position: absolute; min-height: 500px; */
	display: inline; overflow: hidden; float: left;
	/*position: absolute; top: 0px;*/
	position: relative; top: 0px;
	width: 130px;
  margin: 0 0 0 30px;
  z-index: 1000;
}

#imgContainer {
	display: inline; overflow: hidden; float: left; /*border: 1px solid #00ff00;*/
	width: 50% !important;
}

.zoomableContainer {
  /*display: block; overflow: hidden;*/
  position: relative;
 }

.zoomableContainer img {
  /*display: block; overflow: hidden;
  position: relative;*/
  position: absolute;
  top: -120px;
}

#navigationContent select {
	width: 125px;
	min-height: 500px;
	background: #3D54A4;
}
#navigationContent select option{
	color:#FFF;
	font-size:1.1em;
	font-family: "Source Sans Pro", sans-serif;
	text-align: center;
    padding: 5px;
	font-weight: 600;
}

#navigationContent select option:checked{
	background: #141d3d !important;
}

#pageContent {
	display: inline; overflow: hidden; float: left;
	position: relative;
	/*position: absolute; left: 130px; top: 30px;*/
	min-height: 300px;
	/*border: 1px solid #ff0000;*/
}


#smartZoomContainer1730566899270 {display: block; overflow: hidden;/*border: 1px solid #0000ff;*/}
#smartZoomContainer1730566899270 > img {display: block; overflow: hidden;/*border: 1px solid #ffff00;*/}


#positionButtonDiv {
	/*position: absolute; right: 35px; top: 190px;*/
	display: inline; overflow: hidden; float: left;
	position: relative; top: 0px;
	background: #3D54A4;
	border: solid 1px #141d3d;
	color: #FFFFFF;
	padding: 10px 15px 10px 15px;
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
}

#positionButtonDiv .positionButtonSpan img {
	float: right;
	border: 0;
}
#positionButtonDiv span{
	clear: both;
    overflow: auto;
    display: block;
	padding:10px 0 0;
}

#pid6676{
	background: #ebebf4;
}
#positionButtonDiv p{
	font-size:14px;
	margin:0 0 10px 0;
}


select.widthHeight::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

select.style::-webkit-scrollbar-track {
  border: rgb(180, 180, 180);
  background-color: #ff6536;
}

select.style::-webkit-scrollbar-thumb {
  background-color: #3677ef;
  border: 1px solid rgb(193, 193, 193);
}