@charset "utf-8";

#tWrapper{width:298px; height:430px; background:url(../pic/ajax-loader.gif) center no-repeat;}
.small_pic.current { border: 1px solid #7F8B90;}


.small_pic {
    border: 1px solid #D9D9D9;
    display: block;
    height: 66px;
    overflow: hidden;
    width: 60px;
}
	.tovar_photo{
		 height:330px; overflow:hidden;
		 background:url(loader.gif) center no-repeat;
		 margin:2px;
	}
	.with_out_gal{ height:210px; text-align:center}
	.tovar_prev{ margin-top: 5px; position:relative; height:90px; }
		.tovar_prev_img{ width:1000px; text-align:left; display:block; margin:0; padding:0; list-style-type:none; position:absolute; left:0; top:10px}
		.tovar_prev_img li{ float:left; margin-right:16px;}
		
	.t_controls{ position:absolute; right:-1px; bottom:0; width:100%; height:100%;}	
		.t_controls div{ 
			width:100%; height:100%;
			background:url(control.png);
			cursor:pointer;
		}
	.t_controls div.zoom{ background:url(control.png) no-repeat bottom right;}
	
	#mask{ position:fixed; left:0; top:0; z-index:1800; width:100%; background: rgba( 0, 0, 0, 0.6); display:none;}
	
	
	#gWater {
		background: none repeat scroll 0 0 #FFFFFF;
		border: 3px solid #7F8B90;
		box-shadow: 0 3px 8px #333333;
		display: none;
		font-size: 12px;
		left: 50%;
		margin-left: -450px;
		position: fixed;
		text-align: center;
		top: 50%;
		width: 900px;
		z-index: 20000;
		height:600px;
		margin-top:-300px;
	}
	
					#gWater_close{
						font-size:20px;
						font-size:32px;
						margin:0 12px 0 0;
						cursor:pointer;
						float:right;
						font-weight:bold;
					}
						#gWater img{ margin:0 20px; max-height:450px; max-width:500px; overflow:hidden}
						#gWater table{ margin:20px auto; width:90%; clear:both; height:500px}
					.gallery_left, .gallery_right{ width:34px; height:72px; background: url(gallery_arrow.png); display:block; text-indent:-9999px;}
						.gallery_left a, .gallery_right a{ display:block; height:60px}
						.g_col{ width:34px}
						.gallery_right{ background-position:0 -72px;}
						.gallery_left:hover{background-position:-34px 0;}
						.gallery_right:hover{background-position:-34px -72px;}