@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;
}


/* Slider  	*/
.slideshow-home{
/*	margin: 0px 15px;	*/
}

.nivo-caption{
	display: table-caption;
	z-index: 100;
	position: absolute;	
	bottom: 45%;
	left: 0px;
	width : 50%;
}

.slider-row1, .slider-row2{
	background-color: #29a8db;
	padding: 0px 20px;
	height: auto;
	font-size: 55px;
	color: white;
	font-weight: bold;
	overflow: hidden;
	display:block;
	text-align:right;
	line-height: 60px;
}
/******************************************/






.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: 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;
}


@media (min-width : 1290px) 
{
	.slider-row1, .slider-row2{
		font-size: 63px;
		color: white;
		font-weight: bold;
		overflow: hidden;
		display:block;
		text-align:right;
		line-height: 80px;
	}
}


@media (min-width : 750px) 
{
	
}

@media (max-width : 750px) 
{
	
}

