@charset "utf-8";
/* CSS Document */

/* header scroll */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 815px;
	height:195px;
	margin: 10px 12px ;}
.scrollable .items {
	width:30000em;
	position:absolute;
	clear:both;}
.scrollable img {
	width: 815px;
	height:195px;}


/* movie player */
#flash2 {
	width:195px;
	height:148px;
	background-image:url(/elements/movie/09-agc.png);
	text-align:center;
	cursor:pointer;}
#flash2 img {
	margin-top:100px;}
	
	
	
/* window pop */

#overlay {
	background-image:url(/elements/pop/white.png);
	color:#efefef;
	height:450px;}
.contentWrap {
	height:441px;
	overflow-y:auto;}
.apple_overlay {
	display:none;
	background-image:url(/elements/pop/white.png);
	width:640px;		
	padding:35px;
	font-size:11px;}
.apple_overlay div.close {
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;}
