#slideshow {
  /* Must specify the size of the slideshow */
  width: 940px;
  height: 450px;
}

/* For cross-browser reasons, must also specify the size of the slides. */
#slide1 {
  width: 940px;
  height: 704px;
}
#slide2 {
  width: 940px;
  height: 1255px;
}
#slide3 {
  width: 940px;
  height: 704px;
}
#slide4 {
  width: 940px;
  height: 1255px;
}

/* This is the container for the slideshow. 
 * Make any changes to positioning here, but keep position: relative or
 * position: absolute.
 */
#slideshow-container {
  position:relative;
  top:-30px;
  width: 940px;
  height: 450px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  margin-bottom:-35px;
  clear:both;
}

#page-peel {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 0 !important;
  bottom: -4px !important;
  z-index: 2;
}

#page-peel a {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}

#page-peel a img {
  border: none;
  width: 200px !important;
  height: 105px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 0px;
}

#salenotice 
{
    position:relative;
    top:-30px;
	width: 50%;
	float:right;
	text-align: right;
	font-size: 12px;
	margin: -20px 0 8px 0;
}

#shippingnotice 
{
    position:relative;
	width: 50%;
	float:left;
	text-align: left;
	font-size: 12px;
	margin: -20px 0 8px 0;	
}

