/* carousel */
.media-carousel 
{

  padding: 0 40px 30px 40px;
  margin-top: 35px;
  height: 220px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  height: 40px;
  width : 40px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  height: 40px;
  width : 40px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;

  margin-right: 0px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 90%;
  height: 90%;
}
#AIRREPORT .error_strings
{
    font-family:Verdana;
    font-size:12px;
    color:#660000;
}
#AIRREPORT .loading_div
{
    background-color:transparent;
    background-image:url("images/loading.gif");
    background-position:center center;
    background-repeat:no-repeat;
}
#AIRREPORT .sfm_float_error_box
{
    font-family:Verdana;
    font-size:12px;
    color:#eeeeee;
    background:none repeat scroll 0 0 #333333;
    border:0;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow:0 0 4px #333;
    border:none;
}