/* CSS Document */

/* Scrollbar & content css */						
#content1, #content3{
	height: 190px;
	width: 373px;
	float:left;
	background: transparent;
	overflow:hidden;
	color: white;
}

#content2{
	height: 138px;
	width: 629px;
	float:left;
	background: transparent;
	overflow:hidden;
	color: white;
}

#content1 p{
	margin: 0px 0px 10px 0px;
}
.scrollbar-vert{
	background-color: transparent;
	height: 190px;
	width: 20px;
	float:left;
}
.handle-vert{
  margin-left: 13px;
	height: 20px;
	width: 20px;
	background: url(../img/scroll_kolecko.gif) no-repeat;
}

#content2 p{
	width: 700px;
	background-color: white;
}
.scrollbar-hor{
	background-color: transparent;
	height: 20px;
	width: 631px;
	float:left;
}
.handle-hor{
	margin-top: -170px;
  height: 20px;
	width: 20px;
	background: url(../img/scroll_kolecko.gif) no-repeat;
}

.handle-hor2{
	margin-top: -285px;
  height: 20px;
	width: 20px;
	background: url(../img/scroll_kolecko.gif) no-repeat;
}

#content3 p{
	width: 700px;
}

.clear{
	clear:both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
