/*
 * jQuery Nivo Slider v2.7
 * 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
 */
.block-front-slider-nivoslider .block-title
{
	display: none;
}

/* The Nivo Slider styles */
.nivoSlider 
{
	position:relative;
}

.nivoSlider img 
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink 
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	background: url(../img/caption_bg.png);
	position:absolute;
	left:0px;
	bottom:0px;
	width:50%;
	height: 100%;
	z-index:8;
	text-align: left; /** LTR **/
}

.nivo-caption p {
	padding: 0;
	color:#fff;
	margin:0;
	height: 100%;
}

.nivo-caption-inner{
	padding: 2em;
}

.nivo-caption .metadata{text-shadow: none;}
.nivo-caption .metadata{padding: 0; margin: 1em 0 .5em}
.nivo-caption .metadata li{list-style: none; display: block; float: left; margin: 0;}
.nivo-caption .icon{width:16px; height: 16px; background: url(../img/menu-icon/icon-pencil.png)  no-repeat; text-indent: -9999em}
.nivo-caption .icon.article{background-image: url(../img/menu-icon/icon-article.png)}
.nivo-caption .icon.video{background-image: url(../img/menu-icon/icon-film.png)}
.nivo-caption .icon.created{background-image: url(../img/menu-icon/icon-date.png)}
.nivo-caption .icon.comment{background-image: url(../img/menu-icon/icon-bubble.png)}

.header{margin: 25px 0 5px}

.nivo-caption .header h3 a
{
	color: #FFFFFF;
	font: 1.7em 'Merriweather',Georgia,"Times New Roman",Times,serif;
	letter-spacing: 0;
	text-transform: capitalize;
}
.nivo-caption .body * { 
	color: #999999;
	font-size: 12px;
	line-height: 18px;
	display: inline;
}
.nivo-html-caption {display:none;}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:15px;
	bottom: 15px;
	cursor: pointer;
	z-index: 8;
}
.nivo-controlNav a {
	display:block;
	width: 9px;
	height: 9px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a:hover {background-position: -9px 0;}
.nivo-controlNav a.active {background-position: -18px 0;}

.nivo-directionNav{position: absolute; left: 41.5%;	top:15px;	z-index:8;}
.nivo-directionNav a {
	cursor:pointer;
	display:block;
	float: left;
	width:25px;
	height:24px;
	background:url(../img/pager-arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {background-position:-25px 0;}
a.nivo-prevNav {margin-right: 3px;}

a.nivo-nextNav:hover
{
	background-position:-25px -24px;
}
a.nivo-prevNav:hover
{
		background-position:0 -24px;
}

.nivo-caption a.read-more
{
    color: #DDE4E9;
		margin-left: 5px;
}