
body {
	background-color: #F4F4F7;
}

	
	.img_class{
		float:left;
	}
	.img_mouse_over{
		border:none;
		cursor:pointer;
		cursor:hand;
	}
	#img_layout {
	width:265px;
	height:265px;
	clear:both;
	background-position:center center;
	background-repeat:repeat;
	background-color: #999999;
	}
	#img_mask {
		position:relative;
		top:0px; left:0px;
		width:273px;
		height:274px;
		z-index:12;
		clear:both;
	}
	#loader {
		padding-top:13px;
		
	}
	#img_preview{
		position:relative;
		top:-100px;
		left:8px;
		background-position:center;
		z-index:10;
		clear:both;
	}
	#scroll{
		position:absolute;
		overflow:hidden;
		z-index:13; clear:both;
		left:35px;
		
	}
	#prev {
		position:absolute;
		vertical-align:middle;
		float:left;
		z-index:13;
		left:20px;
		
	}
	#next {
		position:absolute;
		float:right;
		vertical-align:middle;
		z-index:13;
		left:265px;
		
	}
	.a_none{
		text-decoration:none; clear:both;
	}
	#preload{
		visibility:hidden; position:absolute; top:-200px;
	}
	
	


