/* @group Theme specifics */

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

#myCarouselpage29 a.carousel-control.left,
#myCarouselpage29 a.carousel-control.right {
	text-decoration: none;
}

/* @end */

/*
Bootstrap Carousel v2.0.4

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.
Modified by @willwoodgate to run each selector name within the '#myCarouselpage29' space, incorporation of responsive image scaling, provision of editable controls for WeaverPix users and amendments to caption structuring.
*/

/* @group Basic Properties */

#myCarouselpage29 {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#myCarouselpage29 .carousel-inner {
	position: relative;
	width: 100%;
}

#myCarouselpage29 .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-ms-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
	overflow: hidden;
}

#myCarouselpage29 .item > a,
#myCarouselpage29 .item > img {
	display: block;
	line-height: 1;
	max-width: 100%;
	height: auto;
	z-index: 1;
}

#myCarouselpage29 .active,
#myCarouselpage29 .next,
#myCarouselpage29 .prev {
	display: block;
}

#myCarouselpage29 .active {
	left: 0;
}

/* @end */

/* @group Carousel Controls */

#myCarouselpage29 .next,
#myCarouselpage29 .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

#myCarouselpage29 .next {
	left: 100%;
}

#myCarouselpage29 .prev {
	left: -100%;
}

#myCarouselpage29 .next.left,
#myCarouselpage29 .prev.right {
	left: 0;
}

#myCarouselpage29 .active.left {
	left: -100%;
}

#myCarouselpage29 .active.right {
	left: 100%;
}

#myCarouselpage29 .carousel-control {
	position: absolute;
	top: 45%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: white;
	text-align: center;
	background: #222;
	border: 3px solid white;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-weight: 100;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

#myCarouselpage29 a.carousel-control.left {
	display: block;
}

#myCarouselpage29 a.carousel-control.right {
	display: block;
}

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

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

/* @end */

/* @group Carousel Captions */

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

#myCarouselpage29 .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);
}

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

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

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

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

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

%[endif]%

/* @end */