/* SLIDESHOW */
#slideshow  {
	border-bottom: 1px solid #eaeaea;
	position: relative;
	overflow: hidden;
	/*height: 262px;*/
	margin: 0 0 20px 0;
}
	#slideshow .controls{
		position: absolute;
		text-align: center;
		background-color: #f7f7f7;
		width: 66px;
		top: 2px;
		font-size: 16px;
		right: 22px;
		z-index: 10;
	}
		#slideshow .controls a.prev{
			cursor: pointer;
			display: inline;
			overflow:hidden;
			position:absolute;
			width: 9px;
			height: 9px;
			background: transparent url(/includes/images/about/news/mediarelations/newsroom/arr_prev.gif) no-repeat scroll;
			left: 8px;
			top:5px;
		}
		#slideshow .controls a.next{
			cursor: pointer;
			display: inline;
			overflow:hidden;
			position:absolute;
			width: 9px;
			height: 9px;
			background: transparent url(/includes/images/about/news/mediarelations/newsroom/arr_next.gif) no-repeat scroll;
			right:8px;
			top:5px;
		}
		#slideshow .controls span.page{
			font-weight: bold;
			color: #fbac18;
		}
	#slideshow .wrapper .first  {
		display: block;
		position:relative;
		padding: 0 22px 22px 22px 22px;
		overflow: hidden;
	}
	#slideshow .group  {
		display: none;
		position:relative;
		padding: 0 22px 22px 22px;
		overflow: hidden;
	}
		#slideshow .group .head {
			margin-bottom: 15px;
		}
		#slideshow .group .head h2{
			color: #323232;
			font-weight: bold;
			width: 435px;
		}
		#slideshow .group .body { position:relative; }
			#slideshow .group .body .content {
				float: left;
				font-size: 11px;
				padding-right: 10px;
				width: 225px;/*220px;*/
			}
			#slideshow .group .body .no-image { width: 500px; }
			#slideshow .group .body .content p {
				font-size: 11px;
				line-height: 13pt;
				color: #828282;
				margin: 0 0 22px 0;
			}
			#slideshow .group .body .content a {
				text-decoration: none;
			}
			#slideshow .group .body .content a.withimage{
				display: block;
				margin-bottom: 10px;
			}
			#slideshow .group .body .content a .arrow {
				margin-left: 5px;
			}
		#slideshow .group .main_img {
			float:right;
			width: 264px;
			height: 193px;
			background-color: #eaeaea;
			padding: 5px;
		}
