@charset "utf-8";
/* Scrollbar & content css */						
#content1, #content2, #content3{


}
#content1 p{
	margin: 10px;
}
.scrollbar-vert{
	height: 220px;
	width: 25px;
	float:left;
}
.scrollbar-vertcont a {
	display: block;
	height: 25px;
	width: 10px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}

.scrollbar-vertcont {
	height: 100px;
	width: 25px;
	float:left;
	padding-top: 20px;
}
.scrollbar-vertcont .flechas {
	height: 25px;
	width: 25px;
	cursor:pointer;
}
#scroll_up , #scroll_up1{
	background-image: url(../images/scrollup.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#scroll_down , #scroll_down1{
	background-image: url(../images/scrolldown.gif);
	background-repeat: no-repeat;
	background-position: center;
}


.handle-vert{
	height: 25px;
	width: 10px;
	background-color: #FFF;

}
#content2 p{
	width: 1000px;
}
.scrollbar-hor{
	background-color: #d2e8ff;
	height: 20px;
	width: 300px;
	float:left;
}
.handle-hor{
	height: 20px;
	width: 42px;
	background: url(../images/handle-hor.gif) no-repeat;
}
#content3 p{
	width: 700px;
}
