#weaverpix-content-in-page2 {
	margin: 0px;
	padding: 0px;
}/*!
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
#myCarouselpage2 .carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

#myCarouselpage2 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#myCarouselpage2 .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

#myCarouselpage2 .carousel-inner > .item > img,
#myCarouselpage2 .carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

#myCarouselpage2 .carousel-inner > .active,
#myCarouselpage2 .carousel-inner > .next,
#myCarouselpage2 .carousel-inner > .prev {
  display: block;
}

#myCarouselpage2 .carousel-inner > .active {
  left: 0;
}

#myCarouselpage2 .carousel-inner > .next,
#myCarouselpage2 .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

#myCarouselpage2 .carousel-inner > .next {
  left: 100%;
}

#myCarouselpage2 .carousel-inner > .prev {
  left: -100%;
}

#myCarouselpage2 .carousel-inner > .next.left,
#myCarouselpage2 .carousel-inner > .prev.right {
  left: 0;
}

#myCarouselpage2 .carousel-inner > .active.left {
  left: -100%;
}

#myCarouselpage2 .carousel-inner > .active.right {
  left: 100%;
}

#myCarouselpage2 .carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#myCarouselpage2 .carousel-control.right {
  right: 15px;
  left: auto;
}

#myCarouselpage2 .carousel-control:hover,
#myCarouselpage2 .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#myCarouselpage2 .carousel-indicators {
  position: absolute;
  /*
  top: 15px;
  right: 15px;
  */
  z-index: 5;
  margin: 0;
  list-style: none;
}

#myCarouselpage2 .carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

#myCarouselpage2 .carousel-indicators .active {
  background-color: #fff;
}


/* If screen width falls below this setting, hide the controllers */
@media all and (max-width: 400px) {
	#myCarouselpage2 a.carousel-control.right,
	#myCarouselpage2 a.carousel-control.left {
		display: none !important;
	}
}

/* @end */

/* @group Theme specifics */

#carouselWrapperpage2 {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#myCarouselpage2 .carousel-indicators {
	display: block;
	right: 20px;
	top: 20px;
}

#myCarouselpage2 a.carousel-control.left,
#myCarouselpage2 a.carousel-control.right {
	text-decoration: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
}

#myCarouselpage2 .carousel-control {
  top: 45%;
}

#myCarouselpage2 .carousel-inner > .prev {
	display: 0;
}

#myCarouselpage2 .carousel-inner > .next {
	display: block;
}

#myCarouselpage2 .carousel-inner > .item > img,
#myCarouselpage2 .carousel-inner > .item > a > img {
	margin: 0 auto;
}

/* @end */

/* @group Carousel Captions */

#myCarouselpage2 .carouselCaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	background: none;
	z-index: 5;
}

#myCarouselpage2 .carouselBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000000;
	z-index: 10;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

#myCarouselpage2 .captionContent {
	display: block;
	position: relative;
	z-index: 20;
	line-height: 150%;
	font-size: 100%;
	color: #FFFFFF;
}

#myCarouselpage2 .captionContent a {
	color: #CDCDCD;
}

#myCarouselpage2 .captionContent a:visted {
	color: #CDCDCD;
}

#myCarouselpage2 .captionContent a:hover {
	color: #999999;
}

/* If screen width falls below this setting, hide the controllers */
@media all and (max-width: 400px) {
	#myCarouselpage2 .carouselCaption {
		display: none !important;
	}
}

%[endif]%

/* @end */