/*
	Sample reset
	----------------------------------- */

	html, body, p
	{
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
		background: transparent;
	}

	body
	{
		margin: 15px 3.125%;
		padding: 0;

		font-family: Helvetica, Arial, sans-serif;
	}

	a
	{
		color: #373737;
		font-weight: bold;
	}

	a:hover,
	a:focus
	{
		color: #737373;
	}


/*
	Structure
	----------------------------------- */

	.slideshow1
	{
		position: relative;
		overflow: hidden;

		margin: 0 auto;
		max-width: 600px;

		/* No iOS tap highlight */
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

		/* No text selection */
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;

		/* No IE10 default touch actions */
		-ms-touch-action: none;
	}

	.slideshow1 .strip
	{
		position: relative;
	}

	.slideshow1 .strip,
	.slideshow1 .slide
	{
		left: 0;
		top: 0;

		width: 100%;
		height: 100%;
	}

	.slideshow1 .strip,
	.slideshow1 .slide,
	.slideshow1 > button
	{
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
	}

	.slideshow1 .slide
	{
		position: absolute;
		display: none;
		text-align: center;
		outline: none;
	}

	.slideshow1 .slide.sticky
	{
		display: block;
	}

	.slideshow1 > button
	{
		position: absolute;
		z-index: 1;
		top: 150px;
		left: 0;

		padding: 0;
	}

	.slideshow1 button.next
	{
		left: auto;
		right: 0;
	}

	.slideshow1 .markers
	{
		text-align: right;
	}

	.slideshow1 ul,
	.slideshow1 li
	{
		display: block;
		overflow: hidden;

		margin: 0;
		padding: 0;

		list-style: none;
	}

	.slideshow1 li
	{
		float: left;
	}

	.slideshow1 li + li
	{
		margin-left: 10px;
	}

	.advanced .slideshow1 ul
	{
		display: inline-block;
	}


/*
	Theme
	----------------------------------- */

	.slideshow1 .strip
	{
		padding-bottom: 75%;
	}

	.slideshow1 .slide
	{
		background: #CFCFCF;
	}

	.slideshow1 .slide:nth-child(even)
	{
		background: #DFDFDF;
	}

	.slideshow1 .slide p
	{
		position: absolute;
		top: 50%;
		left: 0;

		width: 100%;
		height: 40px;
		margin-top: -20px;

		font-weight: bold;
		font-size: 2em;
		line-height: 40px;
	}

	.slideshow1 button
	{
		margin: 0;

		background: none;
		border: 0;
		cursor: pointer;

		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.advanced .slideshow1 > button
	{
		position: absolute;
		top: 50%;

		display: block;

		width: 40px;
		height: 36px;

		margin-top: -40px;
		padding-right: 10px;
		padding-left: 7px;
	}

	.slideshow1 > button::-moz-focus-inner
	{
		margin: -1px;
		padding: 0;
	}

	.slideshow1 > button b
	{
		display: block;

		width: 48px;
		height: 48px;

		background: transparent url(../img/arrows.png) no-repeat 0 -48px ;
		background: rgba(0, 0, 0, 0) url(../img/arrows.png) no-repeat 0 -48px;
// background-size: 23px 72px;
		background-size: 48px 96px;

		text-indent: -10000px;
	}

	.slideshow1 button.next
	{
		padding-right: 7px;
		padding-left: 10px;
	}

	.slideshow1 button.next b
	{
		left: 10px;
	}

	.slideshow1 button.next b
	{
		background-position: 0 0;
		height: 48px;
                width: 48px;

	}

	.slideshow1 .markers
	{
		height: 15px;
		padding: 15px 10px;

		text-align: center;
		font-size: 0.8em;
	}

	/* Hide buttons when disabled */
	.slideshow1.disabled > button
	{
		display: none;
	}

	.slideshow1 .markers button
	{
		display: inline-block;

		*display: block;
		*float: left;

		padding: 0;

		width: 10px;
		height: 10px;

		background: #575757;
		border-radius: 5px;

		text-indent: -10000px;
		opacity: 0.3;
	}

	.slideshow1 .markers button + button
	{
		margin-left: 10px;
	}

	.slideshow1 .markers button.sticky
	{
		background-color: #3172dd;
		opacity: 0.75;
	}

	/* Bigger markers for touch */
	.slideshow1.touch .markers button
	{
		width: 16px;
		height: 16px;

		border-radius: 8px;
	}

	.slideshow1.touch .markers button + button
	{
		margin-left: 10px;
	}


button.disabled {
  display:none;
}
