@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	text-align: justify;
}

a { 
	text-decoration: none;
	color:#000000
}

.bg
{
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#slider {
	width: 490px; /* important to be same as image width */
	height: 262px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: 0px;
	margin-top: 0px;
	left: 0;
	top: 0;
}
#sliderContent {
	width: 490px; /* important to be same as image width or wider */
	position: relative;
	top: 0;
	margin-left: 0;
	left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	margin-left: 0;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 12px;
    width: 490px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

.clear {
	clear:both
}

.titleContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C00;
	padding-top: 5px;
	font-weight: bold;
}

.copytext {
	font-size: 12px;
	color: #666;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16pt;
}

.filmdetail {
	font-size: 12px;
	color: #999;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
}

.ticketing {
	font-size: 14px;
	color: #FC0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
	font-weight: bold;
	text-indent: 18px;
	height: 30px;
}

.sidemenu {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10pt;
	
}

.boldcontent {
	font-size: 16px;
	color: #666;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
	font-weight: bold;
	height: 30px;
}
.brownContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #564C3B;
	padding-top: 5px;
	font-weight: bold;
}

.pContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #444A57;
	padding-top: 5px;
	font-weight: bold;
}
.newstext {
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
}

.newstext  a:link {
	color: #F30;
}
.newstext a:visited {
	color: #FC0;
}
.newstext a:hover {
	color: #F90;
}

