/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * {    z-index: 400;}


.cycle-slideshow {
    z-index: 500;}

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute;
	top: 0;
	left: 0;
    z-index: 600;
    width: auto; padding: 0;
	display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: absolute;
	z-index: 999;
}

/* pager */
.cycle-pager {
    z-index: 500;
	float: left;
    margin-top: 10px;
	margin-left: -7px;
	overflow: hidden;
}
.cycle-pager span {
    font-size: 40px;
	width: 25px;
	height: 50px; 
    display: inline-block;	
	color: #959477;
	cursor: pointer; 
	text-align: left;
	padding: 0;
}	
.cycle-pager span.cycle-pager-active {
    font-size: 40px;
	width: 25px;
	height: 40px;
	color: #ccc;
	}
.cycle-pager > * { cursor: pointer;}

/* overlay*/
.cycle-overlay {
	background-image: url(../images/trans.png);
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	z-index: 650;
	}
/* open divs*/

div.detailpop
	{
	background-image: url(../images/trans.png);
	border-left: 25px solid #930;
	display: none;
	font-family: georgia;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 160px;
	width: auto;
	height: 290px;
	line-height: 18px;
	margin: 0px;
	padding: 20px 30px 0px;
	z-index: 800;
	}
div.detailpop div
	{
	margin: 0px 0px 15px 0px;
	}
div.beforepop
	{
	background-image: url(../images/trans.png);
	border-left: 25px solid #930;
	display: none;
	position: absolute;
	left: 0;
	top: 160px;
	width: auto;
	height: 310px;
	margin: 0px;
	padding: 0;
	z-index: 800;
	}
div.beforelnk
	{
	left: 0;
	top: 160px;
	width: 20px;
	position: absolute;
	z-index: 999;
	width: 25px;
	margin: 0;
	padding: 0;
	}
div.detaillnk
	{
	left: 0;
	top: 320px;
	width: 25px;
	position: absolute;
	z-index: 999;
	background: #930;
	margin: 0;
	padding: 0;
	}
div.clsbut
	{
	float: right;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 16px;
	border: none;
	}
div.clsbut-before {
	background-image: url(../images/trans.png);
	text-align: center;
	width: 16px;
	height: 16px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	margin: 10px 10px;
	z-index: 800;
	}
div.clsbut a:link, div.clsbut a:visited, div.clsbut-before a:link, div.clsbut-before a:visited
	{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #5b4838;
	text-decoration: none;
	}
div.clsbut a:hover
	{
	color: #959477;
	text-decoration: none;
	}
