
/*STAGE*/
/*-----------------------------------------------------*/
#ContStage{
	margin-top:20px;
	display:block;
	border:0px solid #ff0;
	height:160px;
	/*background-image:url("../images/stage_dummy.png");
	background-repeat:no-repeat;*/
}

#stageTarget{
	position:fixed; /*Work in ie only ,(position:absolute;) */ 
	top:0px; bottom:0px; left:0px; right:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	border:0px solid #fff;
	overflow: hidden;
}

#s_Year{
	display:block;
	height:36px;
	width:488px;
	background-image:url("../images/stage_year.png");
	background-repeat:no-repeat;
}
#yearlist{
	color:#fff;
	font:"Arial";
	font-size:12pt;
	display:block;
	height:18px;
	width:490px;
	margin:10px 0 0 0;
	border:0px solid #00f;
}
#yPrev{
	float:left;
	display:inline-block;
	height:18px;
	width:18px;
	border:0px solid #ff0;
}
#yList{
	float:left;
	display:inline-block;
	height:18px;	
	border:0px solid #ff0;
	overflow:hidden;
	}
	#yList ul {
		margin: 0px 0 0 -30px;
	}
	#yList ul li{
		color:#fff;
		font:"times";
		font:"Arial";
		font-size:11pt;
		font-weight:bold;
		margin:-2px 7px 0 6px;
		float:left;
		display:inline-block;
		text-align:center;
		list-style:none;
		cursor:hand;
		border:0px solid #cc0;
	}
#yNext{
	float:right;
	left:475px;
	display:inline-block;
	height:18px;
	width:18px;
	border:0px solid #cc0;
}

#Poster{
	float:left;
	position:absolute;
	left:525px;
	width:250px;
	height:350px;
}

/*----------------------------- verson 2 -------------------------------------------*/
#sFullScreen{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	opacity:.6;	
	display: none;
	cursor:pointer;
}
#sCenter{
	position:absolute;
	border:10px solid #fff;
	height:auto;
	width:auto;
	min-height:100px;
	min-width:100px;
	background-color:#fff;
	display: none;	
	opacity:0;
}

#sPoster{
	max-height:100%;
	float:left;
	position:relative;
}

#sDesc{
	width:300px;
	font-size:10px;
	text-align:justify;
	padding: 0 0 0 10px;
	float:left;
	position:relative;
}

#sTitle{
	margin-top:20px;
	border:0px solid #cc0;
	width:670px;
	height:10px;
	font-weight:bold;
}

#ContDis{
	position: absolute;
	margin-top:10px;
	display:block;
	height:200px;
	width:670px;
	border:0px solid #f00;
	background-image:url("../images/film_bg.png");
	/*overflow:hidden;*/
}

#disArea{
	top:10px;
	position: absolute;
	height:400px;
	width:100%;
	border:0px solid #fff;
	
}


#disList{
	float:left;
	display:inline-block;	
	width:750px;
	height:200px;
	border:0px solid #ccc;
}

#disControl{
		float:left;		
		position:absolute;
		display:inline-block;
		width:80px;
		height:200px;
		border:0px solid #0c0;
	}
	#dCPostion{
		float:right;
		padding:0px 10px 0 0;
	}
	#dType{
		height:85px;
		font-family: Arial;
		font-size:;18pt;
		font-weight:bold;
		color:#FFF;
		border:0px solid #0c0;
		padding:50px 0 7px 0;
		text-align:center;
	}
	.arrow{		
		border:0px solid #0c0;
		text-align:center;
		cursor:hand;
	}
	
#cdThumb{
	float:left;
	display:block;
	width:580px;
	height:200px;
	border:0px solid #0cc;
	}
	
	.cdbox{
		margin: 0 15px 15px 0;
		background-color:#fff;
		height:80px;
		width:80px;
		float:left;
		display:block;
		text-align:center;
		list-style:none;
		cursor:hand;
		overflow:hidden;
	}

#pageArea{
	top:0px;
	position:absolute;
	width:650px;
	height:180px;
	border:0px solid #0cc;
	overflow:hidden;
}
#pageSide{
	top:0;
	position:absolute;
	width:650px;
	height:190px;
	
}	

.disBox{
	border:0px solid #c00;
	width:100%;
	height:200px;
	color:#fff;
}

.btn{
	font-family:Arial;
	font-size:15pt;
	font-weight:bold;
	color:#939598;
	cursor:hand;
	}
	.btn:hover{
		color:#fff;	
	}
	
#cdPhoto{
	float:left;
	display:inline-block;
	width:200px;
}

#cdDetail{
	padding-left:10px; 
	float:left;
	display:inline-block;
	position:absolute;
	width:530px;
	height:200px;
	border:0px solid #cc0;
	}
	#cdDetail p{
		font-size:10pt;		
	}
	.disTItle{
		font-size:13pt;
		font-weight:bold;	
	}
	#backBtn{
		top:150px;
		left:94%;
		position:absolute;
		text-align:justify;
	}
	
#loadDis{
	position:absolute;
	margin:0 0 0 70px;
	top:0px;
	left:50px;
	border:2px solid #f00;
	width:630px;
	height:175px;
	background-color:#000;
	border-color:#000;
	z-index:2;
	opacity:0;
	background-image:url("../images/loading.gif");
	background-position:50% 50%;
	background-repeat:no-repeat;
	visibility:hidden;
}

#loadDisBox{
	position:absolute;
	top:200px;
	border:2px solid #f00;
	width:760px;
	height:200px;
	background-color:#000;
	border-color:#000;
	z-index:2;
	opacity:1;
	background-image:url("../images/loading.gif");
	background-position:50% 50%;
	background-repeat:no-repeat;
	visibility:visible;
}



/*-----------------------------------------------------*/