.banner-slide5 { 
	position: absolute;
	top: 90px;
	left:320px;
	width: 418px;
	height: 93px;
	background-image: url("../images/slide5/banner-slide5.png");
	background-repeat: no-repeat;
 }

 .arrow-grey  { 
 	position: absolute;
 	width: 306px;
    height: 112px;
    top: 223px;
	left:270px;
    background-image: url("../images/slide5/arrow-grey.png");
	background-repeat: no-repeat;
    z-index: 5;
    display: none;
   }

   .arrow-green { 
   	position: absolute;
 	width: 241px;
    height: 74px;
    top: 325px;
	left:535px;
    background-image: url("../images/slide5/arrow-green.png");
	background-repeat: no-repeat;
    opacity: 0;

  }

 .arrow-green-empty { 
 	position: absolute;
 	width: 241px;
    height: 74px;
    top: 325px;
	left:535px;
    background-image: url("../images/slide5/arrow-green-empty.png");
	background-repeat: no-repeat;
	display: none;
  }


 .arrow-blue { 
    position: absolute;
 	width: 372px;
    height: 80px;
    top: 395px;
	left:535px;
    background-image: url("../images/slide5/arrow-blue.png");
    background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0;

   }

 .arrow-blue-link { 
    background-image: url("../images/slide5/arrow-blue-hover.png");
	background-repeat: no-repeat;
	background-position: 10px 0px;
  }

  .sources-wrapper { 
    position: absolute;
    top: 485px;
    left: 675px;
    width: 300px;
    height: 300px;
    opacity: 0;
   }

  .sources { 
    font-family: robotoBoldCondensed; 
    font-size: 13px;
  	color: #37BDB1;
  	text-align: left;
  	margin-bottom: 10px;
    }

  .links { 
    font-family: robotoLight;
    color: #000;
    font-size: 10px;
    padding-left: 0px;
    font-weight: 600;
    list-style-type: none;
    text-align: left;
   }  

   .links   a { 
   text-decoration: none;
   color: #000;
    } 
   .links   a:hover { 
   text-decoration: none;
   color: #000;
    }

   .links   a:visited { 
   text-decoration: none;
   color: #000;
    }