
/* slideshow and cover */
#index-container {
	width: 100%;
	height: 426px;
	margin-top: 10px;
	padding-bottom: 10px;
	background: #000000;
	text-align: center;
	z-index: 0;
}

#index {
	margin: 0 auto;
	width: 980px;
	height: 426px;
	z-index: 0;
}

/**slideshow**/

#slideshow {
	position: relative;
	width: 670px;
	height: 426px;
	float: left;
	margin-right: 10px;
	z-index: 0;
}


#slides {
	width: 670px;
	height: 426px;
	float: left;
	z-index:0;
}

.slide {
	float: left;
	width: 670px;
	height: 426px;
	position: relative;
	background: #000000;
	z-index:0;
	overflow: hidden;
}

.slide p {
	float: left;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2f2f2f !important;
	width: 606px;/* 670px - 10px - 54px*/
	height: 49px;/* 69px - 2x10px*/
	padding: 10px 10px 10px 54px;
	color: #ffffff;
	text-align: left;
}

.slide p a {
	color: #ffffff;
}

.slide p a.title {
	display: block;
	float: left;
	clear: both;
	width: 606px;
	font-family: Georgia;
	font-size: 16px;
	color: #8dc8eb;
	margin-bottom: 3px;
}

.slide p a:hover {
	text-decoration: none;
}

#slideshow-nav {
	position: absolute;
	/*left: 10px;*/
	/*bottom: 23px;*/
	/*width: 34px;*/
	/*height: 22px;*/
	width: 34px; /* 44px - 10px - 10px*/
	height: 45px; /* 69px - 24px*/
	bottom: 0;
	left: 0;
	background: #2f2f2f;
	padding: 24px 10px 0 10px;
}

#slideshow-nav a#prev {
	display: block;
	float: left;
	width: 14px;
	height: 22px;
	overflow: hidden;
	text-indent: 9999px;
	background: url('../images/slideshow-arrow-prev.gif') no-repeat 0 0;
	margin-right: 6px;
}


#slideshow-nav a#next {
	display: block;
	float: left;
	width: 14px;
	height: 22px;
	overflow: hidden;
	text-indent: 9999px;
	background: url('../images/slideshow-arrow-next.gif') no-repeat 0 0;
}
/**slideshow**/

#cover {
	width: 300px;
	height: 426px;
	float: left;
	background: #2f2f2f;
}

#cover img {
	float: left;
	clear: both;
	/*z-index: 1000;*/
}

#cover div {
	float: left;
	clear: both;
	text-align: left;
	width: 280px; /* 300px - 2x10px*/
	height: 53px; /* 69px - 2x8px */
	padding: 8px 10px;
	background: #2f2f2f;
	color: #ffffff;
}

#cover a {
	text-decoration: none;
}

#cover div h5 {
	font-family: Georgia;
	font-size: 16px;
	color: #8dc8eb;
	font-weight: normal;
	margin-bottom: 4px;
}

#cover div h5 a {
	color: #8dc8eb;
}

#cover div p a {
	color: #ffffff;
}
/* end slideshow and cover */
