@CHARSET "ISO-8859-1";

.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:9;
	cursor:pointer;
	/*color: #ff9311;*/
	color: rgba(255, 255, 255, 0.7);
	font-size: 72px;
}
.nivo-prevNav {
	left:160px;
}
.nivo-nextNav {
	right:160px;
}

.nivo-controlNav{ display: block !important; }
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	z-index:2001;
}
.nivo-controlNav a {
	cursor:pointer;
}


.nivo-controlNav a
{
  /*  background: url("bullets.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;*/
   	background: none repeat scroll 0 0 rgba(22, 22, 22, 0.1);
    border-radius: 20px;
    display: inline-block;
    height: 0.7em;
    width: 0.7em;
    margin: 0 2px;
    text-indent: -9999px;
}

.nivo-controlNav a.active {
	font-weight:bold;
	background: none repeat scroll 0 0 rgba(22, 22, 22, 0.2);
}

.nivo-directionNav
{
	display: block !important;
	text-align:center;
}
/*
.fa-arrow-circle-left, .fa-arrow-circle-right
{ font-size: 0.6em; }*/

@media (min-width : 750px) 
{
	.fluenter-arrow-left, .fluenter-arrow-right
	{
	    cursor: pointer;
	    height: 40px;
	    width: 40px;
	    position: relative;  
	    z-index: 2010 !important;
	    display: none !important;
	    opacity: 0.5 !important;
	}
	
/*	.fluenter-arrow-left
	{ background: url("../img/large_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
	
	.fluenter-arrow-right
	{ background: url("../img/large_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
	
	.fluenter-arrow-right:hover, .fluenter-arrow-left:hover 
	{ opacity: 1 !important; }
*/	
}

@media (max-width : 750px) 
{
	.fluenter-arrow-left, .fluenter-arrow-right
	{ display: none !important; }
}

