/* define the large images that appear in the home page carousel. */
#earthPic {
	background: url(../medialibrary/2013/03/11/earth.png) no-repeat;
	height: 313px;
	width: 520px;
}
  #helioPic {
	background: url(../medialibrary/2013/03/11/helio.png) no-repeat;
	height: 313px;
	width: 520px;
}
  #planetPic {
	background: url(../medialibrary/2013/03/11/planets.png) no-repeat;
	height: 313px;
	width: 520px;
}
  #astroPic {
	background: url(../medialibrary/2014/04/07/astro.png) no-repeat;
	height: 313px;
	width: 520px;
}
  #jwstPic {
	background: url(../medialibrary/2013/03/11/jwst.png) no-repeat;
	height: 313px;
	width: 520px;
}
  #isatPic {
	background: url(../medialibrary/2013/03/11/isat.png) no-repeat;
	height: 313px;
	width: 520px;
}
  #jasdPic {
	background: url(../medialibrary/2014/09/23/jasd.png) no-repeat;
	height: 313px;
	width: 520px;
}
  
#wrapper {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 20px 5px 25px 35px;
    line-height: 16px;
    height: 100%;
    width: 100%;
}
#inner {
    width: 60%;
    min-width: 864px;
    max-width: 864px;
    height: 520px;
    border-radius: 10px;
    box-shadow: 0 0 5px #ffffff;
  z-index:100; /* this makes the large images clickable in <a> */
  /*background-image: linear-gradient(top, rgb(50,50,50) 35%, rgb(90,90,90) 95%);
  background-image: -o-linear-gradient(top, rgb(50,50,50) 35%, rgb(90,90,90) 95%);
  background-image: -moz-linear-gradient(top, rgb(50,50,50) 35%, rgb(90,90,90) 95%);
  background-image: -webkit-linear-gradient(top, rgb(50,50,50) 35%, rgb(90,90,90) 95%);
  background-image: -ms-linear-gradient(top, rgb(50,50,50) 35%, rgb(90,90,90) 95%);
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.35, rgb(50,50,50)),
	color-stop(0.95, rgb(90,90,90))
);*/
  background-color: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);
}
#carousel-wrapper  {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 864px;
  height: 468x;
  padding:  0px;
  float:left;
  border-radius: 10px;
  margin: 0px;
}
/*
#carousel-wrapper .caroufredsel_wrapper {
        border-radius: 10px;
        box-shadow: 0 0 5px #ffffff;
        float: left;
}
#carousel-wrapper .caroufredsel_wrapper a {
        z-index: 10;
}
*/
#carousel {
    width: 864px;
    height: 490px;
    overflow: hidden;
}
/* table that contains the large slide */
#content table.ac_bkgd {
  padding: 10px 10px 110px 10px;
  width: 850px;
}
#content table.ac_bkgd .titleBox {
	padding: 20px 10px 20px 20px;
}
#content table.ac_bkgd .titleBox .divisionTitle a:link {
	font-size: 40px;
	font-weight: bold;
	color: #777;
}
#content table.ac_bkgd .titleBox .divisionTitle a:visited {
	font-size: 40px;
	font-weight: bold;
	color: #777;
}
#content table.ac_bkgd .titleBox .divisionTitle a:hover {
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
}
#content table.ac_bkgd .titleBox .divisionSubtext {
	font-size: 12px;
	color: #fff;
}

table.ac_bkgd tr td ul {
  margin: 10px 20px 10px 0;
  padding-left: 40px;
}
table.ac_bkgd tr td ul a:link {
  color: #aaaaaa;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
table.ac_bkgd tr td ul a:visited {
  color: #aaaaaa;
  font-weight: bold;
  text-decoration: none;
}
table.ac_bkgd tr td ul a:hover {
  color: #fff;
  text-decoration: underline;
}
table.ac_bkgd tr td ul li {
  margin: 5px 0px 5px 0px;
  display: list-item;
  color: #ffffff;
}

/*
  The thumbnails in a in #pager div
*/
#pager-wrapper {
    height: 120px;
    width: 95%;
    overflow: hidden;
    float: left;
    clear: left;
    /*padding: 0px 0px 10px 20px; */
    margin: -10px 0px 1px 12px;
}
#pager-wrapper .caroufredsel_wrapper {
        float: left !important;
}
#pager {
   left: 5px !important;
}
#pager img {
    cursor: pointer;
    background: #555;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: block;
    width: 124;
    height: 93;
    padding: 5px;
    margin: 0px 5px 0px 0px;
    float: left;
}
#pager img:hover {
    background: #888;
}
#pager img.selected {
    background: #fff;
}

/* from carousel 68 */
#prev,#next {
	color: rgba( 0, 0, 0, 0.5 );
	font-size: 120px;
	line-height: 85px;
	text-align: center;
	text-decoration: none;
  background: rgba(255,255,255,0.2);
  display: block;
  width: 35px;
  height: 103px;
  padding: 0px;
  margin: 0 0 5px 5px;
  float: left;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
#prev, #next:hover {
	background: rgba( 255, 255, 255, 0.3 );
}
div.clearfix {
	float: none;
	clear: both;
}
