/* To display !important a css line */
.PolarisATV {display: inline!important;} /* PolarisATV has all PolarisATV/PolarisRanger/PolarisRangerRZR promotions. Logic: All clients who carry Polaris Rangers and Ranger RZR's carry ATV's; however, there are clients that carry ATV's and don't carry Rangers and Ranger RZR's. */
.PolarisVictory {display: inline!important;}
.PolarisSnowmobile {display: inline!important;}

/** 
 * Slideshow style rules.
 */
#content {
padding: 12px 1px 4px!important;
}

h1 {
padding-left:15px;
}
 
#Slideshow {
	width:900px;
	height:490px;
	background:transparent url(img/bg_polarisSlideshow.jpg) no-repeat 0 0;
	position:relative;
}
#Slideshow #slidesContainer {
  margin:0 auto;
  width:820px;
  height:490px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  background-color:#EEE;
}
#Slideshow #slidesContainer .slide {
  margin:0 auto;
  width:820px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:490px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:490px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(http://cdn.dealerspike.com/imglib/promos/xPromotions/img/control_left.jpg) center no-repeat;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(http://cdn.dealerspike.com/imglib/promos/xPromotions/img/control_right.jpg) center no-repeat;
}

/** 
 * Style rules for Demo page
 */

.slide p {
  margin:0;
  padding:0;
  font:11px Verdana,Geneva,sans-serif !important;
  color:#666666 !important;
}

#pageContainer {
  margin:0 auto;
  width:960px;
}

.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#666666;
  letter-spacing:-1px;
  font-weight:bold;
}
.slide img {
  float:right;
  margin:0 15px;
  margin-bottom:30px;
}

.disclaimer {
font:11px Verdana,Geneva,sans-serif;
color:#FF0000;
margin:15px;
}

#main {padding:0px;}

.modal-backdrop{
		z-index: 0;
	}