/* 2012 Jables Design - image  */

#imgSpot {
  position: absolute;
  z-index: 50;
  top:50%; 
  left: 50%;
}
#imgBox {
  background: #402e23;
  border: 2px solid #8b1f02;
  padding: 36px 4px;
  width: 624px;
  height: 400px;
  box-shadow: 5px 5px #000;
  opacity: 1.0;  
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;  
  display:none;
  top:-200px; 
  margin: 0 -350px;
  position: relative;  
}

#modal {
  background: #ae5930;
  opacity: 0.6;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  display: none;
}
#frmPhoto {
  background: #dad4ca url('http://img-gfx.stringcelebrationsusa.com/general/bkg/bkgImgFrame.png') repeat-x left bottom;
  padding: 15px;
  border-radius: 4px;
  moz-border-radius: 4px;
  webkit-border-radius: 4px;  
  width: 400px;
  float: left;
}
#imgPhoto {
  width: 400px;
}
#animBox {
  width: 400px;
  height: 300px;
  line-height: 300px;
  text-align: center;  
  background: #252525;
  opacity: .9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);  
}
#animP {
  text-align: center;
  margin-top: 25%;
}
.arwLt {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/imageSprite.png') 0px 0px;
  width: 55px;
  height: 60px;
  float: left;
  display: block;
}

.arwRt {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/imageSprite.png') -55px 0px;
  width: 55px;
  height: 60px;
  float: left;
  display: block;  
}
.arwLt:hover {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/imageSprite.png') -110px 0px;
  width: 55px;
  height: 60px;
  float: left;
  display: block;  
}
.arwRt:hover {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/imageSprite.png') -165px 0px;
  width: 55px;
  height: 60px;
  float: left;
  display: block;
}
.arwRt, .arwLt, .arwRt:hover, .arwLt:hover {
  margin: 20% 20px;
}
.closeBtn {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/imageSprite.png') -223px -7px;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;  
}
.closeBtn:hover {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/imageSprite.png') -273px -7px;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;  
}