* {
  font-size:100.01%;
  margin:0;
}

body{
  font:.8em Arial,sans-serif;
  background:#000;
  color: #fff;
}
a{
  color: #ff0000;
}

table.wrap{width:100%;height:100%;}

.cnt{
  background: url("/images/bg.jpg") no-repeat;
  width: 1024px;
  height: 707px;
}
table.deti1{
  margin-top: 2px;
  left: 47px;
  float: left;
  position: relative;
  background: url(/images/deti.jpg) no-repeat;
}
table.deti2{
  margin-top: 2px;
  left: 47px;
  float: left;
  position: relative;
  background: url(/images/deti2.jpg) no-repeat;
}

ul.menu{
  margin-top: 40px;
  padding: 0 10px;
  float: left;
}
ul.menu li{
  display: block;
  width: 138px;
  height: 33px;
  padding: 2px 0;
}

div.content{
	display:block;
	float:left;
	position:relative;
	top:197px;
}
table.video{
	margin: 0;
	padding: 0;
	width: 480px;
	height: 368px;
	display: block;
	position: relative;
	background: #000;
	left: 31px;
	float: left;
}

#imgbox{
	margin: 0;
	padding: 0;
	width: 484px;
	height: 368px;
	display: block;
	position: relative;
	background: #000;
	left: 29px;
	float: left;
	overflow: hidden;
}
#imgbox .big{
	text-align: center;
}
#imgbox .small{
	float: left;
}
#imgbox .small li{
	display: block;
	width: 100px;
	height: 70px;
	float: left;	
	padding: 2px 4px;
	text-align: center;
}
#imgbox .small img{
	border: 1px solid #eee;
}
.pdl{
	width: 470px;
	height: 330px;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 40px;
	display: block;
	text-align: justify;	
}
h1{
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 10px;
}

.map-level-0 li{
	padding-left: 20px;
	padding-bottom: 5px;
}

span.mainlink{
	display: block;
	width: 320px;
	height: 70px;
	position: relative;
	z-index: 1000;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.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;
	background:transparent url(/images/basic_arrow_up.gif) repeat-x scroll 0 0;
}
a.jScrollArrowUp:hover {
	background-position:0 -15px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	background:transparent url(/images/basic_arrow_down.gif) repeat-x scroll 0 0;
}
a.jScrollArrowDown:hover {
	background-position:0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position:0 -30px;
}

small{
        font-size: 80%;
}