.brand_hed{
font-weight:bold;
  color:white;
  font-size:18pt;
  padding:0.7em;
  text-align:center;
}
.brand_logo{
 height:100px;
  position: relative;
  margin-bottom:1em;
}
.brand_logo img{
  width:96%;
  border:0;
  position: absolute;
  bottom:0;
  left:2%;
}
.image_roll{
position: relative;
  height:400px;
  margin-bottom:1em;
}
.image_roll img {
  position: absolute;
   top: 0;
   left:0;
  opacity:0;
  width:100%;
  transition: opacity 2s;
}
#top-bwimg1 , #top-etimg1{
  opacity:1;
}
.new_item_hedder{
font-size:40pt;
margin-top:2em;
border-top:1px solid #999;
  padding-top:0.5em;
text-align:center;
}
.item_releas_season{
  margin-top:1em;
  padding:5px;
  border-left:8px solid blue;
  font-size:20pt;
}
.new_items{margin-top:1em;}
.new_items img {
  width:100%;
  max-height:245px;
  border:0;
}
.new_items li {
  margin:3px 3px 1em 3px;
  max-width:245px;
  float: left;
  font-size:14pt;
  background-color:#d9edf7;
}
.new_items ul{
list-style-type:none;
}
.new_items div{
  padding:5px;
  height:5em;
  overflow-y:hidden;
}