@charset "utf-8";
/* adFlasher  ================================================================== */
/* Developed By Mark Hawkins of MarkHawkinsDesigns.com */

/* Ad Flasher Images */
.adFlasher {
	width:880px;
    height:343px;
    margin:0px auto;
	position:relative;
	padding:0;
	background-image: url(../web-apps/images/adflasher/ad-bg.jpg);
}
.adFlasher a img {
border:none;
}

.adFlasher .slides {
height:343px;
margin:0;
}
.adFlasher .slides div.slide {
display:none;
position:absolute;
left:0px;
top:0;
}


.adFlasher #image1 p,
.adFlasher #image2 p,
.adFlasher #image3 p{
font-weight:bold;
position:absolute;

}

#image1,
#image2,
#image3 {
	
display:none;	
}






/* AdFlasher Buttons */
.adFlasher .buttons {
display:none;
}
.adFlasher .buttons {
display:block;
position:absolute;
z-index:100;
left:50px;
bottom:20px;
margin:0;
}
.adFlasher .buttons li {
float:left;
display:inline;
width:30px;
height:30px;
margin:0;
padding-left:11px;
line-height:30px;
}
.adFlasher .buttons li a {
float:left;
text-decoration:none;
width:30px;
height:30px;
color:#fff;
outline:0;
}
.adFlasher ul.buttons li a:hover {
text-decoration:none;
color:#0a0a0a;
}
.adFlasher ul.buttons li.active a:hover,
.adFlasher ul.buttons li.active a {
color:#999;
}
 .button-bg{
	background-image: url(../images/adflasher/button-bg.png);
	background-repeat:no-repeat;
}
 .button-bg-current{
	background-image: url(../images/adflasher/button-bg-current.png);
	background-repeat:no-repeat;
	color:#000!important;
}


.adFlasher .active{
	background-image: url(../images/adflasher/button-bg-current.png);
	background-repeat:no-repeat;
	color:#000!important;	
}



/* Title Text ===== */
.slideTxt1,
.slideTxt3,
.slideTxt5{
bottom:80px;
z-index:25;
font-size:32px;
font-family:kozgoPro!important;
color:#ee2e24;

}

/* Description Text */
.slideTxt2,
.slideTxt4,
.slideTxt6{
bottom:70px;
right:20px;
z-index:26;
font-size:18px;
font-family:Verdana, Geneva, sans-serif;
color:#000;
}


.adFlasher p{
cursor:pointer;	
}

