#releaseContainer {
	width: 800px;
}

#releaseBoxLeft {
	display:block;
	float: left;
	width: 360px;
	
	background-color: #111;	
	border: 1px solid #555;
	margin-bottom: 15px;
}
#releaseBoxRight {
	display:block;
	float:right;
	width: 360px;
	background-color: #111;
	border: 1px solid #555;
	margin-bottom: 15px;

}
#releaseBoxRight:hover, #releaseBoxLeft:hover {
	border: 1px solid #ff6600;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 2px 2px 12px, #ff6600 0 0 10px;
	-moz-box-shadow: inset rgba(0, 0, 0, 0.15) 2px 2px 12px, #ff6600 0 0 10px;
	box-shadow: inset rgba(0, 0, 0, 0.15) 2px 2px 12px, #ff6600  0 0 10px;
	outline: 0;
}
#releaseBoxSets {
	display:block;
	float: left;
	margin-top: 30px;
	margin-right:40px;
	background-color: #111;	
	border: 1px solid #555;
	
}

object {
	z-index:-1;
}
param {
	z-index:-1;
}

.release_cover {
	display: block;
	float: left;
	margin: 5px;
	width: 220px;
	height:220px;
	border: 1px solid #555;
}

.release_setscover {
	display: block;
	border: 1px solid #555;
}
.release_setscover:hover {
		border: 1px solid #ff6600;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 2px 2px 12px, #ff6600 0 0 10px;
	-moz-box-shadow: inset rgba(0, 0, 0, 0.15) 2px 2px 12px, #ff6600 0 0 10px;
	box-shadow: inset rgba(0, 0, 0, 0.15) 2px 2px 12px, #ff6600  0 0 10px;
	outline: 0;
}


#releaseBoxRight span, #releaseBoxLeft span {
	float: left;
	font-size: 11px;
	margin-right: 15px;
}
#releaseBoxRight h3, #releaseBoxLeft h3 {
	font-size: 11px;
}
#releaseBoxRight p, #releaseBoxLeft p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#releaseActions {
	margin:0;
	padding:0;
}
#releaseActions p{
	margin-left:15px;
	padding:0;
}
#releaseActions img{
	margin-top:4px;
	margin-left:15px;
}

#releaseActions a {
	color: #ff6600;	
	text-decoration: none;
}
