
#slide-wrapper{
	overflow: hidden;
	margin-bottom: 12px;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:818px;
    height: 288px;
	background:url(http://www.yeggystudio.com/wp-content/themes/livepuse/images/template/loader1.gif) no-repeat 50% 50%;
	top: 13px;
	left: 17px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: block;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding: 6px 5px 7px;
	margin:0;
	color: #aeaeae !important;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	width:30px;
	height:30px;
	background:url(http://www.yeggystudio.com/wp-content/themes/livepuse/images/template/arrows.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position:absolute;
	bottom: -32px;
	z-index: 999;
	left: 46%;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	width: 15px;
	height: 17px;
	background:url(http://www.yeggystudio.com/wp-content/themes/livepuse/images/template/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right: 6px;
	float:left;
	
}
.nivo-controlNav a.active {
	background-position: 0 -15px;
}
/******************************************************************
				 S3 SLIDER
******************************************************************/
#slider1 {
	    width: 818px; /* important to be same as image width */
	    height: 288px; /* important to be same as image height */
	    position: relative; /* important */
		overflow: hidden;
	top: 13px;
	left: 17px;
}

	#slider1Content {
	    width: 720px; /* important to be same as image width or wider */
	    position: absolute;
		top: 0;
		margin-left: 0;
	}
	.slider1Image {
	    float: left;
	    position: relative;
		display: none;
	}
	.slider1Image span {
	    position: absolute;
		font: 11px/15px Arial, Helvetica, sans-serif;
	    padding: 10px 13px;
	    width: 694px;
	    background-color: #000;
	    filter: alpha(opacity=70);
	    -moz-opacity: 0.7;
		-khtml-opacity: 0.7;
	    opacity: 0.7;
	    color: #fff !important;
	    display: none;
	}
	
	.slider1Image strong{
	position: relative;
	top: 18px;
	color: #fffeff;
	float: left;
	display: block;
	margin-bottom: 35px;
}
	.clear {
		clear: both;
	}
	.slider1Image span strong {
	    font-size: 16px;
	line-height: 19px;
}

.slider1Image span p{
	color: #aeaeae !important;
}
	.slider1Image .left {
		top: 0;
	    left: 0;
		width: 135px;
		height: 288px;
		color: #fdfdfe !important;
}
	.slider1Image .right {
		right: 0;
		bottom: 0;
		width: 135px;
		height: 288px;
	top: 0;
}
	ul { list-style-type: none;}

/******************************************************************
			KWICKS SLIDER
******************************************************************/
/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background:#000;
	top: 13px;
	left: 17px;
}

.kwicks a, .kwicks a:hover{
	text-decoration: none;
	color: #e9e9e9;
}

.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 164px;
	height: 288px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
	background: #000 url(http://www.yeggystudio.com/wp-content/themes/livepuse/images/template/preloader.gif) no-repeat 50% 50%;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwickshadow {
z-index: 10;
background: url(http://www.yeggystudio.com/wp-content/themes/livepuse/images/template/kwickshadow.png) repeat-y;
position: absolute;
right: 0;
height: 290px !important;
width: 27px;
display: none;
	top: 0;
}




	.slideimage {float:left;padding:0;margin:0;}
	
	
	.slide-minicaption {
	top:50px;
	left: -7px;
	float:left;
	position:absolute;
	color:#fff;
	padding:10px 10px 10px 15px;
	font-size:10px;
	line-height:18px;
	background:#111;
	width: 80px;

	}
	
	.slide-minicaptiontitle {
		font-size:13px; letter-spacing:0; color:#fff; display:block;
		line-height:16px;
}
	
	.slidecaption {
	top: 50px;
	left: 500px;
	float:right;
	position:absolute;
	color:#fff;
	padding:15px;
	font-size:12px;
	line-height:18px;
	background:#111;
	width: 225px;
	margin-left: 35px;
}
	
	.slidecaption a {color:#fff !important; }
	.slidecaption a:hover {color:#fff !important; text-decoration:none;}
	

.slidecaptiontitle {
	font-size:18px; letter-spacing:-1px; font-weight:bold; color:#fff !important; display:block;
	padding-bottom:10px; line-height:22px;

}

	.slidecaptiontitle a {
		color:#fff !important;
		text-decoration: none;
	}
	
	.slidecaptiontitle a:hover {
		color:#fff !important; text-decoration:none;
	}
/******************************************************************
			PIECEMAKER STYLES
******************************************************************/
#piecemaker-holder{
	background: transparent url(http://www.yeggystudio.com/wp-content/themes/livepuse/images/template/slider-bg.png) no-repeat;
	margin: 0 auto;
	width: 960px;
	position: relative;
	left: -15px;
	height: 344px;
	padding-top: 1px;
}

#piecemaker{
	background: url(http://www.yeggystudio.com/wp-content/themes/livepuse/images/template/loader1.gif) no-repeat 45% 38%;
}

.flashBook{
	width: 1200px !important;
	position: relative;
	top: -26px;
	left: -8px;
	
}


/******************************************************************
				 NIVO HALF SIZE
******************************************************************/
#half-slider .nivoSlider{
	position:relative;
	width:818px;
    height: 178px;
	background:url(http://www.yeggystudio.com/wp-content/themes/livepuse/images/template/loader1.gif) no-repeat 50% 50%;
	top: 8px;
	left: 11px;
}


#half-slider .nivo-controlNav{
	display: none;
}
/******************************************************************
				 S3 SLIDER HALF SIZE
******************************************************************/
#half-slider #slider1{
	width: 818px; /* important to be same as image width */
	height: 178px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	top: 8px;
	left: 12px;
}
/******************************************************************
				 PIECEMAKER HALF SIZE
******************************************************************/
#half-piecemaker-holder{
	background: transparent url(http://www.yeggystudio.com/wp-content/themes/livepuse/images/template/half-slider.png) no-repeat;
	width: 853px;
	height: 229px;
}

#half-piecemaker-holder #piecemaker{
	position: relative;
	top: -59px;
	left: -6px;
}
/*
     FILE ARCHIVED ON 00:02:55 Nov 07, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:32:52 Mar 09, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 165.282
  exclusion.robots: 0.127
  exclusion.robots.policy: 0.113
  cdx.remote: 0.085
  esindex: 0.015
  LoadShardBlock: 131.993 (3)
  PetaboxLoader3.resolve: 137.621 (5)
  PetaboxLoader3.datanode: 77.185 (5)
  load_resource: 116.917 (2)
*/