/* banner */
#banner {
	width: 932px;
	height: 330px;
	position: relative;
	margin-bottom: 29px;
	overflow: hidden;
	display: block;
}

#banner #banner-images-wrapper {
	height: 330px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#banner #banner-images {
	display: block;
	position: relative;
	white-space: nowrap;
	width: 2796px; /* 3 x 932px */
}

#banner #banner-images a {
/*	float: left;*/
	display: block;
/* 	width: 932px;
	height: 330px;
 */	position: absolute;
	/*float: left;*/
	top: 0;
	left: 0;
	text-decoration: none;
}

#banner #banner-images a:hover {
	text-decoration: none;
}

#banner a img {
	width: 932px;
	height: 330px;/*235px;*/
	/*position: absolute;
	top: 0;
	left: 0;*/
	/*float: left;*/
}

#banner #banner-images a p.green {

	position: absolute;
	right: 10px;
	top: 10px;
	height: 240px;/*235px;*/
	width: 265px;
	margin: 0px;

	background-color:#000;
	border:1px solid #000;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5; 
}

#banner #banner-images a p.green span {
	font-family: "Century Gothic";
	font-size: 22px;/*24px;*/

	font-smooth: always;
/* 	filter:Shadow(color=#A3A29F,strength=4, Direction=120);
 */
	color: #ffffff;
	float: right;
	line-height: 26px;
	margin: 20px 5px;
	padding: 0px;
	white-space: normal;
	width: 250px;
	text-align: left;
}

#banner #banner-images a:hover p.green span {
	text-decoration: none;
	/*color: #596760;*/
}

#banner #banner-images a p.green span.readmore {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #fecc02; /* e1b813 */
	float: left;
	display: block;
	line-height: normal;
	margin: 5px 10px;
	padding: 0px;
	white-space: normal;
	width: 150px;
	background: transparent url(../../images/arrow-white.png) no-repeat scroll right 5px;
	clear: right;
}

#banner #banner-images a p.green span.readmore:hover {
	text-decoration: underline;
}

#banner #sleeve a:first-child {
	padding-top: 16px;
	border: none;
}

#banner #controls {
	position: absolute;
	left: 18px;
	bottom: 16px;
	height: 26px;
	width: 34px;
	z-index: 10;
}

#banner #controls .addfwd {
	background: transparent url(../../images/banner-right.png) no-repeat scroll center 0;
	height: 26px;
	width: 14px;
	float: left;
	outline: none;
}

#banner #controls .addbkwd {
	background: transparent url(../../images/banner-left.png) no-repeat scroll center 0;
	height: 26px;
	width: 14px;
	float: left;
	margin-right: 6px;
	outline: none;
}

#banner #controls div:hover {
	cursor: pointer;
	background-position: center -26px;
}


