#dias_content {
/*   background: transparent url('../gfx/header_bg.png');*/
   background: #f2f2f2;
   padding: 10px 0px;
   box-shadow: inset 0px 7px 11px -6px;
   height: 350px;
}

#dias {
   height: 390px;
   margin-top: 0px;
   position: relative;
   box-shadow: 0px 10px 15px -10px;
}

#dias {
   padding: 0px;
   width: 600px;
   border: 3px solid #eee;
   background: #eae7e3;
   float: left;
}

.dias_tagline {
   width: 250px;
   height: 180px;
   padding: 90px 20px;
   float: left;
   font-family: 'Oswald', sans-serif;
   font-size: 30px;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: 1.1px;
   line-height: 40px;
   color: #333;
   text-shadow: 1px 1px #999;
   display: none;
   background: transparent;
}

.dias_tagline img {
   text-shadow: 1px 1px #999;
   background: transparent;
}

.dias_tagline:first-child {
   display: block;
}

.dias_image {
   float: right;
   height: 390px;
   width: 300px;
   overflow: hidden;
   display: none;
}

.dias_image:first-of-type {
   display: block;
}

#dias_bullets {
   position: absolute;
   left: 10px;
   bottom: 10px;
}

#dias_bullets li {
   float: left;
   background: #c8c5c1;
   width: 25px;
   height: 25px;
   border-radius: 25px;
   margin: 5px;
}

#dias_bullets li:hover {
   cursor: pointer;
}

#dias_bullets li.active {
   background: #565553;
}