12     border-radius: 15*$px;
 
  14     #catalogue-carousel-links {
 
  27             background-size: 100% 100%;
 
  28             border-top-left-radius: 15*$px 6.38%;
 
  29             border-bottom-left-radius: 15*$px 6.38%;
 
  31             background-color: #888;
 
  33             a.catalogue-carousel-link {
 
  38                 background: url(/static/catalogue/img/carousel-left.png) 100% 0 no-repeat;
 
  39                 background-size: 70*$px 100%;
 
  41                 .catalogue-carousel-note {
 
  55                             background-color: black;
 
  60                             padding: .4em 3em 0 .5em;
 
  76             a.catalogue-carousel-link:active {
 
  87                 text-shadow: 0 0 5px #000;
 
  92     #catalogue-carousel-switcher {
 
  94         padding: 3*$px 0 0 58*$px;
 
  95         width: 240*$px - 58*$px;
 
  96         height: 243*$px - 8*$px;
 
 101         border-radius: 0 15*$px 15*$px 0;
 
 102         background-color: #ed7831;
 
 103         background-image: url(/static/catalogue/img/carousel-right.png);
 
 104         background-position: 0 0;
 
 105         background-repeat: no-repeat;
 
 106         background-size: auto 235*$px;
 
 108         /* right part of mask as background */
 
 116                 text-transform: uppercase;
 
 123             .knowledge:before {content: url(/static/img/icons/knowledge_dark.png);}
 
 124             .activity:before {content: url(/static/img/icons/activity_dark.png);}
 
 125             .lesson-plan:before {content: url(/static/img/icons/lesson-plan_dark.png);}
 
 126             .reference:before {content: url(/static/img/icons/reference_dark.png);}
 
 132             .knowledge:before {content: url(/static/img/icons/knowledge_white.png);}
 
 133             .activity:before {content: url(/static/img/icons/activity_white.png);}
 
 134             .lesson-plan:before {content: url(/static/img/icons/lesson-plan_white.png);}
 
 135             .reference:before {content: url(/static/img/icons/reference_white.png);}