/* stripe */
#pan {
	position:relative;
	overflow:hidden;
	width:100%;
	height:160px;
	background-image:url(/images/tests/panorama.jpg);
	background-repeat: repeat-x;
	background-position: 0px center;
}

.left, .right {
	position:absolute;
	bottom:70px;
	width:22px;
	height:22px;
	display:block;
	z-index:101;
	cursor:pointer;
}

.left {background: url("/local/templates/bootstrap3/images/arrows/left_black.svg") 0px top no-repeat;left:25px;}
.right {background: url("/local/templates/bootstrap3/images/arrows/right_black.svg") 0px top no-repeat;right:25px;}
.left:hover {}
.right:hover {}