
ul,ol,li{list-style:none}
/*	movie
 -------------------------------------------------------------------------------------------------------*/

#movieBan{
	width: 450px;
	height:95px;
	position: absolute;
	top:350px;
	left:50%;
	margin-left:-460px;
	cursor: pointer;
}
#mBase{
	width: 100%;
	height:100%;
	position: fixed;
	background: rgba(0,0,0,0.75);
	top:0;
	left:0;
	z-index: 100000000;
	display: none;
}
#baseClose{
	width: 100%;
	height:100%;	
	top:0;
	left:0;
	z-index: 1;
	cursor: pointer;
}
#movieMain{
	width:730px;
	height:100%;
	position: absolute;
	top:0px;
	left:50%;
	margin-left:-365px;
	z-index: 2;
	padding:20px;
	background-image: url(frame/movieFrame.png);
	display: box;
	background-color: #000;
}
#coshairImg{
	width: 692px;
	height:392px;
	background-image: url(coshair/1.jpg);	
	border: solid 1px #fff;
}
#hImg{
	width: 692px;
	height:392px;
	background-image: url(h/1.jpg);	
	border: solid 1px #fff;
}
#studioImg{
	width: 692px;
	height:392px;
	background-image: url(studio/1.jpg);	
	border: solid 1px #fff;
}
#movieMain img{
	width: 160px;
	border: solid 1px #ccc;
	cursor: pointer;
	margin:5px;
}
#mBase #movieMain .cosac{
}

#movieClose,#moviePrev , #movieNext{
	width:100%;
	height:55px;
	z-index: 3;
	cursor: pointer;
}

#movieClose{
	background-image: url(mclose.png);
	background-position: center top;
	background-repeat: no-repeat;

}




#moviePrev{
	background-image: url(frame/mprev.png);
	left:0%;
}


#movieNext{

	background-image: url(frame/mnext.png);
	right:0%;

}
