/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


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


.cycle-slideshow {
	width: 100%;
	min-width: 320px;
	max-width: 100%;
	padding: 0;
	position: relative;
	/*background: url(//images/spinner.gif) 50% 50% no-repeat;*/
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]margin-top: 10px; */
 }

/* 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;
    width: 100%; padding: 0; display: block;
}

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

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 20px; overflow: visible;
}
.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: rgba(0,204,255,0.5);
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	color: rgba(255,255,255,0.4);
}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 15%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}



/* prev / next links */

.cycle-prev, .cycle-next { position: absolute; bottom: 0; width: 30%; opacity: .4; filter: alpha(opacity=40); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background:url(../../images/leftArrow.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background:url(../../images/rightArrow.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .9; filter: alpha(opacity=100) }

.disabled { opacity: .5; filter:alpha(opacity=50); }





/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 320px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 320px;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}
body {
	background-color: #930;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}

.pager a {
	color: #fff;
	background-color: #000000;
	display: block;
	font-weight: bold;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 7px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	position: relative;
}
.pager .activeSlide{
	background-color: #fc0;
	color: #000000;
}
.abcash-images {
	clear: left;
	background-color: #000000;
	color: #000000;
	height: 1272px;
	width: 1901px;	
}


.LargeBorder-Blue {
	border: 5px;
	border-color: #0000FF;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
}
.BoldSansSerf-12px-Black {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
.NormalSansSerf-15px-Black {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.LinksSansSerf-12px-Blue {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	}
.AstrickSansSerf-10px-Red {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.BackgroundColor-Yellow {
	background-color: #FFFFCC;
	border-color: #0000FF;
	border-width: 10px;
	border-bottom-style: inset;
	border-left-style: inset;
	border-right-style: inset;
	border-top-style: inset;
}
.BackgroundColor-Black {
	background-color: #000000;
	color: #000000;
	border-color: #dddbd4;
	border-width: 20px;
	border-bottom-style: inset;
	border-left-style: inset;
	border-right-style: inset;
	border-top-style: inset;
}
.BackgroundColor-Gray {
	background-color: #dddbd4;
	color: #dddbd4;
	
}
.BackgroundColor-White {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.BorderSmall-Blue {
	border-color: #0000FF;
	border-width: 2px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
}
.BorderMedium-Blue {
	border-color: #0000FF;
	border-width: 7px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;	
}
.BorderLarge-Red {
	border-width: 3px;
	border-color: #FF0000;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
}
.BorderSmall-Red-BackgroundWhite {
	border-width: 3px;
	border-color: #FF0000;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}
.BoldSansSerf-14px-Green {
	color: #339900;
	font-size: 14px;
	font-weight: bold;
}
.LargeBoldSansSerf-18px-Burgandy {
	font-size: 18px;
	color: #30F;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.DarkBlueSansSerf-15px {
	color: #000066;
	font-weight: bold;
	text-align: center;
}
.NormalSerf-14px-Black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.SmallSansSerf-10px-Black {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Serf-16px-WhiteBackground {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.Serf-16px-BurgandyWhiteBackground {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: #993300;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}


.SmallSerf-11px-Red {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
.BackgroundText {
	color: #99CCFF;
	font-size: 9px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.DiscloseText {
	color: #000000;
	font-size: 9px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.Wrapper {display:block;
          height: 1720px;
          width:960px;
}

.Container {background-color: #FFC;
display: block;
float:left;
height: 1720px;
width:960px;
overflow:auto
}

.Prev{
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	float:left;
	height: 600px;
	width:100px;
	position:relative;
	z-index: 99;
	background-image: url(../../common/25yr.gif);
}
.Next{
	background-image: url(../../common/25yr.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	float:right;
	height: 6000px;
	width:100px;
	position:relative;
	z-index: 99;
    }
