﻿/* heading */
.info-box-carousel-bg h3 {
	color: #359FCB;
	font-family: league_gothicregular,Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: normal;
	margin: 15px 0;
	padding: 5px 10px 0px 10px;
}
/* paragraph */
#articleCarousel p {
	font-size: 11px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 10px 5px 10px;
}
.info-box-carousel-bg a {
	outline: none;
}
/* button styles*/
div.info-box-carousel-bg a.btn {
	color: #359FCB;
	font-family: league_gothicregular,Helvetica,Arial,sans-serif;
	font-size: 20px;
	padding: 0px 30px;
}
/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
	margin-bottom: 0px;
	padding: 30px 40px 70px 40px;
}
/* Reposition the controls slightly */
carousel-control {
	left: -12px;
}
.carousel-control {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	color: transparent;
	font-size: 0px;
	height: 200px;
	width: 16px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.article-carousel.carousel-control.left {
	left: 0px;
	top: 20%;
	width: 26px;
	background: url('../images/info-box-carousel-left.png') center top no-repeat;
}
.article-carousel.carousel-control.left {
	left: 0px;
	top: 20%;
	width: 26px;
	background: url('../images/info-box-carousel-left.png') center top no-repeat;
}
/* Changes the position of the indicators */
.carousel-indicators {
	left: 50%;
	bottom: 0px;
	margin-left: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
	padding-left: 10px;
	padding-left: 10px;
}
.carousel-indicators .active {
	background: #333333;
}
/* info-box background */
.info-box-carousel-bg {
	background: #ffffff;
	background: rgba(255,255,255,0.5);
	background: url('../images/info-box-carousel-bg.png') center top repeat-x;
	padding: 0px;
	border-style: solid;
	border-width: 1px 1px 0px;
	-moz-border-image: url('../images/info-box-carousel-border-image.png') 1 1 0 1;
	-webkit-border-image: url('../images/info-box-carousel-border-image.png') 1 1 0 1;
	-o-border-image: url('../images/info-box-carousel-border-image.png') 1 1 0 1; 
	border-image: url('../images/info-box-carousel-border-image.png') 1 1 0 1 ;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0);
box-shadow: 0 0 20px 0 rgba(0,0,0,0);
}
.info-box-carousel-bg a.thumbnail {
	background: #000;
	background: rgba(0,0,0,0.4);
	border: 0;
	border-radius: 0px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.0);
	line-height: normal;
	padding: 10px 10px;
	transition: all 0.2s ease-in-out 0s;
}
/* button styles*/
div.info-box-carousel-bg a.btn {
	background: rgb(226,226,226);
/* Old browsers */background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 50%, rgba(254,254,254,1) 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(50%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 50%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 50%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 50%,rgba(254,254,254,1) 100%); /* IE10+ */;
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 50%,rgba(254,254,254,1) 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
	border-radius: 20px 20px 20px 20px;
	border: 3px #222 solid;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}