/* Home CSS Document */

#visiting{
  background: url(../images/css/background_visiting.jpg) no-repeat;
  display: inline;
  float: left;
  height: 190px;
  padding: 70px 0px 0px 30px;
  width: 265px;
}

#visiting ul{
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
}

#visiting ul li{
  float: left;
  font-size: 16px;
  margin: 0px;
  padding: 5px;
  width: 260px;
}

#visiting ul li a{
  color: #FFFFFF;
}

#features{
  
  display: inline;
  float: left;
  height: 260px;
  width: 605px;
}

/**********************************************/
/* FEATURES CSS */
/**********************************************/
#features {
	background: url(../images/css/background_features.jpg) repeat-x;
	display: inline;
	float: left;
	height: 260px;
	margin: 0 auto;
	padding: 0;
	width: 605px;
}

/* UNIVERSAL LIST STYLES FOR FEATURES */
#features ul {
	clear: both;
	width: 605px;
	margin: 0;
	padding: 0;
	position: absolute;
}

.features li {
	float: left;
}

/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */
#features .main,
#features .feature {
	display:block;
	height: 260px;
	margin: 0;
	overflow:hidden;
	padding: 0;
	position:absolute;
	width: 605px;
	z-index: 1;
}

#features .main .shown {
	z-index: 2;
}

.feature img {
	float: right;
	margin: 10px;
	border: 5px solid #fff;
	height: 220px;
	width: 290px;
}

.feature div.panel-overlay {
	position:absolute;
	width: 250px;
	margin-left: 35px;
	margin-top: -190px;
	display: block;
}

.feature div.panel-overlay h2 {
	color: #fff;
	font-size: 21px;
}

.feature div.panel-overlay p {
	color: #fff;
	margin: 0;
	padding: 0;
}


/* PREVIOUS NEXT CONTROLS */
.pnControl {
	display: block;
	margin: 214px 0 0 85px;
	position: absolute;
	width: 45px;
	z-index: 100000;
}

.pnControl a {
	display: block;
	background: none;
	float: left;
	height: 12px;
	padding: 5px 2px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 6px;
	font-size: 0px;
	z-index: 100000;
}

.pnControl a.next {
	float: right;
}

.pnControl a.prev {
}

/* PAUSE PLAY CONTROLS */
.pbControl {
	display: block;
	background: none;
	float: left;
	height: 12px;
	margin: 213px 0 0 100px;
	padding: 5px 2px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 11px;
	font-size: 0px;
	z-index: 1000000;
}

/* COUNT OF STYLES */
.countOf {
    position: absolute;
    color: #E8DDC6;
    font-size: 13px;
    z-index: 10002;
    margin:212px 0 0 30px;
    padding: 5px;
}


.feature a.more-link {
    height: 30px;
    width: 110px;
    display: block;
    background: none;
    margin-top: 210px;
    margin-left: 170px;
    overflow: hidden;
    text-indent: -999999999999999px;
}

.webkit .feature a.more-link {
	font-size: 0;
}

#marquee{
  background: url(../images/css/background_marquee.jpg) center -5px no-repeat;
  float: left;
  height: 55px;
  width: 900px;
}

#marquee ul {
  list-style: none;
}

#marquee ul li {
  float: left;
  padding: 5px 30px;
}

#marquee ul li a {
  color: #fff;
  font-size: 15px;
  padding: 5px;
  text-align: center;
}
