html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/images/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/images/fancybox/fancy_title_right.png') repeat-x;
}

html {
  overflow: auto;
}
a {
  outline: none;
}
body {
  font-family: Arial, Helvetica, sans-serif;
	background: #111;
	margin: 0;
	padding: 0;
}
#minimaColorBar {
  height: 3px;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100002;
}
#minimaColorBar.minimamedic {
  background: #009edb;
}
#minimaColorBar.minima {
  display: none;
}
#minimaHeader {
	background: #111;
	height: 100px;
	z-index: 100001;
  position: fixed;
  width: 100%;
  top: 0;
}
* html #minimaHeader,
* html #minimaMenu,
* html #minimaColorBar { 
	position: absolute;
}
#minimaLogoContainer {
	float: left;
	padding: 40px 0 0 40px;
}
#minimaLogoContainer img {
  border: none;
}
#minimaMenu {
	background: #111;
	float:left;
	width: 180px;
	z-index: 101;
  position: fixed;
	top: 100px;
  line-height: 10px;
  vertical-align: top;
}
#minimaMenu ul {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
}
#minimaMenu ul li {
  margin-top: 7px;
}
#minimaMenu ul li:first-child {
  margin-top: 0;
}
#minimaMenu ul li.m19,
#minimaMenu ul li.m53 {
  margin-top: 26px;
}
#minimaMenu ul li ul {
	padding: 26px 0 19px 0;
	margin: 0;
	list-style: none;
	display: none;
}
#minimaMenu ul li.active ul {
/*  display: block;*/
}
#minimaMenu a {
	outline: none;
	color: #646464;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	vertical-align: top;
}
#minimaMenu span,
#minimaMenu strong {
	vertical-align: top;
}
#minimaMenu li a strong {
  font-weight: normal;
  color: #009edb;
}
#minimaMenu li a:hover {
	color: #a0a0a0;
}
#minimaMenu li.active > a,
#minimaMenu li.active > a:hover,
#minimaMenu li a .on.active,
#minimaMenu li a .off.active {
	color: rgb(160, 160, 160);
}
#minimaLocales ul {
	margin: 26px 0 0 40px;
}
#minimaLocales ul li {
  margin-bottom: 1px;
}
#minimaSound {
  height: 50px;
}
#minimaLocales li a,
#minimaSound li a {
	font-size: 9px;
}
#minimaSound li a.on span.off,
#minimaSound li a.off span.on {
	display: none;
}
#minimaTV {
/*  overflow: hidden;*/
	z-index: 100;
	position: relative;
}
#minimaContent {
	color: #998;
	z-index: 0;
	padding: 100px 0 0 180px;
}

#moviesContainer {
  width: 720px;
  height: 360px;
  position: relative;
}
.minimaWrapper {
	background: #141414;
  height: 360px;
  width: 720px;
  position: relative;
}
.minimaWrapper.narrow {
  width: 540px;
}
.minimaWrapper.www {
  height: 360px;
}
#minimaContent .image13 {
  position: absolute;
  left: 540px;
  width: 180px;
  height: 360px;
  overflow: hidden;
}
#minimaContent .imageFull {
  width: 540px;
  height: 360px;
  overflow: hidden;
}
#minimaContent .minimaWrapper.www .imageFull {
  height: 360px;
  width: 720px;
  overflow: hidden;
}
#minimaContent .imageHalf {
  position: absolute;
  left: 360px;
  width: 180px;
  height: 360px;
  overflow: hidden;
}
#minimaContent .content23 {
  width: 540px;
  height: 360px;
  float: left;
}
#minimaContent .contentHalf {
  width: 360px;
  height: 360px;
  float: left;
}
#minimaContent .wrapper {
  padding: 30px;
  float: left;
}
#minimaContent .wrapper .aligned {
  position: absolute;
  bottom: 26px;
  width: 480px;
  line-height: 17px;
  font-size: 11px;
  color: rgb(160, 160, 160);
  margin: 0;
}
#minimaContent .contentHalf .wrapper .aligned {
  width: 300px;
}
#minimaContent .wrapper .aligned p,
#minimaContent .wrapper .aligned ul {
  margin: 0;
}
#minimaContent .wrapper .aligned a, 
#minimaContent .wrapper .aligned a:visited {
  text-decoration: none;
  color: inherit;
}
#minimaContent .wrapper .aligned a:hover {
  text-decoration: none;
  color: inherit;
}
#minimaContent h1 {
  color: #505050;
  font-family: Arial;
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 30px 0;
  padding: 0;
}
#minimaContent .pageCaption {
  margin-top: 9px;
  clear: both;
  margin-bottom: 10px;
}
#minimaContent .pageCaption span {
  color: #646464;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  line-height: 10px;
  float: left;
}
#minimaContent .pageCaption a,
#minimaContent .pageCaption a:hover {
  color: #646464;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  line-height: 10px;
}
#minimaContent .pageCaption a:hover {
  color: #eee;
}
.minimaPageGridPage {
  position: relative;
/*  margin-bottom: 30px;*/
  width: 720px;
  height: 390px;
}
.minimaPageGridPage .overlay {
  position: absolute;
  width: 720px;
  height: 390px;
  background: #111;
  opacity: 0.95;
  z-index: 100000;
  display: block;
}
.minimaPageGridPage.content_full {
  width: 570px;
}
.minimaPageGridPage.content_full .overlay {
  width: 570px;
}

.horizontalTV {
/*  width: 780px;*/
	overflow: hidden;
	position: relative;
}
.horizontalTVLeft, 
.horizontalTVRight {
	position: absolute;
  height: 360px;
	width: 250px;
	top: 0;
	opacity: 0.9;
	z-index: 10000;
	background: transparent url(/images/minima/nav-btn-hor.png) no-repeat;
	display: none;
}
.horizontalTVLeft.large {
  width: 540px;
} 
.horizontalTVRight.large {
  width: 540px;
  left: 0;
}
.horizontalTVLeft {
	left: 0;
	background-position: 0 -1470px;
}
.horizontalTVRight {
	left: 290px;
	background-position: 100% -450px;
}
.horizontalGroup {
	width: 10000px;
	margin: 0;
	padding: 0;
/*  height: 550px;*/
  float:left;
}
.horizontalSet {
	float: left;
	width: 570px;
  overflow: hidden;
  
}

/* =============================== */
/* = banner page carousel styles = */
/* =============================== */
.banner .image13 {
  position: relative;
  overflow: hidden;
}
.banner .image13 img {
  height: 360px;
  width: 180px;
}
#minimaBanner ul,
#minimaBanner ul li {
	margin: 0;
	padding: 0;
}
#minimaContent .wrapper .aligned ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#minimaContent .wrapper .aligned ul li {
  float: left;
  width: 220px;
  height: 20px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.banner .pageCaption {
  position: absolute;
  top: 510px;
}
.flashContainer {
  background: #111;
}
#minimaContent object {
  background: #111;
}

div#fancy_overlay {
  z-index: 100005;
  background: #000;
}
div#fancy_loading {
  z-index: 100007;
}
div#fancy_outer {
  z-index: 100006;
}
div#fancy_inner {
  background: #111;
  border: none;
}

#minimaSpinner {
	display: none;
	z-index: 1000000;
	position: fixed;
	background: url(/images/minima/preloader2.gif);
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	height: 16px;
	width: 16px;
}
/*#minimaSpinner {
	display: none;
	z-index: 1000000;
	position: fixed;
	background: url(/images/minima/preloader2.gif);
	top: 41px;
	left: 180px;
	height: 16px;
	width: 16px;
}
#minimaSpinner.minimamedic {
	left: 210px;
}*/


img.teaser {
	position: absolute;
	z-index: 10000;
	width: 720px;
	height: 360px;
}