	div.newrelease_wrapper1 {
		float: left;
		width: 240px;
		height: 298px; 
		background-image: url(/gfx/boxgrad1.gif);
		background-repeat: no-repeat;
		border-top: 1px solid #cccccc;
		padding: 15px 0 15px 15px;
	}
	div.newrelease_wrapper1 h2 {
		margin: 0 0 10px 0;
		padding: 0px;
		text-transform: uppercase;
		font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman",  "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 
		font-weight:400; 
		font-stretch:normal;
		font-size: 14px;
		font-weight: bold;
		color: #cc33cc;
	}
	div.newrelease_wrapper1 h3 {
		margin: 0 0 10px 0;
		padding: 0px;
		color: #000000;
	}	
	
	
	div.newrelease_wrapper1 div.image {
		width: 60px;
		height: 185px;
		float: right;
		margin-left: 10px;
	}
	div.newrelease_wrapper1 div.text {
		height: 185px;
		width: 150px;
		float: left;
		overflow: hidden;
	}
	div.newrelease_wrapper1 div.button {
		height: 23px;
		width: 210px;
		margin-top: 10px;
		overflow: hidden;
	}

	div.newrelease_wrapper1 p {
		margin: 0px;
		padding: 0px;
		font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman",  "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 
		font-weight:400; 
		font-stretch:normal;
		color: #666666;
		font-size: 14px;
	}	
	#newrelease_popup_container {
		position: absolute;
		width: 510px;
		height: 570px;
		display: none;
		overflow: hidden;
		z-index: 1000;
		background-color: #ffffff;
		-moz-box-shadow:    3px 3px 5px 2px #ccc;
		-webkit-box-shadow: 3px 3px 5px 2px #ccc;
		box-shadow:         3px 3px 5px 2px #ccc;
		border-radius: 10px;
	}
	#newrelease_popup {
		width: 468px;
		height: 528px;
		margin: 10px;
		background: url('/media/newrelease/back.jpg');
		border: 1px solid #cc33cc;
		padding: 10px 10px 10px 10px;
		overflow: hidden;
		font-size: 14px;
		color: #666666;
		border-radius: 10px;
	}
	#newrelease_popup h3 {
		background: none;
		margin: 0px;
		padding: 0px;
		font-size: 26px;
		color: #000000;
		font-weight: normal;
	}
	#newrelease_popup h4 {
		font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman",  "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 
		font-weight:400; 
		font-stretch:normal;	
		background: none;
		margin: 0 0 10px 0;
		padding: 0px;
		font-size: 13px;
		color: #cc33cc;
		font-weight: bold;
		text-transform: uppercase;
	}
	#newrelease_content {
		// height: 215px;
		height: 420px;
		border-bottom: 1px solid #cccccc;
	}
	#newrelease_content img {
		float: right;
		margin-left: 15px;
	}
	#newrelease_popup p.button1 {
		float: left;
		width: 158px;
		margin: 0 15px 0 0;
		padding: 10px 0 0 0;
	}	
	#newrelease_popup p.button2 {
		float: right;
		width: 100px;
		margin: 0 15px 0 0;
		padding: 10px 0 0 0;
		text-align: right;
	}