#gallery_scroller{
position:absolute;
width:900px;
height:10px;
top:540px;
left:0px;
border: 0px solid;
margin:0px;
padding:0px;
overflow:hidden;
}


#gallery_scroller_bg{
position:absolute;
width:900px;
height:2px;
top:4px;
left:0px;
background:#888;
margin:0px;
padding:0px;
overflow:hidden;
}

#gallery_scrollLeft a{
position:absolute;
width:30px;
height:10px;
top:0px;
left:0px;
background:#888;
margin:0px;
padding:0px;
overflow:hidden;
}

#gallery_scrollRight a{
position:absolute;
width:30px;
height:10px;
top:0px;
left:870px;
background:#888;
margin:0px;
padding:0px;
overflow:hidden;
}

#gallery_scrollBar a{
position:absolute;
width:20px;
border-left:1px solid #000;
border-right:1px solid #000;
height:10px;
top:0px;
left:30px;
background:#888;
margin:0px;
padding:0px;
overflow:hidden;
}

#gallery_scrollLeft a:hover, #gallery_scrollRight a:hover, #gallery_scrollBar a:hover{
background:#cfaa5c;
}
		#wn {
			width: 900px;
			height: 140px;
			float: none;
			position: relative;
			top: 30px;
			left: 0px;
			overflow: hidden;
			/*background-color: Red;*/
		}
		
			#lyr1 {
				/*min-width: 1000px;*/
				height: 140px;
				float: left;
				position: relative;
				font-family: Georgia, serif;
				font-size: 0.8em;
        page-break-after: avoid;
        page-break-before: avoid;
				/*background-color: LightBlue;*/
			}
			
			
			#scrollbar {
				width: 900px;
				height: 12px;
				position: relative;
        top: 30px;
        left: 0px;
				float: none;
				display: block;
				font-size: 1px;
				background-color: #111;
			}

			#track { 
			  position:absolute;
				left: 15px;
				top: 0px;
			  width: 870px;
				height: 12px;
			  background-color: #111;
			  /*background: url(images/track.png) no-repeat top center;*/
		  }
			
			#dragBar {
				position:absolute;
				left:15px;
				top:0px;
				width: 20px !important;
				height: 12px !important;
				/*background-color:#ceced6;*/
				background-color: #cfaa5c;
			}  
			
			#left { position:absolute; left:0; top:0; }
				
				#left a {
					width: 15px;
					height: 12px;
					display: block;
          background-color: #ceced6;
				}
			
			#right { position:absolute; left:885px; bottom:0; }
			
				#right  a {
					width: 15px;
					height: 12px;
					display: block;
          background-color: #ceced6;
				}

			#scrollbar, #track, #dragBar, #left, #right {
				-moz-user-select: none;
				-khtml-user-select: none;
			}
