/*  jQuery Cycle Plugin - Allwebco Version 1.1 2013 */


.JQslideshow img  { display: none; }

.JQslideshow 	  {
		  background-color: #000000;
		  padding:0;
		  overflow: hidden;
		  z-index: 2;
		  }

.JQslideshow img  {
		  padding: 0px;
		  top:0;
		  left:0;
		  }





/* JQUERY NEXT PREV BUTTONS */

#NextPrev	  {
		  position: relative;
		  left: 15px;
		  top: 302px;
		  width: 62px;
		  height: 33px;
		  margin-bottom: -33px;
		  z-index: 5;
		  background-image: url("buttons/JQ-buttonshade.png");
		  background-repeat: no-repeat;
		  }

div#NextPrev td	  { padding: 0px; }

#prev		  { margin: 4px 2px 0px 0px; }

#next		  { margin: 4px 0px 0px 2px; }





/* PICTURE END BORDER AND COLOR */

.pictureend-JQ	  {
		  background-color: #000000;
		  background-image: url("background-jquery.jpg");
		  background-repeat: no-repeat;
		  border: solid #999999;
		  border-width: 0px 0px 0px 1px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }





/* OTHER OPTIONS */

.pageheight-home	{ min-height: 825px; }

.pagebar-home		{ height: 15px; }