body {
    background:url(images/background.png) top right no-repeat;
    background-attachment:fixed;
/*    background-color:rgba(0,0,0,.5);*/
    background-size:cover;
    color: #fff;
}

.container {
    background-color:rgba(0,0,0,0.7);
}

.first-slide, .second-slide, .third-slide {
    background-color:rgba(0,0,0,0.7);
}

.ui-dialog-titlebar-close {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
  border: medium none;
}
.ui-dialog-titlebar-close:hover {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}

/* close gap between carousel and marketing */
.carousel {
  margin-bottom:0px;
}

/* replace margin so transparencies connect */
.marketing {
  padding-top:60px;
}

ul {
  list-style: none;
}

.btn-primary {
  min-width:100px;
}
