#body {
		overflow: hidden;
}
#minsize {
	position: absolute;
	top: 690px;
	left: 790px;
}

#content {
	overflow: visible; 
	position: absolute;
	left: 180px;
	top: 136px;
	width: 686px;
	height: 579px;
	z-index: 100;
}
#header {
	position:absolute;
	top: -50px;
	left: 130px;
}

	#middle {
		position: absolute;
		left: 3px;
		top: 3px;
		height: 570px;
		width: 675px;
		overflow: hidden;
	}
	
	.frame {
		position: absolute;
		z-index:100;
		font-size: 0px;
	}
					#frame_top_full {
						left: 5px;
						top: 0px;
					}
	#frame_left_full {
		left: 0px;
		top: 5px;
	}
								#frame_right_full {
									left: 675px;
									top: 5px;
								}
								#frame_right_short {
									display: none;
									left: 675px;
									top: 5px;
								}
					#frame_bottom_full {
						left: 2px;
						top: 567px;
					}
					#frame_bottom_short {
						display: none;
						left: 2px;
						top: 567px;
					}


.arrow{
	position:absolute;
	top: 75px;
	z-index: 500;
}
#arrowLeft {
	left: -90px;
}
#arrowRight {
	left: 640px;
	width:125px;
}
