﻿@charset "utf-8";
/* CSS Document */

#topTwoThirdsContentWrapper
{
  background-image: url('/Style%20Library/Polaris/Victory/2011/images/Victory_paint_speckle.png');
  background-repeat: repeat;
}

/* CSS Promo Player Generic Classes */

#promo_player{
	overflow: hidden;
	width: 947px;
	height: 548px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: -85px;
}

#promo_player_slides{
	height: 100%;
	width: 100%;
	position: relative;
}

.promo_player_slide{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.promo_player_slide img{
	position: absolute;
	border-style: none;
	left: 0px;
	top: 0px;
}

/* CSS Promo Player Controls Generic Classes */

#promo_player_controls_container{
	position: absolute;
	right: 35px;
	top: 45px;
	display: none;
}

#promo_player_controls{
	padding: 3px 0px 2px 0px;
	float: left;
}

#promo_player_controls img{
	margin: 0px 10px 0px 10px;
	display: block;
	float: left;
	cursor: pointer;
}

.promo_player_controls_cap{
	float: left;
}

/* CSS Specific to youtube/animated slide */

#promo_player_yt_button{
	position: absolute;
	top: 60px;
	right: 500px;
}

.promo_player_canvas{
	position: absolute;
	left: -330px;
	top: 80px;
	width: 100%;
	height: 100%;
}
