
    .horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			display: block;
			height: 272px;
			width:81px;
			text-align:center;
			color: #000;
			font-size:90%;
			font-weight:bold;
			text-decoration: none;
			outline: none;
			border-left: 1px solid #666;
			cursor: pointer;
			margin: 0 0 0 0;
			background-color:#000;
			padding-bottom:10px;
		
		}		
		
		.horizontal_accordion_toggle_active {
			border-right: 1px solid #999;	
			color:#fff;
			background:opacity:.70;
			filter: alpha(opacity=70); 
			-moz-opacity:.70;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 262px;	/* We need to define a height for the accordion as it stretches the width */
			height:100% !important;
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */			
			overflow: hidden;
			text-align:justify;
			background-color:transparent;
			padding-top:30px;
			color:#000;
			background:url(/cms/outertemplates/images/bg/white-trans-30.png);
}
			
			.horizontal_accordion_content p {
				width: 483px;	
				font-size:70%;
				line-height: 150%;
				margin-left:8px;
				padding: 5px 10px 15px 10px;
				color:#fff;
				background:url(/cms/outertemplates/images/bg/black-trans-45.png);
				clear:both;
				margin-bottom: 0;
			}
			
		.horizontal_accordion_toggle:hover {
			background-color:#fff;
			}
		
.tog1,
.tog2,
.tog3,
.tog4,
.tog5 {-moz-opacity: .50;
    color: #000;
    background-position: left bottom;
    background-image: opacity:.50;
}

.tog1 {background: transparent url(../../images/tog1.gif) no-repeat scroll bottom center;}
.tog2 {background: transparent url(../../images/tog2.gif) no-repeat scroll bottom center;}
.tog3 {background: transparent url(../../images/tog3.gif) no-repeat scroll bottom center;}
.tog4 {background: transparent url(../../images/tog4.gif) no-repeat scroll bottom center;}
.tog5 {background: transparent url(../../images/tog5.gif) no-repeat scroll bottom center;}				
					
    /* Container styling*/
    #horizontal_container {
		clear:none;
      	margin: auto;
      	width: 766px;   
      	height: 282px;  	  	
		border-top:8px solid #656565;
		border-bottom:8px solid #656565;
		overflow:hidden;
		}
		
	#horizontal_container h3 {
		font-size:60%;
	}