#CarouselWrapper .anythingSlider        
{ 
	width: 100%; 
	height: 351px; 
	margin: 0 auto; 
}
#CarouselWrapper .anythingSlider        
{ 
}


#expand #headerCarousel  { 
	width: 100%; height: 351px; 
	list-style: none; 
}

.slideInner{
	margin: 0 auto;
	width: 985px;
	position: relative;
}
.slideInner .credit{
	color: #000;
	right: 5px;
	bottom: 5px;
	font-size: 8px;
	position: absolute;
}
.slideInner .carouselTeaserWrapper{
	position: absolute;
	top: 50px;
	left: 50px;		
	text-align: left;
	width: 320px;
	color: #fff;
}
.slideInner .carouselTeaserWrapper .Teaserheadline{
	font-size: 42px;
	font-weight: 300;
	margin-bottom: 10px;			
}
.slideInner .carouselTeaserWrapper .TeaserText{
	font-size: 12px;
	margin: 10px 0px;
	line-height: 18px;				
}		
.slideInner .carouselTeaserWrapper .TeaserButton{
	text-align: left; 	
	margin-top: 10px;
}		
.slideInner .carouselTeaserWrapper .button{
	height: 15px;
	text-align: center;
	font-size: 13px;
	min-height: 0px;
	padding: 7.5px 10px;
	margin: 0px;
	color: white;			
}
.slideInner .vedioPlaceHolder,.slideInner iframe,.slideInner object{
	top: 40px;
	position: absolute;
	right: 40px;
	width:476px;
	height:267.75px;
	z-index: 5;
}
/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default {
	margin: 0 auto;
	padding: 0;
}
/* slider window - top & bottom borders, default state */
.anythingSlider-default .anythingWindow {
	border: 0px;
}
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
	/* top shadow */
	/*background: #777 url(../images/default.png) center -288px repeat-x;*/
	color: #000;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
	border-color: #7C9127;
}
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
	background-color: #7C9127;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #7C9127;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	display:none;
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
	display:none;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default {
	text-align: center;
}
.anythingSlider-default .arrow {
	top: 50%;
	height: 50px
	margin-top: -25px;
	z-index: 100;
	position: absolute;
	width: 50%;
}

.anythingSlider-default .arrow a {
	text-decoration: none;
	width: 50px;
	height: 50px;
	outline: 0;
	position: absolute;
	-webkit-text-shadow:1px 1px 1px #fff;  /* for chrome */
	-text-shadow:1px 1px 1px #fff;  /* for all browser*/
	text-shadow:1px 1px 1px #fff;  /* same as above*/
	-moz-text-shadow:1px 1px 1px #fff; /* for firefox */
	-o-text-shadow:1px 1px 1px #fff;  /* for opera */
	-ms-text-shadow:1px 1px 1px #fff;  /* for ie 9+ */
	-khtml-text-shadow:1px 1px 1px #fff;  /* for gecko based browser*/	
}
.anythingSlider-default .back 
{ 
	left: 0px;
}
.anythingSlider-default .back a 
{
	text-align: left;
	right: 442px;
}

.anythingSlider-default .forward 
{ 
	right: 0px; 
}
.anythingSlider-default .forward a 
{
	text-align: right;
	left: 442px;
}
.anythingSlider .arrow span {
	display: block;
	font-size: 48pt;
	font-weight: 100;
	line-height: 40px;
	color: black;
	cursor: pointer;
	opacity: .75;
	height: 50px;
}
.anythingSlider .arrow a:hover span {
	opacity: 1;
}


/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}


/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}





































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
