/*
	Background Stretcher jQuery Plugin
	© 2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

HTML {_background: url(/images/trans.gif) no-repeat fixed;}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}

#thNav{ width:120px; height:20px; margin:0 auto 0; padding-top:435px; /*position:absolute; top:520px; left:47%;*/}
#thNav ul{ width:120px; margin:0 auto;}
#thNav ul li { width:20px; height:20px; float:left; margin:0 4px;text-indent:100%;white-space:nowrap;overflow:hidden;}
#thNav ul li a{ display:block; width:20px; height:20px; background:url(../../images/top/mv/th.png) no-repeat 0 0;}
#thNav ul li.showPage a{ background:url(../../images/top/mv/th_on.png) no-repeat 0 0;}