ul,ol {
	list-style-type:none;
}

.clearfix:after {
	content:"";
	clear:both;
	display:block;
}

.clear {
	clear:both;
}
body {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

html,body{
	padding: 0;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1{
	font-size: large;
	border-left: 10px solid #7BAEB5;
	border-bottom: 1px solid #7BAEB5;
	padding: 10px;
	width: 600px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
}

ul{
	width:700px;
}

ul li{
	float:left;
	list-style-type:none;
}

ul li img{
	border:0;
	margin:10px;
}

div#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:black;
	filter:alpha(opacity=60);
	opacity: 0.60;
}

#overLayer{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -244px;
	margin-left: -325px;
}
