html, body {
	margin: 0;
	padding: 0;
}

table, td, div, ul, li, ol, p, h1, h2, h3, h4, h5, h5, h6, hr, img, form, input, textarea, button, iframe {
	margin: 0;
	padding: 0;
	border-style: none;
}

img {
	border: 0;
}

* {
	background-repeat: no-repeat;
}

body {
	font-family: Arial;
	font-size: 12px;
}

input, textarea, select {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
}

input.text, input.password, input.file, textarea, select, input.submit, input.button {
	margin: 1px 0;
	border: 1px solid #111;
	padding: 2px;
	background-color: #111;
}

input.submit, input.button {
	cursor: pointer;
	padding: 1px;
	border: 1px solid #111;
	background-color: #111;
}

input.radio, input.checkbox {
	vertical-align: middle;
}

textarea {
	overflow:auto;
}

input.text:focus, input.password:focus, input.file:focus, input.submit:focus, input.button:focus, textarea:focus, select:focus {
	border: 1px solid #333;
}

body {
	color: #fff;
	background-color: #000;
}

a {
	color: #fff;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

p {
	margin: 2px 0;
}

div.scrool {
	height: 278px;
	padding-right: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
}

div.scrollArticle {
	height: 220px;
	width: 510px;
	padding-right: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
	float:left !important;
}

div.scrollContent {
	height: 220px;
	padding-right: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
	float:left !important;
}

div#top, div#page, div#bottom { 
	width: 980px;
	margin: 0 auto;
}

div#top {
	height: 10px;
}

div#page {
	position: relative;
	height: 572px;
}

div#page div#banner1 {
	position: absolute;
	width: 468px;
	height: 60px;
	left: 484px;
	top: 39px;
}

div#page div#banner2 {
	position: absolute;
	width: 125px;
	height: 125px;
	left: 28px;
	top: 435px;
}

div#page div#banner3 {
	position: absolute;
	width: 238px;
	height: 60px;
	left: 718px;
	top: 435px;
}

#container {
	position: absolute;
	width: 980px;
	height: 296px;
	left: 0;
	top: 122px;
}

#container.home {
	display:none;
}
div#header {
	position: absolute;
	width: 278px;
	height: 278px;
	left: 0;
	top: 0;
	border: 4px solid #111;
	padding: 5px;
	background-color: #222;
}

div#content {
	position: absolute;
	width: 658px;
	height: 278px;
	right: 0;
	top: 0;
	border: 4px solid #111;
	padding: 5px;
	background-color: #222;
}

div#content p {
	margin: 5px 0;
}

div#header div.home {
	position: absolute;
	right: 5px;
	top: 5px;
}

div#header div.home a {
	font-weight: bold;
	text-decoration: none;
}

div#header div.home a:hover {
	text-decoration: underline;
}

div#header div.section {
	position: absolute;
	width: 120px;
	left: 5px;
	top: 7px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

div#header div.menu {
	position: absolute;
	width: 120px;
	left: 135px;
	top: 7px;
}

div#header div.menu a {
	font-size: 14px;
	text-decoration: none;
}

div#header div.menu a:hover {
	text-decoration: underline;
}

div#header div.city {
	position: absolute;
	width: 278px;
	top: 120px;
	text-align: center;
}

div#header div.bottom {
	position: absolute;
	width: 278px;
	bottom: 5px;
}

div#header div.bottom div.title {
	margin: 5px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

div#header div.bottom div.subtitle {
	margin: 5px 0;
	font-weight: bold;
	text-align: right;
}

div#bottom {
	position: relative;
	height: 70px;
	margin-bottom: 5px;
	background-color: #000;
}

div#bottom p, div#bottom p a {
	font-size: 10px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

div#bottom p a:hover {
	color: #666;
}

div#bottom a img#logo {
	position: absolute;
	top: 0;
	right: 32px;
	opacity: 0.25;
	filter:alpha(opacity=25);
}

div#bottom a:hover img#logo {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

div#posters_list div.item {
	float: left;
	width: 154px;
	padding: 2px 2px 10px 2px;
	text-align: center;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float:left;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#searchForm {
	margin-top:140px;
	margin-left: 20px;
	font: 14px bold Arial;	
}

#txtSearch {
	color: #000;
	border:solid 1px #000000;
}
.imgMenu{
/*	border:solid;
	border-width: medium;
	border-color: #FFE49D;*/
	vertical-align:middle;
/*	padding:5px 5px 5px 5px;*/
	width:205px;
	overflow-y:hidden;
	height: 255px;
}
