
/*---------------- navigation --------------------*/
 .brandNav{
    float:left;
    height:25px;
    overflow:hidden;
    width:99%;
    margin: 10px 0 0 0;
    }
    
  .brandNav a{color: #666}
  .brandNav span{
    color:#999;
    float:left;
    font-size:10px;
    }
  
  .brandNav a.next_tooltip{
    display:inline;
    float:right;
    text-decoration:none;
    width: 13px;
    height: 13px;
    background: url('../img/nav_home/next_h.gif') no-repeat right center;
    }
    
  .brandNav a.prev_tooltip{
    display:inline;
    float:right;
    width: 14px;
    height: 13px;
    margin-right: 5px;
    padding-right: 5px;  
    text-decoration:none;
    border-right: 1px solid #999;
    background: url('../img/nav_home/prev_h.gif') no-repeat left center ;
    }
	
	.brandNav a.prev_tooltip span,
  .brandNav a.next_tooltip span{visibility: hidden;}
	
  a.prev_tooltip:hover, a.next_tooltip:hover{text-decoration: underline;}
  
	.brandsBox {
		overflow:hidden;
		overflow-x: auto;
		white-space: nowrap; 
		position:relative;
		height:70px;
		}
		
	.brandsBox ul{
		position:absolute;
		left:0;
		top:0;
		width:auto;
		overflow:hidden;
		}
		
	#leftColumn .brandsBox ul li{
		display:inline;
		float:left;
		margin-left:0;
		padding-left:35px;
		padding-bottom:30px;
		background:none;
		}
	
	.brandsBox a{
		border: 0 none;
		text-decoration: none;
		}
	
	.brandsBox a img{border:none}
  
  
 /* ----------- block with img -----------*/
  .smallPar span{
    width: 90%;
    float: left;
    }
    
 .smallPar img{
    float: left;
    margin-right: 20px;
  }
 
 .imgRight{float: right;}
 