

/*-- jShowOff module styles --*/


#features {
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 660px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	}
#jshowoff {
	width: 660px;
	height: 299px;
	}
#jshowoff div, #jshowoff img, #jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#jshowoff h2 {
	font-size: 14px;
        color: white;
	margin: 0;
	}
#jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
#jshowoff-slidelinks a, #jshowoff-controls a {
	display: block;
	background: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
#jshowoff-slidelinks a.jshowoff-active {
	background: #fff;
	color: #000;
	}
p#jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
         
	}
#jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
       
	}
.transparent {
        
	position: absolute;
	bottom: 30px;
	margin: 0;
	padding: 0;
	width: 660px;
	height: 80px;
	background: url('../../imagens/slideshow2/transparent-bg.png');
	color: #FFF;
        z-index: 2;
        display: block;
}
a.slide_show_titulo {
      font-size: 17px;
      font-weight: bold;
      padding: 0px 10px;
      display: block;
      color: white;
      text-decoration: none;
      
}
a.slide_show_gravata {
      font-size: 13px;
      padding: 0 10px;
      display: block;
      color: white;
      text-decoration: none;
      font-weight: normal;
}
a.slide_show_data {
      font-size: 9px;
      display: block;
      color: white;
      text-decoration: none;
      font-weight: normal;
      padding: 0 10px;
}
#features img
{
    position: absolute;
    z-index: 1;
}