@import url('reset.css');
.container{
	 border:5px solid #fff;
    font-size: 13px;
    text-transform: none;
    z-index:500;
    position:absolute;
    top:158px;
    overflow:hidden;
    background-color: #ffffff;
    width:980px;
}
a{
    color: #ddd;
    text-decoration: none;
}
.clr{
    clear: both;
}
#ib-image{
	position:absolute;
	margin-top:-130px;
}
#ib-image img{
	width:242px;
	height:172px;
	position:absolute;	
}
.ib-main-wrapper{
    width:100%;
    overflow: hidden;
    margin-top: 0px;
    outline: none;
    /*height dynamic*/
}
.ib-main{
    position: relative;
 
}
.ib-main a{
    float: left;
    width: 242px;
    height: 172px;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 2px 2px;
    cursor: pointer;
}
.ib-main a.ib-loading,
.ib-main a.ib-loading:hover{
    background: #fff url(../images/ajax-loader.gif) no-repeat center center;
    background-size: 31px 31px;
}
.ib-main a.ib-loading img,
.ib-main a.ib-loading:hover img{
    opacity: 0.5;
    filter:alpha(opacity=50);
}
.ib-main > a.ib-loading > span,
.ib-main a.ib-loading > span{
    display: none;
}
.ib-main a img{
    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ib-main > a > span{ /*div legenda imagem pequena*/
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    bottom: -20px;
    left: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.ib-main a:hover > span{
 
    
}
.ib-main a:hover img{
    opacity: 0.8;

}
.ib-main a:hover{
    background-size: 100% 100%;    
}
.ib-content{
    background: #f9f9f9;
}
.ib-content .ib-teaser{ /*div texto imagem pequena*/
    text-align: center;
    background: #112b44;
    padding-top:80px;
    width: 100%;
    height: 100%;
    left:0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
}
.ib-teaser h2{ /*div titulo na imagem pequena*/
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding-top: 20%;
    text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.ib-teaser span{ /*div subtitulo na imagem pequena*/
    text-transform: none;
    font-size: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    display: block;
    padding-top: 2%;
    color:#fff;   
}
.ib-content .ib-teaser:hover{
    background: #000;
}
.ib-content-preview{ /*div titulo subtitulo e texto*/
    position: absolute;
    top: 44px;
    left: 0px;
    background: #000;
    width: 100%;
    height: 100%; /*dynamic*/
    display: none;   
}

.ib-content-preview .ib-teaser h2{  /*div do titulo e subtitulo*/
    font-size: 30px;
    padding: 85px 40px 20px 40px;
   
}
.ib-content-preview .ib-teaser span  { /*div por baixo do titulo*/
    padding: 20px 0px 0px 5px;
    font-size: 22px;
    
}
.ib-content-full{  /* div texto*/
    font-family: Arial, Helvetica, sans-serif;
    color:#ffffff;
    text-transform: none;
    text-align: justify;
    line-height: 26px;
    margin: 0px 40px;
    border-top: 1px solid #333;
    padding: 20px 0px;
	 font-size: 15px;
}
.ib-content-full p{ 
	padding: 5px 0px;
	
}
.ib-preview{
    overflow: hidden;
    position: absolute;
    top: 40px;
    display: none;
}
.ib-preview-descr{
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 500;
    font-size: 30px;
    text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
    color:#fff;
}
.ib-preview img{
	position: absolute;
}
.ib-nav span{
	width: 35px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	cursor: pointer;
    text-indent: -9000px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	z-index: 999;
    background: transparent url(../images/nav.png) no-repeat top right;
	right: 0px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.ib-nav span.ib-nav-prev{
	background-position: top left;
	left: 0px;
    right: auto;
}
.ib-close{
	top: 25px;
	right: 0px;
	background: url(../images/close.png) no-repeat center center;
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	opacity: 0.6;
	filter:alpha(opacity=60);
	z-index: 999;
    text-indent: -9000px;
}
.ib-nav span:hover, .ib-close:hover{
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.ib-loading-large{
    text-indent: -9000px;
    width: 60px;
    height: 60px;
    background: #fff url(../images/ajax-loader.gif) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    z-index: 999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    opacity: 0.9; 
    filter:alpha(opacity=90);  
}
