{
  margin:0; padding:0; outline:none;
}
.hide {
  display:none;
}
body {
  padding:0px;
  margin: 0px;
  background-color: #ffffff;
  background-image: url('/pg_images/backgnd.png');
  background-repeat: repeat-x;
  background-position: top left;
}
div#body {
  position: absolute;
  top: 0px;
  left: 0px; 
  width: 100%;
  height: 100%; 
	color:#fff;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;  
}
#pictureContainer {
  padding:0px;
	width:900px;
	height:auto;
	background: transparent;
	overflow:hidden;
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0px;
  margin-left: -450px;
  z-index: 9;
}  
#Logo {
  background: white;
  margin-left:5px;
  width: 895px;
  text-align: center;
}
#displayPictureContainer {	
  float: left;
  overflow:hidden;
	padding:1px 5px 1px 5px;
  background:#000;
  background: transparent;
}
#displayPictureArea {	
	width:642px;
	height:705px;
  overflow: hidden; 
	/*opacity:0.8; filter:alpha(opacity=80); */
	text-align:left;
  overflow:hidden;
	font-size:11px;
	padding: 5px ;
  cursor:pointer;
  background:#FFFFFF;
  color: #521;
  font-size: 10pt;
  clear: both;
  text-align: center;
}

#displayPictureArea img {	
 cursor:pointer;
 border: none;
 text-decoration: none;
 display: block;
 margin-right: auto;
 margin-left:auto;
 margin-bottom: -28px;
}
#controlsHorz {
  float:left;
  clear: both;
  background:#000;
  width:650px;
  padding-left: 1px;
  padding-right: 1px;
  height:23px;
}
#picturePrev {
    height:12px;
    font-size: 8pt;
    width:50px;
    background:url(/pg_images/prev.png) no-repeat;
    background-position: left 2px;
    text-align: right;
    float:left;
    margin:4px 6px 0px 4px;
    padding:1px;
    margin:4px;
    padding:1px;
    cursor:pointer;
  }
.minlink1 {
  color: white;
  background:black;
  height:12px;
  font-size: 8pt;
  width:60px;
  margin: 4px 0px 0px 190px;
  float:left;
  cursor:pointer;
  text-align: right;
}
.minlink2 {
  color: white;
  background:black;
  height:12px;
  font-size: 8pt;
  width:60px;
  margin: 4px 190px 0px 0px;
  float:right;
  cursor:pointer;
  text-align: left;
}
#pictureNext {
    height:12px;
    font-size: 8pt;
    width:50px;
    background:url(/pg_images/next.png) no-repeat;
    background-position: right 2px;
    text-align: left;
    float:right;
    margin:4px 4px 0px 6px;
    padding:1px;
    cursor:pointer;
  }
#previews {
  background:#000;
  float:right;
	padding:9px 0 7px 7px;
	width:228px;
	height:765px;
	overflow:hidden; 
}
#previews img.pointy {
    border:none;/*1px solid red;*/
    background:#000;
    padding: 1px;
    margin: 1px 20px 1px 20px;
    cursor:pointer;
    overflow: hidden;
    
  }
#previewSection {
	padding:0px;
	width:228px;
	height:707px;
	overflow:hidden;
}

#previewInside {
  text-align: center;
  width:220px;
}
#previewSectiom img {
		border:none;/*1px solid red;*/
		background:#000;
    padding: 1px;
		margin:0px 0px 6px 0px;
		cursor:pointer;
    overflow: hidden;
    
	}


#scrollUp {
		height:10px;
		width:220px;
		margin-right:7px;
		background:url(/pg_images/up.jpg) no-repeat;
    background-position: 100px 0px;
		text-indent:-9999px;		
		margin:7px;
		margin-top:6px;
		cursor:pointer;
	}
	
#scrollDown {
    clear: both; 
		height:10px;
		width:220px;
		background:url(/pg_images/down.jpg) no-repeat;
    background-position: 100px 0px;
		margin:7px;
		margin-left:0;
		margin-top:6px;
		cursor:pointer;
	}


	
div#scrollUp.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#scrollDown.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#pictureNext.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#picturePrev.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }

 h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14pt;
  color: #204B10;
  background: transparent;
 }
 div.hidden {
 display: none;
 }


  span.addCart {
  color: #5F880B;
  background: transparent;
  }
  div#checkOut {
  position: absolute;
  right:1px;
  top: 1px;
  color: black;
  font-size: 12px;
  padding: 0px; margin: 0px;
  vertical-align: top;
  }
  div#checkOut img {
  padding-top: 5px;
  }

