body{
margin:0px;
padding:0px;
}

.slideshow_content #logo{
position:absolute;
top:0px;
width:120px;
}


div.slideshow {
width:870px;
height:440px;
position:relative;
overflow:hidden;
margin:0px;
padding:0px;
background-image:url('../images/logo.png');
background-position:center center;
background-repeat:no-repeat;
}


ul.slideshow_content {
list-style-type:none;

width:100%;
padding:0px;
margin:0px;
}

ul.slideshow_content img{
width:860px;
}


img.active{


z-index:1000;

}

.slide_navigation {
position:absolute;
top:0px;
right:0px;
z-index:1050;
}


.slide_navigation span {

margin:7px 5px;
cursor: pointer;
background: url('../tools/bullets.png') no-repeat;
height: 22px;
width: 22px;	
float:left;
}


.slide_navigation span.active_nav {
background-position:0 -22px;
}




span.left_right_btns{
width:43px;
height:245px;
cursor:pointer;
position: absolute;
top:0px;
z-index:1010;
background:url(../tools/arrows.png) no-repeat center center;
margin-right:5px;

opacity: 0.7;
filter:alpha(opacity=70);
}

span.left_right_btns:hover{
opacity:1;
filter:alpha(opacity=100);
}

span#left_btn{
left:5px;
background-position:0px;
}



span#right_btn{
background-position:-43px;
right:5px;
}

#banner_line{
margin:0px;
width:860px;
}

