.cinemagia1 .nw {
	background:transparent url(/img/window/cinemagia1/bg.png) repeat-x scroll;
	border-left:1px solid #FF9A23;
	border-top:1px solid #FF9A23;
	border-right:1px solid #FF9A23;
	height:23px;
	/*padding-left:10px;*/
}

.cinemagia1 .ne {
	background:transparent url(/img/window/cinemagia1/bg.png) repeat-x scroll;
	height:23px;
	/*padding-right:10px;*/
}

.cinemagia1 .n {
	background:transparent url(/img/window/cinemagia1/bg.png) repeat-x scroll;
	height:24px;
	margin:0;
	padding:0;
	text-align:center;
	padding-right: 60px;
	overflow: hidden;
}

.cinemagia1 .content {
	background-color:#fff;
	color:#000;
	font:normal 12px/1em Tahoma, Arial, sans-serif;
	overflow:auto;
}

.cinemagia1 .w {
	border-left:1px solid #FF9A23;
	border-right:1px solid #FF9A23;
}

.cinemagia1 .e {}

.cinemagia1 .sw {
	border-left:1px solid #FF9A23;
	border-right:1px solid #FF9A23;
	border-bottom:1px solid #FF9A23;
	font-size:2px;
	height:12px;
	padding-left:6px;
	background: #fff;
}

.cinemagia1 .se {
	font-size:2px;
	height:12px;
	padding-right:6px;
}

.cinemagia1 .s {
	font-size:11px;
	height:12px;
	overflow:hidden;
}

.cinemagia1 .se_resize_handle {
	background:transparent url(/img/window/cinemagia1/sizer.gif) no-repeat scroll right 0;
	font-size:2px;
	height:12px;
	padding-right:12px;
}

.cinemagia1 .se_sizer {
  width:12px;
  height:12px;
}

.cinemagia1 .buttons {
  position: absolute;
  top:1px;
  right:10px;
  height: 20px;
}

.cinemagia1 .buttons a.close {
	background:transparent url(/img/window/cinemagia1/buttons.gif) no-repeat 0 0;
	display:block;
	height:18px;
	float:left;
	width:23px;
	font-size:1px;
	padding-top:2px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/
}

.cinemagia1 .buttons a:hover.close {
	background:transparent url(/img/window/cinemagia1/buttons.gif) no-repeat 0 -18px;
}

.cinemagia1 .buttons a.maximize {
	background:transparent url(/img/window/cinemagia1/buttons.gif) no-repeat 0 -36px;
	display:none;
	height:18px;
	float:left;
	width:23px;
	font-size:1px;
	padding-top:1px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/
}
.cinemagia1 .buttons a:hover.maximize {
	background:transparent url(/img/window/cinemagia1/buttons.gif) no-repeat 0 -54px;
}

.cinemagia1 .buttons a.minimize {
	background:transparent url(/img/window/cinemagia1/buttons.gif) no-repeat 0 -72px;
	display:none;
	height:18px;
	float:left;
	width:23px;
 	font-size:1px;
 padding-top:0px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/
}

.cinemagia1 .buttons a:hover.minimize {
	background:transparent url(/img/window/cinemagia1/buttons.gif) no-repeat 0 -90px;
}

.cinemagia1 .buttons a.minimize.disabled, .cinemagia1 .buttons.over a.minimize.disabled  {
	background:transparent url(/img/window/cinemagia1/buttons.gif) no-repeat 0 -108px !important;
}


.cinemagia1_overlay {
	background-color: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.cinemagia1_wired {
	background:#FFF;
	border:1px #000 dashed;
	filter:alpha(opacity=60);
	opacity:0.6;
	position:absolute;
	-moz-opacity:0.6;
}