
#home #main_element {
margin: 0 auto 44px;
position: relative;
text-align: center;
}

#main_image_window {
	content:"";
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	top: 0;
	left: 0;
}

#main_images {
	display: block;
	width: 100%;
	padding: 0;
	position: absolute;
	list-style: none;
	margin: 0 auto;
	transition: all 1.5s ease 200ms;
}

#main_images li#main_image0 {
z-index: 10;
}

#main_images li {
	transition: all 1.5s;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left:0;
	z-index: 9;
	overflow: hidden;
}

#main_element #main_images li img {
	max-width: 100%;
	margin: auto;
	z-index: 10;
	list-style: none;
	display: block;
}

ul#main_element_buttons {
	position: absolute;
	margin: auto;
	padding: 0;
	list-style: none;
	z-index: 10;
	bottom: -25px;
	left: 50%;
	width: auto;
	height: 9px;
	text-align: center;
	display: block;
}

ul#main_element_buttons:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

ul#main_element_buttons{
	display: inline-block;
}

/*\*/
html ul#main_element_buttons{ height:1%; }
ul#main_element_buttons{ display:block; }
/**/

ul#main_element_buttons li {
display: block;
float: left;
height: 28px;
left: -50%;
margin: 0 20px 0 0;
padding: 0;
position: relative;
width: 28px;
}

ul#main_element_buttons li a {
background: url(../images/home/mainImageButton.png) left top no-repeat;
display: block;
height: 28px;
margin: 0;
overflow: hidden;
padding: 0;
width: 28px;
z-index: 11;
}

ul#main_element_buttons li a span{
	display: none;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	/*text-indent: -9999px;*/
}

ul#main_element_buttons li a:hover {
background-position: left bottom;
}

p#main_element_arrow_l,
p#main_element_arrow_r {
margin-top: -42px;
position: absolute;
top: 50%;
z-index: 11;
}

p#main_element_arrow_l {
left: 2%;
width: 5%;
}

p#main_element_arrow_r {
right: 2%;
width: 5%;
}


@media only screen and (min-width: 1200px){

#home #main_element {
width: 1200px;
}

p#main_element_arrow_l {
left: 41px;
width: 25px;
}

p#main_element_arrow_r {
right: 38px;
width: 25px;
}

ul#main_element_buttons {
bottom: -28px;
}

}

