
.dragging{
	cursor:move !important;
}



#ferroslider-player{
	position:absolute;
	bottom:0;
	left:0;
	display:block;
}

#ferroslider-player a{
	display:inline;
	float:left;
	margin: 5px 0px;
}

#ferroslider-sensible-area-top{
	top:0;
	left:0;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
}

#ferroslider-sensible-area-right{
	top:0;
	right:0;
	width:40px;
	height:100%;
	line-height:100%;
	text-align:center;
}

#ferroslider-sensible-area-bottom{
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
}

#ferroslider-sensible-area-left{
	top:0;
	left:0;
	width:40px;
	height:100%;
	line-height:100%;
	text-align:center;
}



#ferroslider-navigation-map{
	position: absolute;
	text-align:center;
	align:right;
	left: 46%;
	padding:3px;
	margin-bottom:10px;
	height:27px;
	min-width:auto;
	z-index:120;
	white-space:nowrap;
	
}

.navigation-dot{
	float:left;
	width:19px;
	height:19px;
	margin:3px;
	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;
	position: relative;
	background:  #CCCCCC;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	cursor:pointer;
}

.navigation-dot.actual{
	position: relative;
	width:18px;
	height:18px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	border: 2px solid  #FFFFFF;
	background:  #8C0000;
	float:left;
	cursor:default;
}

.navigation-dot.empty{
	position: relative;
	background-color:none;
	filter: alpha(opacity = 0);
	opacity:0;
	float:left;
	cursor:default;
}

.sensible-area{
	background:black;
	position:absolute;
	filter: alpha(opacity = 0);
	opacity:0;
	display:block;
	z-index:1;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	-ms-transition:all 0.2s;
}

.sensible-area i{
	font-size:40px;
	color:#dddddd;
	text-shadow: 0px 1px 1px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
}

.tooltip span{
	visibility: hidden;
	position: absolute;
	z-index: 999;
	width: 100px;
	padding: 10px;
	border: 1px solid #ccc;
	z-index:95;
	-moz-border-radius: 4px;
	border-radius: 4px;  
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;  
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	background-color: #ddd; 
	color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.tooltip.top span{
	bottom: 30px;
	left: 50%;
	margin-left: -61px;
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */z-index:95;
}

.tooltip.bottom span{
	bottom: -50px;
	left: 50%;
	margin-left: -61px;
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
}

.tooltip.left span{
	bottom: -10px;
	left: 50%;
	margin-left: -142px;
	background-image: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background-image: linear-gradient(to right,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */	
}

.tooltip.right span{
	bottom: -10px;
	left: 0%;
	margin-left: 31px;
	background-image: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
	background-image: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 */
}

.tooltip:hover{
  	border: 0; /* IE6 fix */
}

.tooltip:hover span{
  	visibility: visible;
}

.tooltip.top span:before,
.tooltip.top span:after{
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -7px;
	left: 50%;
	margin-left: -8px;  
	border-top: 8px solid #ddd;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;        
	border-bottom: 0;  
}

.tooltip.top span:before{
	border-top-color: #ddd;
	bottom: -8px;
}

.tooltip.bottom span:before,
.tooltip.bottom span:after{
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: 35px;
	left: 50%;
	margin-left: -8px;  
	border-top: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;        
	border-bottom: 8px solid #ddd;  
}

.tooltip.bottom span:before{
	border-bottom-color: #ddd;
	bottom: 36px;
}

.tooltip.left span:before,
.tooltip.left span:after{
	content: "";
	position: absolute;
	z-index: 1000;
	/*bottom: 35px;*/
	left: 100%;
	top:11px;
	/*margin-left: 62px;*/  
	border-top: 8px solid transparent;
	border-left: 8px solid #ddd;
	border-right: 0px;        
	border-bottom: 8px solid transparent;  
}

.tooltip.left span:before{
	border-left-color: #ddd;
	bottom: 36px;
}

.tooltip.right span:before,
.tooltip.right span:after{
	content: "";
	position: absolute;
	z-index: 1000;
	/*bottom: 35px;*/
	left: -8px;
	top:11px;
	/*margin-left: 62px;*/  
	border-top: 8px solid transparent;
	border-right: 8px solid #ddd;
	border-left: 0px;        
	border-bottom: 8px solid transparent;  
}

.tooltip.right span:before{
	border-left-color: #ddd;
	bottom: 36px;
	left:-8px
}

.fadeIn{
	filter: alpha(opacity = 70);
	opacity:0.7;
	cursor:pointer;
}
