#mainWrap {
	width: 500px;
	height: 305px;
	float: left;
}

#mainWrap img{
	position: absolute;
}

#frame {
	position: absolute;
	top: 125px;
	left: 500px;
}

#tmbCover {
	position: absolute;
	top: 0px;
	left: 505px;
}


#autoCover {
	position: absolute;
	top: 0px;
	left: 505px;
}

#loadCover {
	position: absolute;
	top: 0px;
	left: 0px;
}

#arrowDown {
	cursor: pointer;
	position: absolute;
	top: 293px;
	left: 505px;
}

#arrowUp {
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 505px;
}

/*for IE6 */  
* html #arrowDown {
	margin-top: -8px;  
}

/*for IE6 */  
* html #arrowUp {
	margin-top: -8px;  
}

#tmbWrap {
	width: 160px;
	height: 280px;
	padding: 12px 5px 0 5px;
	float: right;
}

#tmbArea {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#tmb ul {
	width: 160px;
	height: 55px;
	margin: 1px 0 0 0;
	list-style: none;
}

#tmb ul li {
	list-style: none;
	display: inline;
}

#tmb ul li a {
	border: 2px solid #cccccc;
	display: block;
}

.alphaImg2 {
	-ms-filter: "alpha( opacity=60 )"; /* IE8 */
    	filter: alpha( opacity=60 ); /* IE6‚ÆIE7 */
    	opacity:0.60; /* IEˆÈŠO */
}
