/* Home CSS Document */

#home{
  float: left;
}

.home-box {
	background: #414042;
	height: 460px;
	width: 900px;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(../styles/PIE.htc);
}

#features{
  float: left;
  width: 630px;
}

#recent_programs{
  background: url(../images/css/background_recent_programs.png) no-repeat;
  float: left;
  /*height: 310px;*/
  /*padding: 45px 25px 0px;*/
  height: 355px;
  padding: 0px 25px;
  width: 220px;
}

#recent_programs ul{
  float: left;
  list-style: none;
  margin: 15px 0px 0px;
  padding: 0px;
}

#recent_programs ul li{
  float: left;
  text-align: center;
  margin: 0px;
  padding: 3px 0px 0px;
  width: 220px;
}

#recent_programs ul li a{
  margin: 0px;
  padding: 0px;
}

/*#spotlight{
  float: left;
  margin: 20px 0px 0px 5px;
}*/

#marquee {
	float: left;
	width: 100%;
	margin: 20px 0 0;
}

#marquee ul {
	margin: 0;
	padding: 0;
}

#marquee li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 33px 0 0;
}

#marquee li.last {
	margin: 0;
}

/* UNIVERSAL LIST STYLES FOR FEATURES */

#features {
	height: 355px;
	margin: 0 auto 60px;
	padding: 0;
	width: 900px;
    float: left;
	position: relative;
}

#features.features {
	height: 355px;
    display: block;
    overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width:900px;
    float: left;
}

#features.features ul {
	clear: both;
	list-style: none;
    margin: 0;
	padding: 0;
	position: absolute;
}

#features.features li {
    list-style: none;
}


/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */
#features.features ul.main li {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: visible;
    z-index: 1;
}

#features.features .main,
#features.features .feature {
	height:355px;
	margin: 0;
	overflow:hidden;
	padding: 0;
	width: 900px;
	z-index: 1;
	float: left;
}

#features.features ul.main li.shown {
    z-index: 2;
    visibility: visible;
    position: relative;
}

#features.features ul.main li.shown a {
    z-index: 99;
}

#features .feature img {
	position:absolute;
	width: 900px;
    height: 355px;
}

#features .feature div {
    color: #fff;
    position: absolute;
    width: 240px;
    height: 325px;
    padding: 20px 20px 15px;
    background: url(../images/css/features-div-bg.png) repeat scroll top left;
    top: 220px;
	right: 0;
}

#features .feature h2 {
    font-size: 22px;
	color: #fff;
	padding: 0 0 5px;
	text-transform: uppercase;
}

#features .feature p {
    margin: 0;
    padding: 0;
}

/* PREVIOUS NEXT CONTROLS */
.pnControl {
	display: block;
	margin: 326px 3px 0;
	position: absolute;
	width: 76px;
	z-index: 100;
	bottom: 8px;
	right: 10px;
}

.pnControl a {
	display: block;
	float: left;
    text-indent: -9999px;
    overflow: hidden;
	height: 22px;
	width: 22px;
	z-index: 100;
}

.pnControl a.next {
	float: right;
    background: url(../images/css/next.png) no-repeat scroll top right;
}

.pnControl a.prev {
    background: url(../images/css/prev.png) no-repeat scroll top left;
}

#features.features div.countOf {
	bottom: 14px;
	right:37px;
	z-index: 9;
	position: absolute;
	color: #fff;
}

