.feature_container{
    max-width: 1024px;
	/*max-height: 762px;*/
    padding-bottom: 0;
}
.breadcrumb_container{
    padding-top: 25px;
}
.feature_box{
	  padding-top: 0;
}
body{
    min-width: 600px;
}
body.no_flash{
  min-width: 320px;
}
.feature_container object{
  height: 692px;
}
@media screen and (min-width: 480px) {
  .feature_container object{
    height: 692px;
  }
}

@media screen and (min-width: 601px) {
  .feature_container object{
    height: 692px;
  }
}

@media screen and (min-width: 651px) {
  .feature_container object{
    height: 770px;
  }
}

@media screen and (min-width: 700px) {
  .feature_container object{
    height: 800px;
  }
}
