/* @override http://signboard40.local/topanim/main.css */

.png {
	behavior: url(/js/iepngfix.htc);
}

#tf_loading {
	position: absolute;
	width: 770px;
	height: 310px;
	line-height: 310px;
	font-weight: bold;
	color: #777;
	text-align: center;
}

#topflash {
	width: 770px;
	height: 310px;
	background: url(main.jpg);
	position: relative;
	font-family: sans-serif;
	overflow: hidden;
}

#topflash_pics {
	width: 700px;
	height: 250px;
	position: absolute;
	left: 35px;
	top: 0px;
}

#topflash .panel {
	width: 430px;
	height: 250px;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
}
#topflash .panelbg {
	width: 430px;
	height: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#topflash .panel .img {
	width: 228px;
	height: 228px;
	position: absolute;
	left: 11px;
	top: 11px;
	z-index: 10;
}
#topflash .pickup {
	width: 145px;
	height: 91px;
	background: url(pickup.png);
	position: absolute;
	right: 11px;
	top: 11px;
}
#topflash .name {
	font-size: 20px;
	line-height: 20px;
	width: 160px;
	position: absolute;
	right: 20px;
	top: 115px;
	overflow: hidden;
}

#topflash .name_en {
	font-size: 14px;
	line-height: 14px;
	width: 160px;
	color: #676767;
	position: absolute;
	right: 20px;
	top: 140px;
}
#topflash .infobar {
	width: 398px;
	height: 35px;
	padding: 5px 5px 0px 5px;
	background: url(barbg.png);
	color: #e61;
	text-align: center;
	font-size: 12px;
	position: absolute;
	bottom: 11px;
	left: 11px;
	z-index: 20;
	line-height: 17px;
	font-weight: bold;
	overflow: hidden;
}

#topflash .profile {
	display:block;
	width: 102px;
	height: 18px;
	background: url(profile.png);
	text-indent: -9000px;
	position: absolute;
	right: 20px;
	bottom:  63px;
}
#topflash .profile:hover {
	background-position: 0% 100%;
}

#topflash_navbot {
	position: absolute;
	bottom: 10px;
	width: 340px;
	left: 215px;
	height: 50px;
}
#topflash_navbot .prev,
#topflash_navbot .next {
	display: block;
	width: 15px;
	height: 50px;
	position: absolute;
	background: url(arrows_small.png);
	overflow: hidden;
	text-indent: -9000px;
}
#topflash_navbot .prev {
	left: 0px;
	top: 0px;
	background-position: 0 0;
}
#topflash_navbot .prev:hover {
	background-position: 0% 100%;
}

#topflash_navbot .next {
	right: 0px;
	top: 0px;
	background-position: 100% 0%;
}
#topflash_navbot .next:hover {
	background-position: 100% 100%;
}
#topflash_navbot .images {
	width: 305px;
	position: absolute;
	left: 25px;
}
#topflash_navbot .images img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	cursor: pointer;
}
#topflash_navbot #selector_frame {
	background: url(blank.gif);
	width: 46px;
	height: 46px;
	border: 2px solid #FE9502;
	position: absolute;
	top: 0px;
	left: 25px;
}

#mainnav {
	width: 770px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#mainnav .prev, 
#mainnav .next {
	width: 30px;
	height: 50px;
	background: url(arrows.png);
	display: block;
	position: absolute;
	text-indent: -9000px;
}
#mainnav .prev {
	left: 5px;
	background-position: 0% 0%;
}
#mainnav .prev:hover {
	background-position: 0% 100%;
}

#mainnav .next {
	right: 5px;
	background-position: 100% 0%;
}
#mainnav .next:hover {
	background-position: 100% 100%;
}

