
    
     /*inside buzz box*/
    
     .boxcontents .views-field-field-feature-image{
          display: none;
     }

     .boxcontents .views-field-field-feature-image-1{
          float: right;
		  width: 315px;
		  margin-left: 10px;
     }    
    
     .boxcontents .views-field-body{
          /* float:left; */
		  max-width: 260px;
     }    	
	
	
     #genericbuzzbox{ display:none;}
	 
	 
	.buzzbox .markuptext{
		text-transform: none;
		font-weight: normal;
		font-size: 12px;
		font-family: arial;
	}
    
     .buzzbox .holderbar .needhelp{
          text-align:right;
		  color:#000000;
     }
	 
    
	
	
/*buzz box*/

          .buzzbox{
				background-color: rgba(0, 0, 0, 0.85);
               position: fixed;
               height: 100%;
               width: 100%;
               top: 0;
               left: 0;
			   bottom: 0;
			   right: 0;
			   overflow-x:auto;
			   overflow-y:scroll;
               display:none;
			   z-index:9999;
          }
         
          .buzzbox h2 {
               font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
               font-size: 28px;
               font-weight: bold;
               color: white;
               text-transform: uppercase;
               line-height: 30px;
               text-decoration: none;
               margin: 0;
          }
         
          .buzzbox .buzzwrap{
               position: absolute;
               top:23% !important;
               left:25% !important;
               z-index:1001;    
          }

          .buzzbox .buzzcontainer{              
               width:320px;
               height:500px;  
                          
               padding: 30px;
               background: black;
               color: white;
               border-style: solid;
               border-width: 1px;
               border-color: #404040;
               font-size: 13px;
               line-height: 14px;
			   padding-bottom: 60px;
          }
		  
		  .buzzbox .buzzcontainer .message{
			line-height:22px;
		  }
         
         
          .overlay-bottom-strip {
               width: auto;
               height: 30px;
               background-color: #8bc33e;
               margin: 10px -30px -30px -30px;
               padding: 5px 30px;
               font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
               font-weight: bold;
               font-size: 20px;
               line-height: 30px;
               text-transform: uppercase;
               color: #000;
               text-decoration: none;
          }

          .overlay-bottom-strip a {
               color: #000;
               text-decoration: none;
          }
         
          .overlay-bottom-strip a:hover {
               text-decoration: underline;
               color: #000;
          }
         
         
         
          .buzzbox label {
               font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
               text-transform: uppercase;
               font-weight: bold;
               font-size: 16px;
               line-height: 24px;              
          }
         
          .buzzbox .boxcontents{
               display:block;
               overflow: hidden;
          }
         
          .buzzbox .overlay{
			   display:none;
			   /*
               position: fixed;
               top:0;
               left:0;
               background: url('../images/overlayblack.png');
               height: 100%;
               width: 100%;
               z-index:99;
			   */
          }
         
          .buzzbox #close{
               position: absolute;
               top: 15px;
               right: 15px;
               display: block;
               background: url(../images/controls.png) no-repeat top center;
               width: 25px;
               height: 25px;
               text-indent: -9999px;
               background-position: 2px 3px;
               cursor: pointer;         
          }
          .buzzbox #close.hover{
               background-position: 2px -24px;
          }
         
/*buzz box*/         