body, html {
	width:100%;
	height:100%;
	overflow:auto;
}

body {
	background-color:#FFF;
	font-size:12px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color:#333333;
}


body,p {
	padding:0px;
	margin:0px;
}

ul {
	list-style-type:square;
	padding:5px 0px 0px 10px;		
}

#container {
	background-color:#FFF;
	width:790px;
	height:530px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-265px;
	margin-left:-395px;

}


#left {
	background-color:#FFFFFF;
	float:left;
	width:190px;
	height:500px;

}

#right {
	background-color:#FFFFFF;
	float:right;
	width:600px;
	height:500px;
	
}

#photo{
	background-color:#FFFFFF;
	float:left;
	width:200px;
	height:125px;
	
}


#bottem {
	background-color:#FFF;
	float:right;
	width:600px;
	height:20px;
	padding-top:8px;
	text-align:center;
	text-decoration:none;
	
}







.bold {
	padding:0px;
	color:#000000;
	font-weight:bold;
}

.menu {
	font-size:12px;
	padding:0px;
	color:#666666;
	line-height:15pt;
	
}

.menulink a:link, .menulink a:visited {
	color:#000000;
}

.bold a:link, .bold a:visited {
	color:#66666;
}

a:link, a:visited {
	color:#666666;
	text-decoration:none;
}

.bold a:link, .bold a:visited {
	color:#333;
}

b {
	padding:0;
	margin:0;
} 



#imgs {
	position: absolute;
	top: 0;
	left: 0;
}
p.description {

	text-align:justify;
}

p.videolist, p.description {
	padding:0;
	margin:0;
}


div.filelist {
	position:absolute;
	bottom:15px;
}

#slideshowcontrols {
	width:564px;
	position:absolute;
	bottom:40px;
	z-index:2;
}

#next, #prev {
     width: 36px;
     height: 18px;
}

#next a, #prev a {
    display: block;
    width: 36px;
    height: 18px;
}

#next a:hover, #prev a:hover {
	text-decoration:none; 

	padding:0px;
}
