#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: block;
}

#cboxTitle {
  margin: 0;
  position: absolute;
  left: -100000px;
  display: none;
  background-color: red;
}

#cboxWrapper {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#cboxContent {
  overflow: block;
}

#cboxError {
  display: none;
}

#cboxCurrent {
  bottom: -100000px;
  left: -1000000px;
  display: none;
}

.cboxSlideshow_on #cboxSlideshow {
  display: none;
}

.cboxSlideshow_off #cboxSlideshow.hover {
  display: none;
}

#cboxPrevious {
  top: 45%;
  left: -70px;
  background: url(images/prev.png) no-repeat;
  width: 15px;
  height: 26px;
}

#cboxNext {
  top: 45%;
  right: -70px;
  background: url(images/next.png) no-repeat;
  width: 15px;
  height: 26px;
}

#cboxNext.hover {
  background-position: inherit;
}

#cboxClose {
  top: -30px;
  right: -30px;
  background: url(images/x.png) no-repeat;
  width: 40px;
  height: 40px;
}



	/* ---------------------------------------------------------------------------------------------------------------------------- */
	/* ELIZABETH STREET PRE-SITE + PRODUCT PAGE / 2.011 - v1.0 / Developed by Aday Henríquez in The Awesome Canaries */
	/* ---------------------------------------------------------------------------------------------------------------------------- */
	
	html.es-product-page, html.es-product-page body
	{
		margin:0;
		font:normal 12px 'Rosario', Arial, sans-serif;
		color:#333;
		overflow:hidden;
	}
	
	html.es-product-page div.product a{ text-transform:uppercase; color:#FF009F; text-decoration:none; }
	html.es-product-page div.product a:hover{ text-decoration:underline; }
	
	html.es-product-page div.product{ width:600px; height:auto; margin:auto; position:relative; padding:25px; overflow:hidden; }
	html.es-product-page div.product div.pict{ width:320px; height:1000px; float:left; margin-right:30px; overflow:hidden; }
	html.es-product-page div.product div.pict img{ width:320px; height:auto; }
	html.es-product-page div.product h1{ font-family:"Didot",Times New Roman,Times,serif; display:block; width:100%; text-align:center; color:grey; font-size:22px; margin-bottom:20px; line-height:22px;  }
	html.es-product-page div.product p{ line-height:22px; }
	html.es-product-page div.product div.socialMedia{ float:left; display:block; width:250px; height:20px; margin-top:30px;  }
