/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/       
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 130%;
	width: 100%;
	min-width: 1000px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
}
a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}
.hr {
	height: 1px;
	background-color: #202020;
	width: 100%;
	margin-bottom: 5px;
}
a:hover {
	color: #FFF;
	outline: none;
	text-decoration: underline;
}
a img {
	border: none;/*remove border for linked images*/
}
a:focus {
outline:none;
}
a:active {
	outline: none;
}
object {
	outline:none;
}
.highlight {
	background-color:#FF9D9D;
	border-bottom:#F30 1px solid;
	border-top:#F30 1px solid;
	padding: 4px 10px
}
/***** Main Layout ****/
#container {
	width: 100%;
	height: 100%;
	text-align: center;/* IE fix to center the page */
}
#nav-menu {
	padding-top: 15px;
	padding-bottom: 10px;
	width: 800px;/* center the page in Firefox */
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav-container {
	height: 20px;
	width: 630px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	text-align: left;
}
#content {
	width: 800px;
	margin: 0 auto;/* center the page in Firefox */
	text-align: left;
	padding: 0px;
}
h1 {
	font-size: 120%;
	color: #FD8700;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	color: #FFFFFF;
	font-weight: bold;
}
.1pxLine {
	background-color: #202020;
	clear: both;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#news-date {
	font-size: 90%;
	font-style: italic;
	color: #999;
	margin-top: -10px;
	margin-bottom: 10px;
}
#navcontainer {
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
}
#navlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
}
/*#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	color: #CCC;
}
#navlist a:link {
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#navlist a:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	padding-bottom: 2px;
	background: transparent;
	color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}
#navlist a:hover {
	color: #FFF;
}*/
#page_main {
	height: 100%;
	width: 780px;
}
/* colums CSS */

/* colums news page */

#left-column {
	float: left;
	width: 540px;
}
#right-colum {
	float: right;
	width: 260px;
}

.transparency {filter: alpha(opacity=55); -moz-opacity: .55; background-color:#EEE; position:absolute; top:450px; left:110px; }

/* News panel CSS */



#news-panel-top {
	background-image: url(../img/news_panel_top.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 530px;
	padding-left: 10px;
}
#news-headline {
	padding-left: 10px;
	padding-top: 1px;
}
#news-panel-middle {
	background-image: url(../img/news_panel_middle.png);
	background-repeat: repeat-y;
	width: 490px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	height:auto !important;
	height:160px;
}
#news-panel-bottom {
	background-image: url(../img/news_panel_bottom.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 530px;
	margin-bottom: 15px;
	clear: both;
}
/* Widgets CSS */

/* Widget 1 CSS */

#widget1 {
	height: 100%;
	width: 260px;
	margin-bottom: 10px;
}
#widget1-top {
	background-image: url(../img/langeTV-bg.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 260px;
	padding-left: 10px;
	background-position: top;
}
#widget1-middle {
	background-image: url(../img/langeTV-bg.png);
	background-repeat: no-repeat;
	padding: 10px;
	width: 240px;
}
#widget1-bottom {
	background-image: url(../img/langeTV-bg.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 260px;
	background-position: bottom;
}
/* Twitter Widget CSS */

#twitter-widget {
	height: 380px;
	width: 260px;
	background-image: url(../img/twitter_widget.png);
	background-repeat: no-repeat;
	padding-top: 55px;
}
#news-image-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
}
#news-item-container {
	padding-bottom: 1px;
	/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #212121;*/
	margin-bottom: 1px;
	min-height: 200px
}
#news-item-container-php {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #212121;
	margin-bottom: 10px;
	min-height: 150px
}
#news_box {
 min-height: 200px;
 clear:both;
}
.twitter-widget-pos {
	margin-top: 50px;
	margin-right: 10px;
}
/* Discography Panel CSS */


#discography-panel {
	width: 800px;
	margin-bottom: 10px;
}
#discography-panel-top {
	background-image: url(../img/discog_panel_top.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 800px;
	padding-left: 10px;
}
#discography-panel-middle {
	background-image: url(../img/discog_panel_middle.png);
	background-repeat: repeat-y;
	width: 798px;
	padding: 10px;
}
.discography-panel-middle {
	background-image: url(../img/discog_panel_middle.png);
	background-repeat: repeat-y;
	width: 798px;
}
.discography-panel-middle-bg {
	background-color: #191919;
	display: block;
	min-height: 600px;
	background-image: url(../img/discog_panel_middle.png);
	background-repeat: repeat-y;

}
#dicography-panel-middle-content-container {

}

#discography-panel-bottom {
	background-image: url(../img/dropdownPanelBg.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 800px;
	clear: both;
	margin-bottom: 40px;
	background-position: bottom;
}
.discography-panel-bottom {
	background-image: url(../img/dropdownPanelBg.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 800px;
	clear: both;
	margin-bottom: 40px;
	background-position: bottom;
}
#news_nowrap {
	width: 350px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 0px;
	float: right;
	min-height: 100px;
	height:auto !important;
	height:100px;
}
.page_links_center {
	text-align: center;
	margin-top: 20px;
	color: #fd8700;
	text-decoration: none;
}
#featured-release-panel-container {
	width: 780px;
	margin-bottom: 20px;
}
#featured-release-panel-top {
	height: 40px;
	width: 767px;
	padding-top: 1px;
	padding-left: 13px;
	margin-bottom: -1px;
	background-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #202020;
	border-right-color: #202020;
	border-left-color: #202020;
}
#featured-release-panel-middle {
	padding: 10px;
	height: 140px;
	width: 760px;
	background-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #202020;
	border-left-color: #202020;
}
#featured-release-panel-bottom {
	height: 20px;
	width: 780px;
	background-color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #202020;
	border-bottom-color: #202020;
	border-left-color: #202020;
}
#featured-release-sleeveImage {
	float: left;
	height: 140px;
	width: 140px;
	border: 1px solid #333;
	overflow: hidden;
}
#featured-release-text {
	float: left;
	height: 140px;
	width: 220px;
	margin-left: 10px;
	margin-top: -10px;
	margin-right: 20px;
}
#singles-panel-container {
	padding: 10px;
	clear: both;
	width: 758px;
	border: 1px solid #202020;
	margin-bottom: 10px;
	height: 104px;
	background-image: url(../img/transBG.png);
	background-repeat: repeat;
}
.viewsButtons {
	display: inline;
	float: right;
	height: 37px;
	width: 80px;
	margin-right: -18px;
	margin-top: -15px;
}

#singles-panel-artistName {
	clear:left;
	height: 40px;
	vertical-align: top;
	margin-top: -10px;
	margin-bottom: 10px;
	color: #fd8700;
	text-transform: capitalize;
	width: 280px;
	overflow: hidden;
}
#singles-panel-trackTitle {
	float: left;
	height: 24px;
	vertical-align: top;
	margin-top: -30px;
	text-transform: capitalize;
}
#singles-panel-track1 {
	float: left;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202020;
	width: 160px;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../img/play_icon.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-position: 2px;
}
#singles-panel-content-left {
	float: left;
	width: 420px;
	height: 100px;
	vertical-align: top;
	margin-left: 20px;
}
#singles-panel-releaseDate {
	float: left;
	width: 160px;
	overflow: hidden;
}
#singles-panel-buyThisReleaseButton {
	padding: 2px;
	float: left;
	height: 24px;
	width: 100px;
	margin-top: 13px;
	background-image: url(../img/singles-buy-button.png);
	background-repeat: no-repeat;
	color: #fd8700;
	text-decoration: none;
	padding-left: 7px;
	padding-top: 4px;
}
#singles-panel-contentRight {
	float: left;
	height: 105px;
	width: 190px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #191919;
	padding-left: 10px;
}
#singles-panel-recordLabel {
	float: left;
	width: 280px;
	color: #fd8700;
	overflow: hidden;
}
#singles-panel-sleeveImage {
	float: left;
	height: 100px;
	width: 100px;
	border: 1px solid #202020;
}

.cd-track {
	float: left;
	clear: left;
	width: 280px;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../img/play_icon.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-position: 2px;
}
.cd-track-noplay {
	float: left;
	clear: left;
	width: 280px;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../img/noplay_icon.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-position: 2px;
}
.cd-track-single {
	float: left;
	clear: left;
	width: 200px;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../img/play_icon.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-position: 2px;
}
.cd-track-single-noplay {
	float: left;
	clear: left;
	width: 200px;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../img/noplay_icon.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-position: 2px;
}
.cd-track-remix {
	float: left;
	clear: left;
	width: 20px;
	text-decoration: none;
	padding-left: 24px;
	background-image: url(../img/play_icon.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-position: 2px;
}
.cd-track-remix-noplay {
	float: left;
	clear: left;
	width: 20px;
	text-decoration: none;
	padding-left: 24px;
	background-image: url(../img/noplay_icon.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-position: 2px;
}
/*------------------------- Tooltip CSS--------------------- */

/* trigger button */
#download_now {
	cursor:pointer;
}
/* mouseover state */
#download_now:hover {
	background-position:0 -44px;
}
/* clicked state */
#download_now:focus {
	background-position:0 -88px;
}
/* tooltip styling */
.tooltip {
	display:none;
	background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}
/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}
.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
/*--------------------End of Tooltip CSS--------------------- */

/* js main menu css */
#jsddm {
	margin: 0;
	padding: 0
}
#jsddm li {
	float: left;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fd8700;
}
#jsddm li a {
	display: block;
	padding: 5px 11px;
	text-decoration: none;
	width: auto;
	color: #EAFFED;
	white-space: nowrap;
	background-image: url(../img/transBG.png);
	background-repeat: repeat;
}

#jsddm li a:hover {
	color: #fd8700;
	background-image: url(../img/transBG.png);
	background-repeat: repeat;
}
#jsddm li a:active {
	display: block;
	padding: 5px 11px;
	text-decoration: none;
	width: auto;
	color: #FD8700;
	white-space: nowrap;
	background-color: #000;
}
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden
}
#jsddm li ul li {
	float: none;
	display: inline
}
#jsddm li ul li a {
	width: auto;
	color: #FFF;
	background-image: url(../img/transBG.png);
	background-repeat: repeat;
}
#jsddm li ul li a:hover {
	color: #fd8700;
	background-image: url(../img/transBG.png);
	background-repeat: repeat;
}
#jsddm li ul li a:active {
	color: #fd8700;
	background-image: url(../img/transBG.png);
	background-repeat: repeat;
}
.mainlogoPos {
	margin-right: -10px;
}

			
			/* end of js main menu css */
#artist-release-date-container {
	width: 300px;
}
#news-image-float-left {
	height: auto;
	width: 140px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 13px;
}
#news-content-float-right {
	float: right;
	width: 340px;
}
#newsPage-content-container {
	width: 500px;
	min-height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202020;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 20px;
}
#social-net-button {
	height: 32px;
	width: 32px;
	display: inline;
}
.social-net-button {
	height: 32px;
	width: 32px;
	display: inline;
}
.social-buttons-container {
	margin-bottom: 6px;
	margin-top: -6px;
	margin-right: 4px;
}
#widget-description {
	clear: left;
	float: left;
	width: 260px;
	padding-top: 20px;
}

#social-networking-widget-panel {
	background-color: #000;
	height: 120px;
	width: 240px;
	overflow: hidden;
	padding-left: 5px;
	white-space: normal;
}
/*------------------------- Events page styling --------------------------*/
#events-panel-container {
	width: 530px;
	height: 100%;
	background-image: url(../img/news_panel_middle.png);
	background-repeat: repeat-y;
}
#events-date {
	color: #fd8700;
	text-decoration: none;
	display: inline;
	float: left;
	height: 20px;
	width: 57px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 20px;
	background-image: url(../img/transBG.png);
	background-repeat: repeat;
}
#events-name {
	text-decoration: none;
	display: inline;
	float: left;
	height: 20px;
	width: 205px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 10px;
	background-image: url(../img/transBG.png);
	background-repeat: repeat;
}
#events-city {
	text-decoration: none;
	display: inline;
	float: left;
	height: 20px;
	width: 110px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	background-image: url(../img/transBG.png);
	background-repeat: repeat;
}
#events-country {
	text-decoration: none;
	display: inline;
	float: left;
	height: 20px;
	width: 110px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	background-image: url(../img/transBG.png);
	background-repeat: repeat;
}
#events-flyer {
	color: #fd8700;
	text-decoration: none;
	display: inline;
	float: left;
	height: 20px;
	width: 58px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	background-image: url(../img/transBG.png);
	background-repeat: repeat;
}
#events-website {
	color: #fd8700;
	text-decoration: none;
	display: inline;
	float: left;
	height: 20px;
	width: 32px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	background-image: url(../img/transBG.png);
	background-repeat: repeat;
}
#frontpage-headlines-container {
	background-color: #191919;
	float: left;
	width: 400px;
	height: 200px;
}
.frontpage-headlines-item-container {
	height: 18px;
	width: 285px;
	margin-bottom: 1px;
	margin-top: 1px;
}
.frontpage-headlines-img-container {
	float: left;
	height: 40px;
	width: 40px;
	border: 1px solid #202020;
	overflow: hidden;
}
.frontpage-headlines-headline-container {
	text-transform: capitalize;
	color: #CCC;
	text-decoration: none;
	float: left;
	width: 300px;
	margin-bottom: 4px;
	display: inline;
	font-size: 100%;
	font-weight: normal;
	padding-left: 0px;
}
.frontpage-headlines-readmore {
	float: right;
	margin-top: 2px;
}

.frontpage-headlines-tagline {
	color: #CCC;
	text-decoration: none;
	float: left;
	width: 400px;
}
#frontpage-left-column {
	float: left;
	width: 520px;
}
#frontpage-right-colum {
	float: left;
	width: 260px;
	height: 200px;
}
#frontpage-middle-colum {
	float: left;
	width: 260px;
	margin-left:10px;
	margin-right:10px;
}
.frontpage-slides-container {
	height: 210px;
	width: 380px;
	overflow: hidden;
}


/* -------------------------Front Page MAIN CONTAINER ----------------------*/
.frontpage-mainContainer {
	width: 800px;
}
/* Front Page Left Panel*/
#frontpage_leftPanel-container {
	float: left;
	width: 245px;
	margin-right: 10px;
}
.frontpage_leftPanel-top {
	background-image: url(../img/frontpage/leftpanel-top.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 300px;
	padding-left: 10px;
	padding-top: 1px;
}
.frontpage_leftPanel-middle {
	background-image: url(../img/frontpage/leftpanel-middle.png);
	background-repeat: repeat-y;
	width: 300px;
	margin-top: -1px;
	margin-bottom: 0px;
	display: block;
	white-space: normal;
	overflow: hidden;
	padding: 10px;
}
.frontpage_leftPanel-bottom {
	background-image: url(../img/frontpage/leftpanel-bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 300px;
	margin-bottom: 10px;
}
/* End Of Front Page Left Panel*/



/* Front Page Middle Panel*/

#frontpage_middlePanel-container {
	float: left;
	width: 310px;
	margin-right: 10px;
}
.frontpage_middlePanel-top {
	background-image: url(../img/frontpage/middlePanel-top.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 270px;
	padding-left: 10px;
	padding-top: 1px;
	margin-bottom: -1px;
	padding-right: 5px;
}
.frontpage_middlePanel-middle {
	background-image: url(../img/frontpage/middlePanel-middle.png);
	background-repeat: repeat-y;
	width: 270px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 10px;
}
.frontpage_middlePanel-bottom {
	background-image: url(../img/frontpage/middlePanel-bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 270px;
	margin-bottom: 10px;
}
.frontpage-middlePanel-stop-overflow {
	width: 250px;
}
/* End Of Front Page Middle Panel*/


/* Front Page Right Panel*/

#frontpage_rightPanel-container {
	float: left;
	width: 230px;
	margin-left: -9px;
}
.frontpage_rightPanel-top {
	background-image: url(../img/frontpage/rightPanel-top.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 245px;
	padding-left: 10px;
	padding-top: 1px;
	margin-bottom: -1px;
}
.frontpage-leftPanel-stop-overflow {
	width: 280px;
}
.frontpage-eventDate {
	color: #fd8700;
	display: inline;
	margin-right: 5px;
	clear: left;
}


.frontpage_rightPanel-middle {
	background-image: url(../img/frontpage/rightPanel-middle.png);
	background-repeat: repeat-y;
	width: 245px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.10pxLeftMargin {
	margin-left: 10px;
}

.frontpage-events-link {
	clear: both;
	float: right;
	margin-top: 10px;
}
.stopOverflow120 {
	width: 120px;
	float: right;
	margin-right: 10px;
}
.floatRight {
	float: right;
	margin-right: 5px;
}



.frontpage_rightPanel-bottom {
	background-image: url(../img/frontpage/rightPanel-bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 245px;
	margin-bottom: 10px;
}
.frontpage-sleeveImg {
	float: left;
	margin-right: 10px;
}

.frontpage-rightPanel-stop-overflow {
	width: 140px;
}

/* End Of Front Page Right Panel*/
.album-container {
	width: 760px;
	background-color: transparent;
}
.album-sleeve {
	float: left;
	height: 200px;
	width: 200px;
	margin-right: 20px;
	margin-top: 17px;
	margin-bottom: 10px;
}
.album-tracklist-container-cd2 {
	float: left;
	width: 298px;
}
.album-tracklist-container-text {
	float: left;
	width: 200px;
	padding: 5px;
}
.album-tracklist-container-cd1 {
	float: left;
	width: 240px;
}
.album-title {
	float: left;
	width: 300px;
	margin-bottom: 2px;
	font-size: 120%;
	margin-top: 3px;
}
.cd-number {
	float: left;
	clear:both;
	width: 320px;
	margin-bottom: 20px;
	font-size: 130%;
	margin-top: 15px;
}
.album-wrapper {
	width: 780px;
}
.album-tracklist-container {
	width: 300px;
	margin-top: 0px;
	overflow: hidden;
	float: left;
	clear: left;
	padding-bottom: 20px;
	white-space: normal;
}
.1pxGreyLine {
	background-color: #333;
	clear: left;
	height: 1px;
	width: 350px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.reviewspanel-minus-margin {
	margin-top: -12px;
}
