/*
Skin Name: Composite Bootstrap Light Theme
Description: A light skin for the Bootstrap Slider.
Version: 2.0
Author: Composite
Author URI: http://composite.net/
*/

.theme-light.slider-wrapper {
    background: #fff;
    padding: 10px 10px 40px;
}
.theme-light .carousel {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:0;
    overflow: visible;
}
.theme-light .carousel img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-light .carousel a {
	border:0;
	display:block;
}

.theme-light .carousel-indicators {
	text-align: left;
	padding: 0;
	position: absolute;
    margin: 0;
    bottom: -30px;
    top: auto;
    left: 0;
	z-index: 10;
}
.theme-light .carousel-indicators li {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat 0 1px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-light .carousel-indicators li.active {
	background-position:0 100%;
}

.theme-light .carousel-controlNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -35px;
	z-index: 11;
}
.theme-light .carousel-controlNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-light a.carousel-control.left {
    background-position:11px 50%;
    right: 35px;
    left: auto;

}
.theme-light a.carousel-control.right {
    background-position:-26px 50%;
	right:0px;
    left: auto;
}

.theme-light .carousel-caption {
    font-family: Helvetica, Arial, sans-serif;
    padding: 5px 10px;
}
.theme-light .carousel-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-light .carousel-caption a:hover {
    color:#fff;
}