/*/////////////////////// Slider ///////////////////////*/
* {margin:0; padding:0;}
a { outline:none;}
#imageSlideshow {
height:553px;
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:553px; position:relative;}

#ImageHeader {margin:0 auto 0 auto; padding:0; min-height:553px; overflow:hidden;}

#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:170px;
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;
}
