/* Front Banner */

.petrus-photo-list-indicator {
 position:absolute;
 top: 95px;
 left:22px;
}

.petrus-photo-list-indicator span, .petrus-photo-list-indicator span a {
 font-family: Times;
 font-size:70px;
 color:#fff;
 text-decoration: none;
}

#petrus-slide-dotted-1 a{
 text-decoration: none;
 color: #ff0000;
}

.petrus-photo-list-container-photo {
 width: 1000px;
 height: 176px;
 overflow:hidden;
}

.petrus-photo-list-container-photo:after {
 content: "."; 
 visibility: hidden; 
 display: block; 
 clear: both; 
 height: 0; 
 font-size: 0;
}

.petrus-photo-element-cont {
 position:relative;
 float:left;
}

.petrus-photo-text-cont {
 position:absolute;
 top:0px;
 left:px;
 width:355px;
 height:146px;
 background-color: #0063af;
 color: #fff;
 padding:27px;
 padding-top:15px;
 padding-bottom:15px;
}

.petrus-photo-text-cont h3 {
 font-weight: 100;
 font-size: 24px;
 margin-top:0px;
 margin-bottom:0px;
 text-transform: uppercase;
}

.petrus-photo-text-desc-cont {
 font-size:14px;
}

.petrus-photo-text-desc-cont p {
 line-height:18px;
 margin-top:0px;
 margin-bottom:0px;
}

.petrus-photo-element-cont img {
 position:absolute;
 top:0px;
 left:px;
}