/* Tiny Scrollbar */
#dashboard-detail-wrapper .viewport 				{ width:636px; height: 480px; overflow: hidden; position: relative; }
	#dashboard-detail-wrapper .overview 			{ list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#dashboard-detail-wrapper .scrollbar				{ background: #d4a749; position: relative; background-position: 0 0; float: right; width: 15px; }
	#dashboard-detail-wrapper .track 					{ background: transparent url(images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
		#dashboard-detail-wrapper .thumb 				{ background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
			#dashboard-detail-wrapper .thumb .end { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#dashboard-detail-wrapper .disable 					{ display: none; }

#questions-wrapper .viewport 					{ width:640px; height: 440px; overflow: hidden; position: relative; }
	#questions-wrapper .overview 				{ list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#questions-wrapper .scrollbar					{ background: #d4a749; position: relative; background-position: 0 0; float: right; width: 15px; }
	#questions-wrapper .track 					{ background: transparent url(images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
		#questions-wrapper .thumb 				{ background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
			#questions-wrapper .thumb .end 	{ background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#questions-wrapper .disable 					{ display: none; }

#gallery-wrapper .viewport 					{ width:660px; height: 480px; overflow: hidden; position: relative; }
	#gallery-wrapper .overview 				{ list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#gallery-wrapper .scrollbar					{ background: #d4a749 /*url(images/bg-scrollbar-track-y.png)*/ no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; margin-top:15px; }
	#gallery-wrapper .track 					{ background: transparent url(images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
		#gallery-wrapper .thumb 				{ background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
			#gallery-wrapper .thumb .end 	{ background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#gallery-wrapper .disable 					{ display: none; }