@import url(general.css);

html { 
	height: 900px; 
}
  
body { 
	
    background-color:rgb(192,192,192);
	overflow: hidden; 
}
  
hgroup {
	display: none; 
}

section div {
	position:relative;
	margin: 0 auto;
	padding: 20px;
	padding-bottom: 15px;
	width: 595px;
	background: rgba(255, 255, 255, 0.1);

	
	border-radius: 5px;
	-moz-border-radius: 5px; 	
	-webkit-border-radius: 5px;
}
section div:hover{
	box-shadow:0px 0px 10px black;
	-moz-box-shadow:0px 0px 10px black;
	-webkit-box-shadow:0px 0px 10px black;
}

section div ul,li{
	display:inline;
}

section div img{
	margin-right:5px;
	
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
section div img:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
section div img.left{
	margin-right:20px;
}
section div img.right{
	margin-right:0px;
}