:focus {
	outline: 0;
}
.sliderContainer{
    width: 685px;
    height: auto;
    position: relative;
	margin: 0px;
}

.slidesContainer
{
	width: 685px;
    height: auto;
}

#slider {
    width: 685px;
    height: auto;
    overflow: hidden;
    position: relative;
	margin: 0px;
}
#slider .slide{
    width: 685px;
    height: auto;
    float: left;
}

/*.prev, .next{
	display: block;
	height: 54px;
	width: 57px;
	position: absolute;
	top: 190px;
}
.prev{
	background: url('images/ima_20.jpg') no-repeat;
	background-position: 0 0;
	left: 18px;
}
.prev:hover{
    background-position: 0 -56px;
}
.next{
	background: url('images/ima_19.jpg') no-repeat;
	background-position: 0 0;
	right: 17px;
}
.next:hover{
    background-position: 0 -56px;
}*/
/* CSS Document */

