
.headerImg {
    width: 100%;
}
/*Slideshow container*/

.slideshow {
    position: relative;
    max-width: 100%;
}

/*Slideshow images*/

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:100%;
    background-position: center;
	cursor:pointer;
}

/*Buttons*/

.slideBtn {
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 100%;
    cursor: pointer;
}

.leftBtn {
    left: 20%;
	background:url(../images/left_btn.gif) no-repeat 0px center;
}

.rightBtn {
    right: 20%;
	background:url(../images/right_btn.gif) no-repeat 0px center;
}
.slide_btn{width: 1000px;
margin: 0px auto;
height: 100%;
position: relative;}

/*Arrow pointers*/

/*Helper style classes*/

.hide {
    visibility: hidden;
}