body {
	padding: 0;
	margin: 0;
}

em {
	font-weight: lighter !important;
}

#hero_container {
	width: 959px;
	height: 420px;
    position: relative;
	background: url(https://img.cdw.com/content/people-who-get-it/pwgi/hero/hero_bg.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

#hero {
	margin: 160px 0px 0px 0px;
    overflow: hidden;
    position: relative;
    width: 886px;
	float: left;
}

.hero_selected {
	/*glow*/
	-moz-box-shadow: 0px 0px 25px #fff;
	-webkit-box-shadow: 0px 1px 25px #fff;
	box-shadow: 0px 0px 25px #fff;
	z-index: 100;
}

.play {
	background: url(https://img.cdw.com/content/people-who-get-it/pwgi/hero/play.png)
}
      
.arrow {
	width: 24px;
	height: 53px;
	cursor: pointer;
	float: left;
	position: relative;
	top: 257px;
}      
      
#next {
	background: url(https://img.cdw.com/content/people-who-get-it/pwgi/hero/arrow_right.png);
	float: right;
}

#prev {
	background: url(https://img.cdw.com/content/people-who-get-it/pwgi/hero/arrow_left.png);
	margin: 0px 13px 0px 0px;
}

.clear {
	clear: both;
}

#dimmer {
	width: 959px;
	height: 420px;
	position: absolute;
	left:0px;
	background-color: #000;
	display: none;
	z-index: 90;
}

#dimmer img {
	float: right;
	margin: 7px;
	cursor: pointer;
}
.videos {
	width: 640px;
	/*height: 360px;*/
	position: absolute;
	left: 170px;
	top: 30px;
	z-index: 100;
	display: block;
}

.hide {
	display: block;
	height: 360px;
	position: absolute;
	/*glow*/
	-moz-box-shadow: 0px 0px 25px #fff;
	-webkit-box-shadow: 0px 1px 25px #fff;
	box-shadow: 0px 0px 25px #fff;
}

#play {
	width: 292px;
	height: 165px;
	position: absolute;
	left: 298px;
    top: 35px;
    z-index: 95;
    cursor: pointer;
}

/*----JcoverFlip----*/

.ui-jcoverflip {
	position: relative;
}
      
.ui-jcoverflip--item {
	position: absolute;
	display: block;
}

#flip {
	height: 200px;
	margin: 0px 0px 50px 0px;
	width: 886px;
}
      
#flip .ui-jcoverflip--title {
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
      
#flip img {
	display: block;
	border: 0;
	outline: none;
}
      
#flip a {
	outline: none;
}
      
ul, ul li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

.spinner {
	display:block;
	height:200px;
	.height:300px;
	position:absolute;
	z-index:0;
	text-align:center;
	padding-top:110px;
	font-size:14px;
	color:#999;
	width:100%;
}
.spinner img {
	margin:10px; auto;
	.margin:10px auto;
}
