/*.carousel{max-width:1200px;margin-left:auto;margin-right:auto;}*/
	.carousel>div>div>div{width: 100%!Important;left:0;}
	
.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}

.carousel .fill {
    height: 100%;
    background-position: center;
    background-size: cover;
}
.carousel-indicators {
	bottom: 0px;
	z-index: 15;
	list-style: none;
	text-align: left;
	
	width:150px;
}

.carousel-indicators{z-index:900000;}
@media(max-width:767px)
{
	.carousel-indicators{width:75%;top:105px;text-align:right;}
}

@media(min-width:768px) and (max-width:1199px)
{
	.carousel-indicators{margin-left:-50%;padding-left:20px;}
}
@media(min-width:1200px) 
{
	.carousel-indicators{margin-left:-600px;}
}


.galleryspottype2{margin-top:-450px;margin-left:-30px;margin-right:-30px;;}

.carousel-indicators li {
	display: inline-block;
	width: 15px;
    height: 15px;
	cursor: pointer;
    border: none;
	
    /*padding-left:0;*/
	background-repeat:no-repeat;
    background:url('/graphics/elements/graaplus.png')
    
	
}

.carousel-indicators li.active {
   	width: 15px;
    height: 16px;
	
    background:url('/graphics/elements/gulplus.png');
	/*background-position: 0 10px!Important;*/
	background-repeat:no-repeat;
}

.carousel .icon-prev{display:block;}
.carousel .icon-next{display:block;}

.carousel-control{z-index:9999;}
