@charset "UTF-8";
/* CSS Document */
	body, html {
	font-family:Helvetica, Arial, sans-serif;
	font-family:"Times New Roman", Times, serif;
	color: #FFF;
	font-size: 12px;
	background-color:#000;
	margin-top: 15px;
	font-size: 13px;
	line-height: 19px;
}
#wrapperDiv, #loaderDiv {
	width: 1130px;
	margin: auto;
}
#loaderDiv{
	text-align: center;	
}
#menuDiv {
	width: 130px;
	height: 500px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 16px;	
}
#reelDiv {
	width: 790px;
	height: 430px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	overflow:hidden; 
/*	overflow-y: hidden !important;
	overflow-x: auto !important;*/
}
#othersDiv {
	padding-left: 30px;
	width: 170px;
	height: 430px;
	float: left;
	margin-top: 10px;
}
.othersList{
	list-style: none;
	line-height: 16px;
}
#infoDiv {
	width: 790px;
	height: 100px;
	margin-left: 10px;
	margin-top: 0px;
	float: left;
	line-height: 19px;	
}
#itemHolder {
	width: 8200px;
}
.item {
	height: 400px;
	width: 400px;
	background-color: #060;
	margin-right: 10px;
	float: left;
}
a:link, a:active, a:visited {
	background: #000;
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:visited:hover {
	text-decoration: underline;	
	background: #FFF;
	color: #000;
}
h4 {
	line-height: normal;
	padding-top: 0;
	margin-top: 0;
	font-weight: normal;
}
ul {
	list-style:none;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
a.off:link, a.off:visited, a.off:active {
	color: #666;
	background-color: #000;
}
a.on:link, a.on:visited, a.on:active {
	color: #FFF;
	background-color: #000;
}
a.on:hover, a.on:visited:hover, a.off:hover, a.off:visited:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: underline;
}
.smallInfo {
	float: left;
	margin-right: 30px;
}
h1 {
	font-size: 20px;
	color: #FFF;
	padding-left: 150px;
	line-height: 21px;
	font-family: "Times New Roman", Times, serif;	
}
#holderDiv {
	padding: 0;
	margin: 0;
}
.imgHolder, .videoHolder {
	float: left;
	text-align: left;
}
.videoHolder{
	width: 320px;	
}
.imgHolder {
	width: 320px;
}
.tekstHolder{
	float: left;
	text-align: left;
	line-height: 15px;
	width: 600px;
	margin-right: 20px;
	font-family: "Times New Roman", Times, serif
}
.expoList{
	line-height: 15px;
	list-style:inside disc;
	padding-left: 20px;
}

img {
	border: none;
}
#centerHolder{
	width: 790px;
	height: 470px;
	float: left;
}
#controlDiv1{
	padding-left: 20px;
	float: left;
}
#controlDiv2{
	padding-right: 0px;	
	float: right;
}
.imgHolder img{
	cursor: pointer;
	cursor: hand;
}