﻿@charset "utf-8";
/* CSS Document */
.BannerDiv
{
	float:left;
	width:100%;
	margin-top:15px;
}
/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator { width:65%; height:260px; background:#EEE; border:0px solid #CCC; }
/*#bannerRotator ul li img{ max-width:940px; max-height:283px; }*/
#bannerRotator ul li images
{
	max-width:100%;
	height:260px;
}

/*---------- YOU MIGHT BREAK IT IF YOU CHANGE THIS STUFF -----------*/
#bannerRotator { position:relative; }
#bannerRotator ul { list-style:none; padding:0; position:relative; margin:0; }
#bannerRotator ul li { display:none; position:absolute; width:100%;}
#bannerRotator ul li a { text-decoration:none; }

#bannerNav { position:absolute; right:0; top:8px; padding:7px 22px;
/*background-color: #494a52;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#494a52), to(#2c2c31));
	background-image: -webkit-linear-gradient(top, #494a52, #2c2c31); 
	background-image:    -moz-linear-gradient(top, #494a52, #2c2c31); 
	background-image:     -ms-linear-gradient(top, #494a52, #2c2c31); 
	background-image:      -o-linear-gradient(top, #494a52, #2c2c31); 
	background-image:   linear-gradient(to bottom, #494a52, #2c2c31);
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	-webkit-box-shadow: 0px 1px 2px 0px #aeadad;
	   -moz-box-shadow: 0px 1px 2px 0px #aeadad;
			box-shadow: 0px 1px 2px 0px #aeadad;*/
}
#bannerNav a { 
cursor:pointer;
	width:13px;
	height:13px;
	background:url(../images/dotDark.png) no-repeat top right;
	text-indent:-999em;
	font-size:1px;
	line-height:1px;
	display:block;
	float:left;
	margin: 0 1px 0 0;
	float:left;
}
#bannerNav a.active { background-image:url(../images/dotLight.png); }
#bannerNav span.pause, #bannerNav span.play { cursor:pointer; height:15px; width:15px; display:block; background:url(images/pause.png) no-repeat 0 0; float:left; }
#bannerNav span.play { background-image:url(images/play.png) }
