@charset "UTF-8";
/* CSS Document */

.ovcontainer
{
	width:200px;
	height:200px;
	border:1px solid #000;
	display:block;
}
.ovcontainer2
{
	width:200px;
	border:1px solid #000;
}
#ovcontainer1
{
	overflow:hidden;
}
#ovcontainer2
{
	overflow:scroll;
}
#ovcontainer3
{
	overflow:auto;
}
#ovcontainer4
{
	overflow:visible;
}
#visible
{
	width:200px;
	height:320px;
	display:block;
}