@charset "utf-8";
/*
CSS Document for Voltage Slideshow Plugin
Author: Farid Hadi http://www.faridhadi.com
Copyright 2012 Farid Hadi
*/

.slider {
	background:url(../img/ui/ajax-loader-black.gif) no-repeat center center;
}

.slider ul {
	visibility:hidden;
}

.voltageSlideshowWrapper {
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}

.voltageSlideshowWrapper ul {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}

.voltageSlideshowWrapper ul li {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
}

.voltageSlideshowWrapper .voltageSlideshowPrev {
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-480px;
	width:30px;
	height:30px;
	z-index:10;
	background:url(../img/ui/voltageSlideshowNav.png) no-repeat 0 0;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}

.voltageSlideshowWrapper .voltageSlideshowNext {
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-445px;
	width:30px;
	height:30px;
	z-index:10;
	background:url(../img/ui/voltageSlideshowNav.png) no-repeat -30px 0;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}

.voltageSlideshowWrapper .voltageSlideshowPrev:hover {
	background:url(../img/ui/voltageSlideshowNav.png) no-repeat 0 -30px;
}

.voltageSlideshowWrapper .voltageSlideshowNext:hover {
	background:url(../img/ui/voltageSlideshowNav.png) no-repeat -30px -30px;
}

.voltageSlideshowWrapper .voltageSlideshowPrevSidebarWhite {
	position:absolute;
	bottom:5px;
	left:auto;
	right:13px !important;
	margin-left:0;
	width:11px;
	height:11px;
	z-index:10;
	background:url(../img/ui/voltageSlideshowSidebarWhiteNav.png) no-repeat 0 0;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}

.voltageSlideshowWrapper .voltageSlideshowNextSidebarWhite {
	position:absolute;
	bottom:5px;
	left:auto;
	right:0 !important;
	margin-left:0;
	width:11px;
	height:11px;
	z-index:10;
	background:url(../img/ui/voltageSlideshowSidebarWhiteNav.png) no-repeat -11px 0;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}

.voltageSlideshowWrapper .voltageSlideshowPrevSidebarWhite:hover {
	background:url(../img/ui/voltageSlideshowSidebarWhiteNav.png) no-repeat 0 0;
}

.voltageSlideshowWrapper .voltageSlideshowNextSidebarWhite:hover {
	background:url(../img/ui/voltageSlideshowSidebarWhiteNav.png) no-repeat -11px 0;
}

.voltageSlideshowWrapper .voltageSlideshowPrevGeneralWhite {
	position:absolute;
	bottom:5px;
	left:0;
	margin-left:0;
	width:11px;
	height:11px;
	z-index:10;
	background:url(../img/ui/voltageSlideshowSidebarWhiteNav.png) no-repeat 0 0;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}

.voltageSlideshowWrapper .voltageSlideshowNextGeneralWhite {
	position:absolute;
	bottom:5px;
	left:13px !important;
	margin-left:0;
	width:11px;
	height:11px;
	z-index:10;
	background:url(../img/ui/voltageSlideshowSidebarWhiteNav.png) no-repeat -11px 0;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}

.voltageSlideshowWrapper .voltageSlideshowPrevGeneralWhite:hover {
	background:url(../img/ui/voltageSlideshowSidebarWhiteNav.png) no-repeat 0 0;
}

.voltageSlideshowWrapper .voltageSlideshowNextGeneralWhite:hover {
	background:url(../img/ui/voltageSlideshowSidebarWhiteNav.png) no-repeat -11px 0;
}

.voltageSlideshowWrapper .voltageSlideshowPlay {
	position:absolute;
	left:50%;
	top:50%;
	width:70px;
	height:70px;
	margin:-35px 0 0 -35px;
	background:url(../img/ui/voltageSlideshowPlay.png) no-repeat 0 0;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	z-index:2;
}

.voltageSlideshowWrapper .voltageSlideshowPlay:hover {
	margin-top:-36px;
}

.voltageSlideshowWrapper .voltageSlideshowPlay:active {
	margin-top:-34px;
}

.voltageSlideshowWrapper .caption1 {
	position:absolute;
	bottom:85px;
	left:50%;
	margin-left:-480px;
	width:960px;
	min-height:20px;
	height:auto !important;
	height:20px;
	color:#fff;
	font-family:BitstreamVeraSansBold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:68px;
	line-height:55px;
	text-transform:uppercase;
	text-align:left;
	text-shadow: 2px 2px 1px #000;
}

.voltageSlideshowWrapper .caption1 a {
	color:#fff;
	text-decoration:none;
}

.voltageSlideshowWrapper .caption1 span {
	clear:both;
	display:block;
	color:#ffc528;
}

.voltageSlideshowWrapper .caption1 span.small {
	color:#fff;
	font-size:20px;
	line-height:20px;
}

.voltageSlideshowWrapper .caption1 span.smallColored {
	color:#ffc528;
	font-size:20px;
	line-height:20px;
}

.voltageSlideshowWrapper .caption1 span.smallColored a {
	color:#ffc528;
}

.voltageSlideshowWrapper .caption1.right {
	text-align:right;
}

.voltageSlideshowWrapper .caption2 {
	position:absolute;
	bottom:85px;
	left:50%;
	width:570px;
	min-height:20px;
	height:auto !important;
	height:20px;
	margin-left:-480px;
	padding:15px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	text-align:left;
	background:url(../img/ui/bg-black-trans-80.png);
}

.voltageSlideshowWrapper .caption2 a {
	color:#fff;
	text-decoration:none;
}

.voltageSlideshowWrapper .caption2.right {
	left:auto;
	margin-left:auto;
	right:50%;
	margin-right:-480px;
}

.voltageSlideshowWrapper h3 {
	font-family:BitstreamVeraSansBold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:26px;
	line-height:30px;
	color:#fff;
	text-transform:uppercase;
	margin:0 0 5px 0;
	padding:0;
}

.voltageSlideshowWrapper .videoContainer {
	background:#000 url(../img/ui/img-overlay-logo.png) no-repeat center center;
}