.white_container {
	position: relative;
}

.white_pgcontainer {
	min-height:100px;
	_height:100px;
}

.white_pgtoolbar {
	height:22px;
	border:1px solid #dadada;
	background: url(/uploads/image/mjtwimages/bg.gif);
	margin:10px 0 -1px 0;
}

.white_pgtoolbar td {
	font-size:12px;
	padding:0 1px 0 1px;
}

.white_pgpanel {
	float:left;
	padding:0 10px 0 10px;
}

.white_pgbtn {
	width: 20px;
	height: 18px;
	display: block;
	cursor: pointer;
	margin:1px;
}

.white_pgpress {
	margin:2px 0 0 2px;
}

.white_pgperpage {
	height:18px;
	font-size:11px;
}

.white_pgprev {
	background: url(/uploads/image/mjtwimages/prev.gif) no-repeat center;
}

.white_pgprevdisabled {
	background: url(/uploads/image/mjtwimages/prev_disabled.gif) no-repeat center;
	cursor:auto;
}

.white_pgnext {
	background: url(/uploads/image/mjtwimages/next.gif) no-repeat center;
}

.white_pgnextdisabled{
	background: url(/uploads/image/mjtwimages/next_disabled.gif) no-repeat center;
	cursor:auto;
}

.white_pgfirst {
	background: url(/uploads/image/mjtwimages/first.gif) no-repeat center;
}

.white_pgfirstdisabled {
	background: url(/uploads/image/mjtwimages/first_disabled.gif) no-repeat center;
	cursor:auto;
}

.white_pglast {
	background: url(/uploads/image/mjtwimages/last.gif) no-repeat center;
}

.white_pglastdisabled {
	background: url(/uploads/image/mjtwimages/last_disabled.gif) no-repeat center;
	cursor:auto;
}

.white_pgrefresh {
	background: url(/uploads/image/mjtwimages/nowait.gif) no-repeat center;
}

.white_pgload {
	background: url(/uploads/image/mjtwimages/loading.gif) no-repeat center;
}

.white_pgcurrentpage {
	width:20px;
	height:14px;
	line-height:14px;
	text-align:center;
	border:1px solid #cccccc;
	background:url(/uploads/image/mjtwimages/text_bg.gif) repeat-x;
}

.white_mask {
	width: 100%;
	height: 100%;
	background: url(/uploads/image/mjtwimages/loading.gif) no-repeat center;
	background-color: #ffffff;
	position: absolute;
	z-ndex: 999;
	top:0;
	left:0;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:.70;
}

.white_separator {
	width:2px;
	height:14px;
	background: url(/uploads/image/mjtwimages/separator.gif) no-repeat center;
}