/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	min-height: 328px;
  	max-height: 500px;
	/*height:500px;*/
	overflow: hidden;
	/*background:url(images/loading.gif) no-repeat 50% 50%;
	background: #d9d9d9;
	/*padding: 4px;
	border: 1px solid #363b45;
	/*width: 752px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height:auto;
	min-width: 33%;
	max-width: 49%;*/
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	display:none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	/*font-size: 24px;*/ /* lambo adjusted this */
	font-size: 20px;
	text-align: center;
	/*height: 75px;*/ /* lambo adjusted this */
	height: 35px;
	/*text-decoration: blink;*/
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	border:0;
    display:block;
	/*display:inline !important;*/
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display: none;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	/*display: none;*/
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}





/*-------------------------------------------------*/

.contents .leftmidright .carousel {
  background: #d9d9d9;
  padding: 4px;
  border: 1px solid #363b45;
  text-align: center;
  /*width: 635px;*/

  margin-left: 210px;
  
  margin-right: auto;
  position: relative;
  /*min-height: 310px;*/

}

.contents .leftmidright .carousel .caption {
  position: absolute;
  width: 126px;
  text-align: left;
  background: rgba(53, 54, 53, 0.85);
  padding: 10px;
  color: #e6e6e6;
  min-height: 290px;
  font-family: "MyriadProRegular";
}
.contents .leftmidright .carousel .caption h4 {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.contents .leftmidright .carousel .caption p {
  font-size: 13px;
  line-height: 15px;
  
  .gallery {
  /*margin-top: 50px;*/
  margin-top: 10px;
}
.gallery .carousel {
  background: #d9d9d9;
  padding: 4px;
  border: 1px solid #363b45;
  /*width: 852px;*/
  width: 910px;
  margin: 0 auto;

  /*margin-left: 58px;*/ /*------ i adjusted this --------*/
  position: relative;
   min-height:445px; /*----- i added this -----*/
}
.gallery .carousel .caption {
  position: absolute;
  width: 166px;
  text-align: left;
  background: rgba(53, 54, 53, 0.85);
  padding: 10px;
  color: #e6e6e6;
  min-height: 424px;
  font-family: "MyriadProRegular";
}
.gallery .carousel .caption h4 {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.gallery .carousel .caption p {
  font-size: 13px;
  line-height: 15px;
}
.carouselbullets {
  text-align: center;
  width: 760px;
  margin-left: 58px;
  margin-top: 5px;
}
.carouselbullets.page {
  width: auto;
  margin-left: 0px;
}
.carouselbullets ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.carouselbullets ul li a {
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/bull.png");
}
.carouselbullets ul li a:hover,
.carouselbullets ul li a.selected {
  background-position: left bottom;
}
