/* SUWNICA */

#box1{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#up1{
	position: absolute;
	left: 480px;
	top: 10px;
	width: 12px;
	height: 14px;
	z-index: 6;
	cursor: pointer;
}

#track1{
	position: absolute;
	left: 994px;
	top: 0px;
	height: 250px;
	z-index: 3;
}
#drag1{
	position: absolute;
	left: 422px;
	z-index: 7;
	cursor: pointer;
	top: 40px;
}

#down1{
	position: absolute;
	left: 480px;
	top: 430px;
	z-index: 5;
	cursor: pointer;
}

#contentMask1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 450px;
	clip: rect(0pt, 470px, 530px, 0pt);
	overflow: hidden; z-index: 6;
}

#content1{
	position: absolute;
	left: 0px;
	width: 470px;
	top: 0px;
	text-align: justify;
	font-size: 14px;
	line-height: 22px;
	font-family: Times;
}

#content1 p{
	color: #590603;
	font-weight: bold;
	text-align: left;
}

.podinfo{
	font-size: 10px;
	color: #a7925d;
}

#content1 img, #flash{
	float: right;
	padding: 3px;
	margin: 5px 0px 5px 10px;
	border: 1px solid #332b10;
	line-height: 0px;
}

#content1 a{
	color: #600407;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

#content1 a:hover{
	color: #715a33;
}

#content1 table img{
	border: 0px;
	padding: 5px;
}
