
.carousel-caption{
	background:#000;	
	opacity:0.6;
	width:100%;
	position:absolute;
	top:-20px!important;
	left:0px!important;
	height:10px;
	margin:0px;
}
.carousel-caption p{
	width:100%;
	font-size:16px;
 	margin:-10px;	
}
.carousel{
	width:100%;
	overflow:hidden;
	position:relative;
	outline:2px solid #fff;
}
.paging{
	position:absolute;
	/*bottom:20px;*/
	/*right:20px;*/
}
.paging a{
	text-decoration:none;
	color:#fff;
	padding:0px 5px;
}
.paging a:hover{
	background : #920000;
	font-weight:bold;
}
.paging a.active{
	background : #920000;
	font-weight:bold;
}
.image_reel img{
	float:left;
	width:277px;
}
.carousel-indicators{
	position:absolute;
	
	
}