#outerwraper{ width:100%; }
#Scroller-1 {
	position:relative;
	overflow: hidden;
	display:block;
	width: 100%;
	height: 327px;

}

.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
 
}
#Scrollbar-Container {
  position: relative;
  top:7px;
  left:0px;
}
.Scrollbar-Track {
	width: 9px;
	height: 310px;
	position: absolute;
	top: 2px;
	right: 10px;
	background-color: #f5f4f2;
}
.Scrollbar-Handle {
  position: absolute;
  width: 9px; 
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background:url(../images/scroll_handler.gif) repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#showPOPDiv {
    background: none repeat scroll 0 0 #E9E8D2;
    border: 3px solid #CFCDA6;
   left:20%;
    padding: 10px;
    position: absolute;
	box-shadow: 5px 5px 5px #888888;
	z-index:99999;	
}
#photodiv {
    background: none repeat scroll 0 0 #E9E8D2;
    border: 3px solid #CFCDA6;
   left:44%;
    padding: 10px;
    position: absolute;
	box-shadow: 5px 5px 5px #888888;
	z-index:99999;	
}
#showPOPDiv1 {
    background: none repeat scroll 0 0 #E9E8D2;
    border: 3px solid #CFCDA6;
   left:20%;
    padding: 10px;
    position: absolute;
	box-shadow: 5px 5px 5px #888888;
	z-index:99999;	
}
#showWitnessPOPDiv{
	background: none repeat scroll 0 0 #FCFBEF;
    border: 1px solid #999775;
   	left:30%;
    padding: 10px;
    position: absolute;
	box-shadow:3px 3px 0px #000;
	z-index:99999;	
}

#confirmBox{
	background: none repeat scroll 0 0 #D3D1AA;
    border: 1px solid #999775;
   	left:30%;
    padding: 10px;
    position: fixed;
	box-shadow:3px 3px 0px #000;
	z-index:99999;	
	top:400px;
}
