/*/////////////////////// Slider ///////////////////////*/
a { outline:none;}
#imageSlideshow {
height:444px;
overflow:hidden;
position: absolute;

width:100%;
z-index:10;
text-align: left;
}

#imageSlideshow div.slide {
height:553px;
width:100%;
z-index: 1;
}
#ImageHeader { width:100%; height:444px; position:relative;}

#slide-1 {
background:url(../../images/imghead/contact1.jpg) no-repeat center top;
}
#slide-2 {
background:url(../../images/imghead/contact2.jpg)  no-repeat center top;
}


#ImageHeader {margin:0 auto 0 auto; padding:0; min-height:444px; overflow:hidden;}


/*#ImgHeader { background:url(../images/imghead/about.jpg) no-repeat top center; width:100%; padding:300px 0 0 0}
#ImgHeader_news{ background:url(../images/imghead/news.jpg) no-repeat top center; width:100%; padding:300px 0 0 0}
#ImgHeader_contact{ background:url(../images/imghead/contact.jpg) no-repeat top center; width:100%; padding:300px 0 0 0}
#ImgHeader_board{ background:url(../images/imghead/board.jpg) no-repeat top center; width:100%; padding:300px 0 0 0}
#ImgHeader_article{ background:url(../images/imghead/article.jpg) no-repeat top center; width:100%; padding:300px 0 0 0}
#ImgHeader_document{ background:url(../images/imghead/document.jpg) no-repeat top center; width:100%; padding:300px 0 0 0}
*/



#slideNavigation {
width: 960px;
margin: 0 auto 0 auto;
position: relative;
height: 200px;
}
/*
.arrow {
height: 40px;
width: 40px;
background: red;
z-index: 99999;
position: absolute;
top: 150px;
display: none;
}

a#prev-slide {
left: 10px;
background: url(images/arrows.png) 0px -42px no-repeat;
}

a#next-slide {
right: 10px;
background: url(images/arrows.png) 0 0 no-repeat;
}
*/
#nav {
display: block;
height:auto;
position: absolute;
right:70px;
top: 500px;
/*width: 100px;*/
z-index: 99999999;
}

#nav a{
font-size: 0;
background: url(images/pagination.png) 0px 0;
float: left;
margin: 0 4px 0 0;
display: block;
width: 14px;
height: 15px;
}

#nav a.activeSlide {
background: url(images/pagination.png) 0px -15px;
}
