/* 2-2 Right page indicator */

  .marginTop{
    margin-top: -15px;
  }
	.Right-menu-item-story-2 {
        width: 86px;
        float: left;
        height: 70px;
       }

       .Right-menu-item-story-2 a {
        background-position: center top;
        background-size: 19px 140px;
        display: block;
        width: 19px;
        height: 70px;
        margin-left:17px;
       }


       .story-2-link-1 {	
       		background-image: url("img/rightbar_y20.png");
       }

       .story-2-link-2 {	
       		background-image: url("img/rightbar_y30.png");
       }


		.story-2-link-3 {	
		       		background-image: url("img/rightbar_y40.png");
		       }


		.story-2-link-4 {	
		       		background-image: url("img/rightbar_y50.png");
		       }


		.story-2-link-5 {	
		       		background-image: url("img/rightbar_y60.png");
		       }

       .story-2-link-6 {	
       		background-image: url("img/rightbar_y70.png");
       }

       .Right-menu-item-story-2 a:hover, .Right-menu-item-story-2 a.active {
       		background-position: center bottom;
       }

       .Right-menu.en .Right-menu-item-story-2 {
        height: 40px;
       }

    .Right-menu-item-story-2.en a{
             background: url('img/rightbardot.png') no-repeat;
        background-position: center;
        background-size: 5px 11px;
        display: block;
        height: 40px;
        }



       .Right-menu-item-story-2.en a.active, .Right-menu-item-story-2.en a:hover {
            background: url('img/rightbardot.png') no-repeat center;
            background-size: 12px 25px;
        }
