.chronoline-wrapper {
    position: relative;
}
.chronoline-wrapper * {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}
.chronoline-canvas {
    overflow: hidden;
    position: relative;
    width: 92%;
	background:#ffffff;
	height:175px !important;
	margin: 0 auto;
}
.chronoline-canvas > svg {
    position: relative;
} 

.chronoline-left{
    display: block;
    cursor: pointer;
	position:absolute;
	left:10px;
	top:-40px;
}

.chronoline-right{
    display: block;
    cursor: pointer;
	position:absolute;
	right:10px;
	top:-40px;
}


.chronoline-left-icon {
    background: url("../imgs/prevbl.png") no-repeat scroll 0px 0 transparent;
    height: 25px;
    width: 14px;
    cursor: pointer;
	
}

.chronoline-right-icon {
    background: url("../imgs/nextbl.png") no-repeat scroll 0px 0 transparent;
    height: 25px;
    width: 14px;
    cursor: pointer;
}

.tooltip-style {
    font-size: 12px;
    background-color: #222222;
    color: #ffffff;
    max-width: 300px;
	padding-top:30px !important;
}

.chronoline-draggable {
  cursor:hand;
  cursor:grab;
  cursor:-moz-grab;
  cursor:-webkit-grab;
}

.chronoline-draggable.dragging {
  cursor:grabbing;
  cursor:-moz-grabbing;
  cursor:-webkit-grabbing;
}

.chronoline-draggable .chronoline-canvas .chronoline-event {
    cursor: default;
}
.chronoline-canvas a:hover { background:#fff; }
