/* carousel */
.media-carousel 
{
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
	left: -38px;
	background-image: none;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #FFFFFF;
	border-radius: 30px 30px 30px 30px;
	height: 60px;
	width : 60px;
	font-size:200%;
	margin-top: 145px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
	right: -38px !important;
	background-image: none;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #FFFFFF;
	border-radius: 30px 30px 30px 30px;
	height: 60px;
	width : 60px;
	font-size:200%;
	margin-top: 145px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
	background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
	background: #333333;
}
.media-carousel img
{
	width: 250px;
	height: 100px
}
/* End carousel */
















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
