p
{
	font-family:Tahoma,Arial;
	font-size:small;
}

table.photo
{
	border-style:solid;
	border-width:1px;
	border-top-color:RGB(210,210,210);
	border-left-color:RGB(210,210,210);
	border-right-color:RGB(130,130,130);
	border-bottom-color:RGB(130,130,130);
}


.hidden
{
	clip: rect( 0px 0px 0px 0px );
	position:absolute;
	left:-1000;
	top:-1000;
	width:1px;
	height:1px;
}

.visible
{
	border-width:9;
	border-style:solid;
	border-color:RGB(255,255,255);

	clip: auto;
	position:static;
}
.menu_video {
float: left;
position: relative;
padding: 10px;
margin-left: 10px;
width: 15%;
font-size: small;
}
div#main {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	height: auto;
}
div#content {
	height: auto;
	min-height: 512px;
	overflow: hidden;
}
div#content_l, div#content_r {
	overflow: visible;
	width: 30px;
	float: left;
	background: #fff;
}
div#content_l {
	padding-left: 0px;
	position: relative;
	vertical-align: middle;
	-z-index: 2;
	/z-index: 2;
}
div#content_m {
	width: 900px;
	height: 20%;
	float: left;
	padding-left: 16px;
	padding-top: 5px;
	background: #fff;
}
div#content_r {
	padding-left: 0px;
}
div.content_images {
	height: auto;
	width: 175px;
	position: relative;
	text-align: center;
	float: left;
	overflow: hidden;
}