ul.release, .release ul{
	clear: both;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	height: auto;
	}
ul.release>li{
	float: left;
	padding: 6px;
	margin-left: 10px;
	width: auto;
	height: auto;
	border: 1px dashed #E6E6DF;
	background: #ffffff;
	}
ul.release>li ul{
	position: absolute;
	text-align: left;
	font-weight: normal;
	padding: 4px 6px 10px 6px;
	margin-top: 2px;
	margin-left: -15px;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #ffffff;
	color: #000;
	max-width: 60%;
	display: none;
	}
ul.release > li ul li{
	}
ul.release > li ul li:hover{
	color: #dd6900; 
	}
ul.release > li:hover{
	color: #dd6900; 
	}
ul.release > li:hover ul{
	display: block;
	list-style-type: none;
	}
ul.release img{
	width: 82px;
	height: 82px;
	display: block;
	}
img,a img{
	border: 0;
	}
div.clear{
	clear: both;
	}
ul.info {
	border: 1px black solid;
	}