/* BON JOVI */
/* Section Stylesheet: Widget
--------------------------------------------------------------------------- */

	.section-widget #title {
		
		display: none;
		
		}

	
/* WIDGET
----------------------------------------------------------------------------- */

	#bj-widget {
		
		position: relative;
		
		}

	#bj-widget > h3 {
		
		display: block;
		width: 917px;
		height: 46px;
		margin: 10px 0 30px;
		background: url(../images/section-widget/h3-bonjovi_widget.png) no-repeat;
		text-indent: -5000px;
		visibility: visible !important;
		
		}

/* Info */
				
	#bj-widget div#info {
		
		float: left;
		width: 400px;
		padding: 0 40px 0 0;
		
		}
		
	#bj-widget div#info p {
		
		width: 360px;
		
		}	
		

/* Widget */

	#bj-widget div#widget {
		
		float: left;
		border: 1px solid #333;
		position: relative;
		z-index: 1;

		-webkit-box-shadow: rgba(0,0,0,.5) 0 3px 10px;
		-moz-box-shadow: rgba(0,0,0,.5) 0 3px 10px;	
		
		}
		

/* Sign In Button */

	#bj-widget a#member-signin {
		
		display: block;
		width: 122px;
		height: 122px;
		background: url(../images/section-widget/a-signin.png) no-repeat;
		background-position: top left;
		text-indent: -5000px;
		
		position: absolute;
		top: 100px;
		right: 25px;
		z-index: 5;
		
		}
		
	#bj-widget a#member-signin:hover {
		
		background-position: bottom left;
		
		}
