#contentwrappercollections {
		float: left;
		width: 100%;
		background-color: white;
	}
	
		#contentrightcollections {
			position: relative;
			margin-left: 140px;
			padding-left: 60px;
			height: 423px;
			color: #a69f8f;
			font: 10px/14px Helvetica, Arial, sans-serif;
		}
	
			#contentrightcollections p{
				width: 590px;
				border-bottom: 1px solid #cac5bc;
			}		
		
			#contentrightcollections table{
				width: 590px;
				padding-top: 10px;
				border-bottom: 1px solid #cac5bc;
			}
			
			#wn	{ 
				position:relative;
				width:99%; 
				height:423px;
				overflow:hidden;
				}
			
			#scrollbar { 
			  position:absolute; right:20px; top:40px;
			  display: block;
			  width: 64px; 
			  height: 250px; 
			  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
			  }
			  
			#track { 
			  position:absolute; left:0; top:35px;
			  width:64px; height: 200px;
			  background: transparent url(../images/collections_track.gif) top left repeat-y;
			  }
			  
				#dragBar {
				  position:absolute; left:1px; top:1px;
				  width:64px; height:20px;
				  background: transparent url(../images/collections_drag.gif) top left no-repeat;
				  }  
				#up { position:absolute; left:0; top:0; }  
				#down { position:absolute; left:0; bottom:0; }
			
			/* for safari, to prevent selection problem  */
			#scrollbar, #track, #dragBar, #up, #down {
				-moz-user-select: none;
			/*	-khtml-user-select: none; */
			}
			
			/* so no gap or misplacement due to image vertical alignment
			font-size:1px in scrollbar has same effect */
			#scrollbar img {
				display:block; 
				} 
					
		#contentleftcollections {
			float: left;
			padding-top: 15px;
			width: 140px;
			color: #a69f8f;
			font: 11px/14px Helvetica, Arial, sans-serif;
			text-align: left;
			margin-left: -878px;
			background-color: white;
		}
			

			#contentleftcollections ul {
				display: inline;
				list-style: none;
				margin: 0;
				padding: 0;
				color: #000;
				width: 140px;
			}
		
			#contentleftcollections li {
				list-style: none;
				margin: 0 0 5px 10px;
				width: 100%;
			}
		
			#contentleftcollections a {
			/*		display: block;	*/
				text-decoration: none;
				border: none;
				color: #000;
				width: 140px;
			}
		
			#contentleftcollections a:hover, #contentleftcollections a:active {
				color: #a69f8f;
			}
			
			#contentleftcollections ul li a#current, #contentleftcollections ul li a#current:hover {
				color: #b4b45a;
			}
	
