body{
 width:100%;
 }
.container{
  width:455px;
  margin-bottom:0px;
  overflow:hidden;
  }
.container p{
  font-family:Arial, Helvetica, sans-serif ;
  font-size:14px;
  font-weight:bold;
  color:#FF6600;
  cursor:pointer;
  margin-bottom:0px;
  margin-top:15px;
  }
.img_galery_cont{
  width:450px;
  height:355px;
  border:#CCCCCC 1px solid;
  text-align:center;
  overflow:hidden;
  }
.control_bar{
  width:70px;
  height:30px;
  position:absolute;
  top:345px;
  right:40px;
  float:right;
  }
#img_det{
  margin-left:10px;
  width:300px;
  float:left;
  }
.next{
  float:right;
  cursor:pointer;
  }

.imgback{
  float:left;
  cursor:pointer;
  }
#img{
  cursor:crosshair;
  }
#img_big_div{
    position:absolute;
	display:none;
      width: 100%;
      height: 1000px;
      z-index: 5;
      background-color: #000000;
	  top:0px;
	  left:0px;
	  text-align:center;
	  color:#FFFFFF;
	}
#img_big_div p{
margin-top:0px;
  }
#img_big{
  display:none;
   position: absolute;
       top: 20px;
	   left:10%;

  }
