/************************************/
/* 		   GALLERY CSS      		*/
/************************************/
/* These hieghts and widths should be edited to your images */	
ul.pikachoose{
	text-align: center;
	margin:0px auto;
	width:88%;
	height:200px;
	/* overflow:scroll; */
	position:absolute;
	left: 100px;
	/****** This controls the vertical position of the thumbnail display area. ******/
	top: 500px;
  }
.main_pika{
	width:650px;
	position: relative;
	margin:10px;}
.pikachoose li{
	margin:0 5px;
	border:1px solid white;}

/* thats all you NEED to edit. But continue if you'd like. */
ul.pikachoose li img{position:relative;cursor:pointer;display:none; }
.main_pika img{
	border:4px solid #462719;
}
.main_pika{position: relative;margin:0 auto;}
.pikachoose li{float:left;position:relative;overflow:hidden;list-style:none;padding:5px;}

/* Thumbnail Area */
.pika_caption{width:100%;height:300px;text-align:center;}


/******* Originally from the slider.css stylesheet **********/

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #ff0000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	     /* height: auto; */
			/* height: 750px;  /* Adjusts the height of the Viewer */
			
	/*******   **********/
			 height: 600px;  /* Adjusts the height of the Viewer */
			clear: both;
		}
