/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

.nivoSlider {
	position: relative;
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
}

/**/

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/**/

.nivo-caption {
	position:absolute;
	overflow: hidden;
    /*
    filter: alpha(opacity=0) !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important;
	z-index: 8;
    */
}

/**/

.highlights_slider .nivo-caption {
    display: none !important;
}

/**/

.nivoSlider .item {
	display: none;
}

/**/

.highlights_slider .nivo-directionNav {
    display: block !important;
    position: absolute;
    width: 705px;
    z-index: 100;
}

.highlights_slider .nivo-directionNav a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-indent: -9000px;
	font-size: 1%;
	margin: 1px 3px;
	cursor: pointer;
	overflow: hidden;
    position: absolute;
    top: 123px;
}

.highlights_slider .nivo-directionNav a.nivo-prevNav {
    left: 10px;
    background: transparent url(../common/img/slider_dirleft.png) no-repeat 0 50%;
}

.highlights_slider .nivo-directionNav a.nivo-nextNav {
    right: 10px;
    background: transparent url(../common/img/slider_dirright.png) no-repeat 0 50%;
}

.highlights_slider .nivo-directionNav a:hover {
	background-position: -50px 0;
}

/**/

.highlights_slider .nivo-controlNav {
	display: block;
	width: 705px;
    padding: 0;
	bottom: 16px;
	height: 11px;
	position: absolute;
	float: left;
	left: 0;
	z-index:9;
	text-align: center;
}

.highlights_slider .nivoSlider .nivo-controlNav a {
    background-color: #186FA4;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 1%;
    text-indent: -9000px;
    display: inline-block;
    margin-top: 0;
    overflow: hidden;
}

.highlights_slider .nivoSlider .nivo-controlNav a:hover, 
.highlights_slider .nivoSlider .nivo-controlNav a.active {
    background-color: #fff;
}

.highlights_slider, 
.highlights_slider #wrapper, 
.highlights_slider .nivoSlider {
	width: 705px;
	height: 280px;
	overflow: hidden;
}

.highlights_slider {
	overflow: hidden;
	position: relative;
	padding: 0;
	background: transparent url(../common/loaders/loader-main-slider.gif) no-repeat 50% 50%;
	top: 0;
	left: 0;
	margin: 0;
}

.highlights_slider .nivo-caption, 
.highlights_slider .nivo-directionNav, 
.highlights_slider .nivo-controlNav {
	/*display: none !important;*/
}

/**/

.boxArticleHighlights {
	width: 720px;
    height: 250px; 
    margin-bottom: 33px;
    margin-left: 10px; 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: rgb(0,188,242);
    background-image:-moz-linear-gradient(7% 88% -90deg,rgb(0,188,242) 0%,rgb(10,157,211) 100%); 
    background-image:-webkit-gradient(linear,7% 88%,7% 22%,color-stop(0, rgb(0,188,242)),color-stop(1, rgb(10,157,211)));
    background-image:-webkit-linear-gradient(-90deg,rgb(0,188,242) 0%,rgb(10,157,211) 100%);
    background-image:-o-linear-gradient(-90deg,rgb(0,188,242) 0%,rgb(10,157,211) 100%);
    background-image:-ms-linear-gradient(-90deg,rgb(0,188,242) 0%,rgb(10,157,211) 100%);
    background-image:linear-gradient(180deg,rgb(0,188,242) 0%,rgb(10,157,211) 100%);
}

.ie .boxArticleHighlights {
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00bcf2,endColorstr=#ff0a9dd3,GradientType=0)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00bcf2,endColorstr=#ff0a9dd3,GradientType=0);  
}

.boxArticleHighlights .nivoSlider {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-background-size: 386px 250px;
    background-size: 386px 250px;
}

.boxArticleHighlights .nivoSlider .nivo-slice {
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    -webkit-background-size: 386px 250px;
    background-size: 386px 250px;
}

.boxArticleHighlights .nivoSlider .item, 
.boxArticleHighlights .nivoSlider .item img {
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}

.boxArticleHighlights .nivoSlider .item img {
    display: block;
    width: 386px;
    height: 250px;
}

.boxArticleHighlights .nivoSlider .nivo-controlNav {
    width: 334px;
    margin-left: 386px;
    bottom: 35px;
	display: block;
    padding: 0;
	height: 11px;
	position: absolute;
	float: left;
	left: 0;
	z-index:9;
	text-align: center;
}

.boxArticleHighlights .nivoSlider .nivo-controlNav a {
    background-color: #186FA4;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    font-size: 1%;
    text-indent: -9000px;
    overflow: hidden;
}

.boxArticleHighlights .nivoSlider .nivo-controlNav a:hover, 
.boxArticleHighlights .nivoSlider .nivo-controlNav a.active {
    background-color: #fff;
}

.boxArticleHighlights .nivoSlider .nivo-caption {
    color: #fff;
    right: 50px;
    top: 60px;
    width: 230px;
    font: normal normal 13px/120% "AbsaraSans_Light", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    cursor: default;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

/**/

.boxArticleHighlights .nivoSlider .nivo-directionNav {
    display: none !important;
}





















	


