.aec-head {
	width: 600px !important;
}

/* ------------------HEADINGS------------------*/
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: underline;
}
/*-----------------MAIN  STYLES-------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 600px;
	float: left;
	width: 600px;
	min-height: 200px;
	height: 200px !important;
	overflow: hidden !important;
}
#aec-landingmain > div {
	/*border: 0px solid black;*/
	border: none !important;
	margin-bottom: 7px !important;
	min-height: 200px !important;
	text-align: center;
}
#aec-landingmain {
	float: left;
	width: 600px;
	min-height: 200px;
}

/* Fix loading*/
#slideshow {
	height: 200px !important;
	overflow: hidden !important;
	width: 600px !important;
}
#container {
	/*border-top: 0px solid #000000;*/
	border: none !important;
	float: left;
	background: #FFF;
	height: 200px;
	min-height: 50px;
	width: 600px;
	overflow: hidden !important;
	padding-top: 0px;
	/*CSS3 CONTAINER SHADOWS*/
	-webkit-box-shadow: 0 0px 80px 0 rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 0px 80px 0 rgba(0, 0, 0, 0.20);
	box-shadow: 0 0px 80px 0 rgba(0, 0, 0, 0.20);
}
.left-content-slide {
	display: inline;
}
/*--------------------------------SLIDESHOW STYLES---------------------------------------------*/

/*ANYTHING SLIDER*/
#anything-slider-wrapp {
	position: relative;
	z-index: 10;
	width: 600px;
	height: 200px;
	margin-left: -55px;
	float: right;
	margin-top: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

div.anythingSlider {
	margin: 0 auto;
	overflow: hidden;
	margin-left: 0px;
	width: 600px;
	height: 200px;
}

/*CONTENT SLIDES STYLE */
.content-slide {
	width: 600px !important;
	margin: 0 auto;
}

.content-slide .button-wrapp {
	padding-top: 0px;
	height: 1px;
	margin-left: 500px;
	vertical-align: 0px;
}

div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 199px;
	margin-bottom: 0px;
}

div.anythingSlider {
	position: relative;
}

/* anythingSlider base UL */
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

ul.anythingBase li.panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}


/* Navigation Links */
div.anythingSlider .anythingControls {
	outline: 0;
}

div.anythingSlider .thumbNav {
	margin-right: -7px;
	position: relative;
	top: -25px;
	display: inherit;
	padding: 5px 10px;
	text-align: center;
	float: right;
	*top: -37px;
	/* IE 7 */
}

div.anythingSlider .thumbNav li {
	display: block;
	float: left;
	width: auto;
	margin: 0px 2px;
}

div.anythingSlider .thumbNav a {
	background: #000000;
	display: block;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	margin-top: 0px;
}

/* Active State */
div.anythingSlider .thumbNav a.cur {
	background: #4a4747;
	display: block;
	text-indent: -9999px;
	width: 16px;
	margin-top: 0px;
	height: 16px;
}

div.anythingSlider .thumbNav a:hover {
	opacity: 0.75;
}
/*ANYTHING SLIDER ENDS*/

/*BUTTONS STYLES*/
.green-big-button {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	background: #4a4747;
	font-size: 13px;
	padding: 2px 7px;
	letter-spacing: 1px;
	border-bottom: 3pt solid #212020;
	position: relative;
	left: -5px;
	top: 136px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.15s, 0.15s;
	-webkit-transition-timing-function: linear, ease-in;
}

.green-big-button:hover {
	text-decoration: none;
	background: #1c1c1c;
	color: #FFF;
	border-bottom: 3pt solid #000;
}

.green-big-button:active {
	text-decoration: none;
	-webkit-box-shadow: 0 1px 2px #e5e5e5, inset 0 0 25px #121212;
	-moz-box-shadow: 0 1px 2px #e5e5e5, inset 0 0 25px #121212;
	box-shadow: 0 1px 2px #e5e5e5, inset 0 0 25px #121212;
	position: relative;
	left: -5px;
	top: 132px;
	border-bottom: 2pt solid #000;
}

.right-content-slide > a {
  display: block;
}

ul.anythingBase li.panel { position: relative; }
.left-content-slide {position: absolute;right: 4px;}
#aec-landingswf, #aec-landingswf > div#wrapper { overflow: hidden; height: 200px !important; }

#slideshow #main-slider .left-content-slide .green-big-button {display: none !important;}
#slideshow #main-slider .activePage .left-content-slide .green-big-button {display: block !important;}
#slideshow #main-slider .activePage + .panel .left-content-slide .green-big-button{display: block !important;}
/*BUTTON STYLES ENDS*/