@charset "UTF-8";
/* CSS Document Adizero Video page Styles*/

html, body { overflow:hidden; }

body{background-image:url(../images/common/bg.jpg)}

#divider{height:19px;width:100%;background:url(../images/common/pagebreakTile.jpg) repeat-x; position:absolute; left:0; bottom:0; text-align:center}

#header{margin-top:60px;}

#divider{height:19px;width:100%;background:url(../images/common/pagebreakTile.jpg) repeat-x; position:absolute; left:0; top:0; text-align:center}

/*=======carousel styles===*/

.container{position:absolute; width:970px;left:50%; margin-left:-525px}
.container > div {
	position:absolute;
	text-align:center;
	font-size:200px;
	top:0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width:650px;
	height:370px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 4px 4px 10px #000;
}
.container > div span {
	display:block;
	position:relative;
	top:35%;
	margin:-125px 0 0 0;
	color:#FFF;
}
.front {
	background:#480e6e;
	left:200px;
	z-index:500;
}
.right {
	background:#fc4239;
	left:500px;
	z-index:300;
}
.back {
	background:#ffd400;
	left:300px;
	z-index:100;
}
.left {
	background:#00c4df;
	left:-100px;
	z-index:300;
}
.item{
	background:#000;
}
.youtube{background-repeat:no-repeat;background-position:center center;}
[data-pos="right"],
[data-pos="left"] {	cursor:pointer; }

.cover, .poster{
	width:640px;
	height:360px;
	background:#000;
	position:absolute;
	top:0;
	left:5px;
}

.poster{top:3px}

.player{position:absolute; top:0; left:0}
/* new versin 2*/
#youtubeContainer{position:absolute; height:360px; width:640px; top:185px;left:50%; margin-left:-320px;z-index:600}


#rightBtn, #leftBtn, #rightBtn a, #leftBtn a{width:250px; height:275px; z-index:10000010}
#rightBtn a, #leftBtn a{display:block}
#rightBtn, #leftBtn{position:absolute; top:225px;left:50%; /*border:red solid 1px; */}
#rightBtn{margin-left:280px;background:url(../images/videopage/rightArrow.png) no-repeat 151px 125px /**/}
#leftBtn{margin-left:-533px; background:url(../images/videopage/leftArrow.png) no-repeat 58px 125px/**/}
