/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible <!-- Can be 'fixed' or 'flexible' -->
Image Width: 568 <!-- Only required for 'fixed' themes -->
Image Height: 268 <!-- Only required for 'fixed' themes -->
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: João Leno
Author URI: joaoleno@gmail.com
*/
/*
 * 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
 */
.widget_slider_noticias_by_perfil #slider-nivo-jleno {
	width:680px;
	height:180px;
	background-color:#F6F6F6;
	padding:10px;
}
.widget_slider_noticias_by_perfil .linkMais {
	bottom:-20px;
}
#slider-nivo-jleno {
	width:700px;
	height:220px;
	display:block;
}
.theme-jleno {
	margin:0px;
}
.theme-jleno .nivoSlider {
	position:relative;
	background:#fff url(../images/nivo/loading.gif) no-repeat;
	margin-left: 250px;
}
.perfis .nivoSlider {
	background:none;
	margin: 0;
}
.theme-jleno .nivoSlider img {
    position:absolute;
    top:0;
    left:0;
    display:none;
    width: 400px;
}
.theme-jleno .nivoSlider a {
	border:0;
	display:block;
}

.theme-jleno .nivo-controlNav {
	bottom: 5px !important;
	left: 10px;
	position: absolute;
	margin-left: -100px;
}
.perfis.theme-jleno .nivo-controlNav {
	left: auto;
	margin-left: 0;
	right: -440px;
	bottom: 10px;
}
.theme-jleno .nivo-controlNav a {
	background: url("../images/nivo/bullets.png") no-repeat scroll -15px 0 transparent;
	border: 0 none;
	display: block;
	float: left;
	height: 14px;
	margin-right: 3px;
	text-indent: -9999px;
	width: 14px;
}
.theme-jleno .nivo-controlNav a.active {
	background-position: 0 0;
}
.perfis .nivo-directionNav {
	width:700px;
}
.theme-jleno .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-jleno a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-jleno a.nivo-prevNav {
	left:15px;
}
.theme-jleno .nivo-caption,
.theme-jleno .nivo-caption .nivo-caption-date,
.theme-jleno .nivo-caption .nivo-caption-desc,
.theme-jleno .nivo-caption .nivo-caption-resumo p, {
	font-family:Tahoma, Geneva, sans-serif;
}
.theme-jleno .nivo-caption {
	width:230px;	
	height:210px;
	padding:5px 10px;
	margin-left: -250px;
}
.theme-jleno.perfis .nivo-caption {
	width:430px;
	height:180px;
	padding:0px;
	margin-left:250px;
}
.theme-jleno .nivo-caption p {
	padding: 0;
}
.perfis .nivo-caption p {
	font-family:Tahoma, Geneva, sans-serif;
}
.theme-jleno .nivo-caption p strong {
	display: block
}
.theme-jleno .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-jleno .nivo-caption a:hover {
    color:#fff;
}
.perfis .nivo-caption p,
.perfis .nivo-caption a,
.perfis .nivo-caption a:hover {
	color:#000;
}
.theme-jleno .nivo-caption .nivo-caption-date {
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	/*padding: 5px 5px 0;*/
	margin-bottom:20px;
	font-size:11px;
}
.theme-jleno .nivo-caption .nivo-caption-desc {
	margin-bottom:20px;
}
.perfis .nivo-caption .nivo-caption-desc {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.theme-jleno .nivo-caption .nivo-caption-resumo p {
	font-size:12px;
}
.theme-jleno .nivo-caption .nivo-caption-desc a {
    border-bottom: 0 none;
    text-decoration: none;
}
.theme-jleno .nivo-caption .nivo-caption-desc a:hover {
	text-decoration: underline;
}