#ol {
	background-color: transparent;
	z-index: 9999;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}

#fd {
	opacity: 0.5;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}

#cl {
	background-color: transparent;
	opacity: 0.0;
	position: fixed;
	left: 20%;
	top: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}

#tx {
	background-color: transparent;
	position: fixed;
	left: 40px;
	top: 0px;
	display: table;
	padding: 0px;
	margin: 0px;
	width: auto;
	height: 24px;
	vertical-align: bottom;
	overflow: hidden;
}

#tl {
	display: table-cell;
	width: auto;
	height: 0.9em;
	text-shadow: black 0px 0px 4px;
	color: white;
	font: bold 0.9em Tahoma, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

.ol {
	background-color: transparent;
	position: absolute;
	left: 20%;
	top: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
	width: 60%;
	height: 100%;
}

.ol_t {
	background: url(../img/ol/t.png) repeat-x transparent;
}

.ol_r {
	background: url(../img/ol/r.png) repeat-y transparent;
}

.ol_b {
	background: url(../img/ol/b.png) repeat-x transparent;
}

.ol_l {
	background: url(../img/ol/l.png) repeat-y transparent;
}

.ol_rt {
	background: url(../img/ol/rt.png) transparent;
}

.ol_rb {
	background: url(../img/ol/rb.png) transparent;
}

.ol_lb {
	background: url(../img/ol/lb.png) transparent;
}

.ol_lt {
	background: url(../img/ol/lt.png) transparent;
}

.ol_cl {
	background: url(../img/ol/cl.png) transparent;
}

.ol_ct {
	background: white url(../img/ol/indicator.gif) 50% 50% no-repeat;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.ex:link {
	color: white;
	text-decoration: none;
}

.ex:visited {
	color: white;
	text-decoration: none;
}

.ex:active {
	color: #fa0;
	text-decoration: none;
}

.ex:hover {
	color: #fa0;
	text-decoration: none;
}

#ol_partlist {
	background: url(../img/front/p_10.jpg) no-repeat;
	height: 255px;
	width: 66px;
	float: left;
	margin: 30px 20px 30px 20px; *
	margin: 30px 20px 30px 20px !important; *
	margin: 30px 20px 30px 10px;
	padding-top: 20px;
}

.ol_piclist {
	background: url(../img/front/p_10.jpg) no-repeat;
	height: 255px;
	width: 66px;
	float: left;
	padding-top: 20px;
}

#ol_piccon {
	float: left;
}

.ol_piclit {
	height: 40px;
	width: 40px;
	border: 1px solid #c2c2c2;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 11px;
}

.ol_piclit img {
	height: 40px;
	width: 40px;
}


#wrap          { width: 600px; position: relative; }
#small         { position: relative; width: 100%; }
#large         { background: white; position: relative; width: 600px; }
#mover         { position: absolute; top: 0; left: 0; width: 104px; height: 104px; overflow: hidden; z-index: 100; background: white; display: none; }
#overlay       { border: 1px solid blue; width: 102px; height: 102px; position: absolute; top: 0; left: 0; z-index: 200; }
