#container
{
    width: 980px;
	height: 400px;
   /* padding: 10px;*/
    margin: auto;
    position: relative;
    z-index: 0;
}

#leftnav
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 500;
}

#myInfoContainer
{
    margin-top: 0px;
    padding: 0px;
    position: absolute;

    color: #fff;
    width: 200px;
    
    z-index: 99;
    height: 396px;
}
#dpw-feature-slides
{
    background: #fff;
    width: 100%;
    height: 396px;
}
#dpw-feature-slides img
{
    float: left;
    /*width: 980px;
    height:396px;*/
    
}

/*
	Slideshow
*/

#slideshow-nav {
	line-height: 0px; 
	padding: 0px; 
	border: 0px; 
	margin: 0px; 
	font-size: 0px;
}

#slideshow-nav li {
	/* remove list style from ff */
	list-style: none;
}

#slides
{
    position: absolute;
	margin-top: 10px;
    z-index: 100;
}

/*******************************************************
* SLIDE RIGH NAV STARTS HERE
/*******************************************************/
.slideRightNavDiv
{
    position: absolute;
    z-index: 105;	
	width:195px;
	right:0px;
	height:396px;
	/*opacity:0.7;
    filter:alpha(opacity=70); 
	background-color:#2d3d4f; /*this background will look better #1C1C1C*/   
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.slideRightNavTitle
{
   font-size:15px;  
   text-transform:uppercase; 
   padding:10px 5px 10px 5px;
}

.slideRightNavDescription
{ 
   padding:5px 5px 15px 10px;
   /*min-height:285px;*/
   line-height:1.5em;
   font-size:13px;
}

.slideRightNavMore 
{
  text-align:right;
  padding-right:8px;
}

.slideRightNavMore a
{
   color:#FFFFFF;
   text-decoration:none;
   font-size:12px;
}

.slideRightNavMore a:hover
{  
   text-decoration:underline;
}

.corePlayArrow
{
  width:195px; 
  padding:10px 0px 0px 0px;
  margin:auto;
  margin-right: 50px;
  text-align: center;
}
.corePlayArrow .glyphicon, .corePlayArrow .fa-play-circle-o
{
  font-size: 5em;
  font-weight: normal;
  margin: 10px auto;
}
.corePlayArrow:hover .glyphicon
{
  color: lightblue;
}

div.arrow_icon
{
  width:68px;
  height: 65px;
  background: url(/landing/img/Play-button.png) top no-repeat;
  text-align:center;
  margin:auto;
  padding: 75px 0 0 0;

}

div.arrow_icon:hover
{
  /*background: url(/landing/img/Play-button-hover.png) top no-repeat;*/
  /*opacity:0.6;*/
  /*filter:alpha(opacity=60);*/ /* For IE8 and earlier */	
  background: url(/landing/img/Play-button-hover.png) top no-repeat;

}

/*.corePlayArrow img*/
{
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */	
}

/*.corePlayArrow img:hover*/
{
  opacity:1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */
  cursor:pointer;	
}



/* END HERE ///////////////////////////////////*/

.slide
{
   display:none;
}

.slidefirst
{
   display:block;
}

#viewer
{
    width: 980px;
    margin: 0px auto;
}
#nav
{
    width: 200px;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav li
{
    width: 200px;
    height: 66px;
    padding: 0
}

