#simple-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #simple-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#simple-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}



#simple-outer {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	display: none;
	z-index: 1101;
}

#simple-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#simple-loading {
background:none repeat scroll 0 0 transparent;
cursor:pointer;
display:none;
height:40px;
left:50%;
margin-left:-20px;
margin-top:-20px;
overflow:hidden;
position:fixed;
top:50%;
width:40px;
z-index:1104;
}

#simple-loading div {
background:url("imgs/loading.png") no-repeat scroll 0 0 transparent;
height:480px;
left:0;
position:absolute;
top:0;
width:40px;
}

#simple-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('imgs/close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: 
}


#simple-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.simple-title-inside {
	width:100%;
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.simple-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.simple-title-over {
	color: #FFF;
	text-align: center;
}

#simple-title-over {
	padding: 10px;
	background: url('imgs/title_over.png');
	display: block;
}

#simple-title-wrap {
	display: inline-block;
}

#simple-title-wrap span {
	height: 32px;
	float: left;
}

#simple-title-left {
	padding-left: 15px;
	background: transparent url('imgs/title_left.png') repeat-x;
}

#simple-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('imgs/title_main.png') repeat-x;
	color: #FFF;
}

#simple-title-right {
	padding-left: 15px;
	background: transparent url('imgs/title_right.png') repeat-x;
}

#simple-left, #simple-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('imgs/blank.gif');
	z-index: 1102;
	display: none;
}

#simple-left {
	left: 0px;
}

#simple-right {
	right: 0px;
}

#simple-left-ico, #simple-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#simple-left-ico {
	background: transparent url('imgs/nav_left.png') no-repeat;
}

#simple-right-ico {
	background: transparent url('imgs/nav_right.png') no-repeat;
}

#simple-left:hover, #simple-right:hover {
	visibility: visible;    /* IE6 */
}

#simple-left:hover span {
	left: 20px;
}

#simple-right:hover span {
	left: auto;
	right: 20px;
}

