.a {
	width:300px;
	height:100%;
	float:left;
	background:magenta;
}
.b {
	width:300px;
	height:100%;
	float:left;
	background:green;
}
#gallery_cont {	
	margin-top:52px;
	left:250px;/**/
	position:absolute;
	overflow:hidden;
}
#gallery {	
	height:100%;
	color:#444;
	font-weight:bold;
	font-size:14px;
	overflow-y:hidden;
	overflow-x:auto;
}
#gallery_left, #gallery_right {
	height:40px;
	width:40px;
	position:absolute;
	top:50%;
	margin-top:-27px;
	z-index:10;
	cursor:pointer;
	display:none;
}
#gallery_left {
	left:20px;
	background:url(../images/interface/interface.png) -269px -308px no-repeat;
}
#gallery_right {
	right:20px;
	background:url(../images/interface/interface.png) -269px -348px no-repeat;
}
.float{
	height:100%;
	float:left;
	position:relative;
	margin-left:10px;
}
.thumb {
	position:absolute;
	cursor:url(../images/interface/zoomin.gif), pointer;
    top:50%;
}
.thumb img {
	width:100%;
	box-shadow: #000 0em 0em 0em;
}
.thumbImg {
    height:100%;
}
.thumb_overlay {
	position:absolute;
	width:100%;
	height:100%;
	background:#222;
	z-index:1;
	top:0;
	left:0;
}
.thumb_spinner {
	position:absolute;
	width:32px;
	height:32px;
	background:url(../images/interface/ajax-loader-YYY.gif) 0 0 no-repeat;
	z-index:2;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-16px;
}
.row1 {
	height:540px;
	position:relative;
	margin-top:0;
}
.row2 {
	height:540px;
	position:relative;
	margin-top:10px;
}
.zoom {
	position:absolute;
	z-index:1;
	width:29px;
	height:29px;
	background:url(../images/interface/interface.png) -357px -251px no-repeat;
	bottom:5px;
	right:5px;
	cursor:pointer;
}
.step {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:none;
}