#panelone{
	width:985px;
	 display: block;
    margin: 0 auto;
    position: relative;
}



.clear{
	clear:both;
}

.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
}


.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
}


.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
	opacity:0.7;
	background:#CCC;
	box-shadow:#666 -1px -4px 9px;
}


* {
    box-sizing: inherit;
}

.container{
	width:960px;
	padding-top:20px;
	padding-bottom:20px;
}


.gap15{
	margin-top:15px;
}
