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

html, body{
	margin:0;
	width:100%;
	height:100%;
font-family: Helvetica, sans-serif;
	

	
}
p{
	color:#000;
	font-size:11px;
	
	
}
a{
	color:#666;
	font-size:11px;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}

.topDiv{
	margin:0 auto;
	height:50%;
	float:left;
	width:100%;
	text-align:center;
}
.bottomDiv{
	margin:0 auto;
	height:50%;
	float:left;
	width:100%;
	text-align:center;
}

img{
	max-width:100%;
}


ul > li {display: block; position: relative; padding: 0.1em; line-height: 1em;margin-left:-25px;}
ul ul {display: none;  position:absolute; top: 0px; left:50%; background-color:white;}
ul ul > li {float: none;}
ul > li:hover > ul,
ul > a:hover + ul {display: block; margin-left:-95px;text-align:center;background-color:white;}
#mydiv{
    width="500px"
    height="300px"
}


#slideshow { 
    margin: 0 auto; 
    position: relative; 
    height: 300px; 
    padding: 10px; 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}