	
				#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
				#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
				ul#icons {margin: 0; padding: 0;}
				ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
				ul#icons span.ui-icon {float: left; margin: 0 4px;}
	
			.ui-slider { border: 1px solid #aaaaaa; background: #ffffff;}
			.ui-slider .ui-widget-header{
				background: #0083CA; 	
			}
			.ui-corner-all {
				visibility:hidden;
			}
			.ui-slider .ui-slider-handle{
					width:62px; 
					height:22px; 
					background:url(../images_gl/zoom_handle_up.png) no-repeat; overflow: hidden; 
					position:absolute;
					left:-10px;
					border-style:none;   
					outline: none;
			}
			.ui-slider-handle:hover{
					background:url(../images_gl/zoom_handle_down.png) no-repeat; overflow: hidden; 
			}
				
		  div.transbox
		  {
			position:absolute;
			top : 444px;
			left :150px;
			width:800px;
			height:100px;
			margin:0px;
		  }
		  div.bar {
			position:absolute;
			top:-5px;
			left:0px;
			background-color:#CCCCCC;
			width:1px;
			height:5px;
			overflow:hidden;
		  }
		   div.loadtext {
			position:absolute;
			top:0px;
			left:0px;
			color:#CCCCCC;
			font-family: Arial;
			font-size: 10px;
		  }
		  img.thumbnail {
			float:left;
			width:130px;
			margin:0px;
			padding:0px;
			border:1px solid #CCCCCC;
			padding: 8px 0px 0px 0px;
			display: inline;
			background-color:#010008;
		  }
		  
		  div.thumbHolder {
			position: absolute;
			top : 444px;
			left : 150px;
			width:800px;
			visibility: hidden;
			padding: 0px;
			margin: 0px;
			display: inline;
			line-height:0;
		  }
		  .rotateLeft{
			position:absolute;
			top:180px;
			left:10px;
		  }
		  .rotateRight{
			position:absolute;
			top:180px;
			left:900px;
		  }
		  a {
			outline:none;
		  }
		  #sliderframe{
			position:absolute;
			left:0px;
			top:0px;
		  }
		  .shotSelector{
			background : #CCCCCC;
			position: absolute;
			width : 132px;
			overflow:hidden; 
			height : 5px;
			top: -5px;
			left: 0px;
		  }
	   .clear { clear: both; }
		#bottomArrowButton
		{
			width:31px;
			height:17px;
			background-image:url("../images_gl/bottomArrowUp.png"); 
			overflow: hidden;
			cursor:pointer;
		}
		#leftArrowButton
		{
			width:17px;
			height:31px;
			background-image:url("../images_gl/leftArrowUp.png"); 
			overflow: hidden;
			cursor:pointer;
		}
		#rightArrowButton
		{
			width:17px;
			height:31px;
			background-image:url("../images_gl/rightArrowUp.png"); 
			overflow: hidden;
			cursor:pointer;
		}
		#topArrowButton
		{
			width:31px;
			height:17px;
			background-image:url("../images_gl/toptArrowUp.png"); 
			overflow: hidden;
			cursor:pointer;
		}
		#resetButton
		{
			width:69px;
			height:21px;
			background-image:url("../images_gl/reset_up.png");
			overflow: hidden;
		}
		.buttonHover
		{
			width:21px;
			height:21px;
			overflow: hidden;
		}
		.bottomToparrowButtonHover
		{
			width:31px;
			height:17px;
			overflow: hidden;
		}
		.leftRightarrowButtonHover
		{
			width:17px;
			height:31px;
			overflow: hidden;
		}
		.resetButtonHover
		{
			width:69px;
			height:21px;
			overflow: hidden;
		}
		.ui-slider-handle-hover
		{
			width:62px;
			height:20px;
			background-image:url("../images_gl/zoom_handle_down.png");
		}