.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-caption {
  position: absolute;
  /*width:180px;*/
  height:121px;
  right: 0;
  bottom: 0;
  left: 0;
  top:0;
  /*padding: 0 20px 0 30px;*/
  margin:0;
  padding:10px;
  /*background: #333333;
  background: rgba(0, 0, 0, 0.25);
  background:url(../img/ts_grad_bkg_new.png) 0 0 no-repeat;*/
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
  display: block;
  font-family:Verdana, Geneva, sans-serif;
  
}

.carousel-caption h1 {
  font-weight:100;
  font-size:2.5em;
  line-height:1.3em;
  margin:20px 0 0 20px;
  text-align:left;
  /*width:460px;*/
}
.carousel-caption h1 span {display:block; font-weight:normal; font-size:.7em; line-height: 1.3em; color: #fff;text-transform:none;}
.carousel-caption h2 {
  margin: 0;
  color:#38b286;
  font-size:1.2em;
  font-weight:bold;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin: .3em 0 .3em 0;
  font-size:1em;
  font-weight:normal;
}

.carousel-caption a {
  margin: .3em 0 .3em 0;
  font-size:1em;
  color:#fff;
  text-decoration:underline;
  font-family:Verdana, Geneva, sans-serif;
  font-weight:100;
}

.thiscaption {
  margin-bottom: 20px;
  font-size:1em;
  line-height: 30px;
  color:#17F106;
  font-family:Verdana, Geneva, sans-serif;
  font-weight:100;
}

.link_here1 {
	position:absolute;
	bottom:15px;
	margin:0 0 0 7em;
}

.learn_more1 {
	display:inline-block;
	width:455px; /*smaller width moves the text to the left*/
	height:auto;
	text-align:right !important;
	font-size:1em;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:100;
}

.learn_more1 a{
	/*display:inline-block;*/
	text-align:right !important;
	font-size:1em;
	color:#fff;
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:100;
}

/*-----------------SPECIFIC TO SLIDER------------------*/
#slideshow {
  background: #fff; /*#D3DCE5*/
  padding: 0 20px 10px 20px;
  margin-bottom: 10px;
  display: block;
}
#slider-container {
	/*width: 85%;
	height: 120px;*/
	position: relative;
	/*left: 32px;*/
	padding: 0;
	margin: 0 auto;
}
/*.bx-wrapper img {width:510px; height:121px;}*/
.bx-wrapper .bx-viewport {
	background:url(/images/ctsu_sldr_backgrd.png) no-repeat;
	/* height: 126px !important;
	background-color: #182139; */
	height: 250px !important;
	background-color: white;
}

#bx-pager {
	position:absolute;
	bottom:18px;
	width:150px;
	z-index:100;
	/*background:url(../img/pager_bg.png) 0 0 no-repeat;*/
	left: 25px;
      right: 25px;
      height:20px;
}

#bx-pager ul {margin:4px 0 0 2px;}
#bx-pager a {
    display:inline;
    width:10px;
	height:10px;
    margin:7px;
	text-align:center;
}
#bx-pager .inner {
    display:inline;
    width:10px;
	height:10px;
	background-color:#DCF810;
    border:1px solid #1EF506;
}
.bx-wrapper {margin-bottom:10px !important;}
.bx-wrapper .bx-pager {
  /*width: 100px;
  left: 205px;*/
  bottom: 0px;
  z-index: 100;
}
.feature_photo {
	/*float:right;
	margin:4px 0 4px 0;
	padding:0;*/
	height: 250px !important;
	width: auto !important;
	max-width: none !important;
}
ul.bxslider li {
	 max-height:250px; overflow:hidden; 
}
ul.bxslider,
ul.bxslider li {
	margin:0;
	padding:0;
}

/* Control Nav */

/*#bx-pager ul {width:50%; margin-left:41%;}*/

#bx-pager li {margin: 0 0 0 0; display: inline-block; zoom: 1; *display: inline;}
#bx-pager li:first-child {margin: 0;}
#bx-pager li a, .bx-pager .bx-pager-item a {width: 13px !important; height: 13px !important; display: block !important; background: url(/Scripts/jQuery/plugins/slider/images/bg_control_nav.png) no-repeat 0 0 !important; cursor: pointer; text-indent: -9999px; margin:3px !important;}
#bx-pager li a:hover, .bx-pager .bx-pager-item a:hover {background-position: 0 -13px !important;}
#bx-pager li a.active, .bx-pager .bx-pager-item a.active {background-position: 0 -26px !important; cursor: default;}
#bx-pager li a.active, .bx-pager .bx-pager-item .bx-pager-link:focus {outline:2px solid #f4b042;}
.bx-wrapper .bx-prev:focus { outline: 2px solid #f4b042;}
.bx-wrapper .bx-next:focus { outline: 2px solid #f4b042;}
