﻿.slideshow{
height:418px;
width:462px;
float:left;
}

#slides1{
height:418px;
position:relative;
}

#slides2{
height:418px;
position:relative;
}

.slide{
height:418px;
width:462px;
overflow:hidden;
position:absolute;
background-image: url(../images/bg_repeat_x_1.jpg);
background-repeat: repeat-x;
background-position: 0px -125px;
}

#slides-controls1{
width:40px;
background-color:transparent;
height:10px;
margin-left:auto;
margin-right:auto;
}


#slides-controls1 a{
margin:0px 5px 0px 5px;
width:10px;
height:10px;
background-image:url('../images/sliderd.jpg');
border:0px;
text-indent:-9000px;
display:block;
overflow:hidden;
float:left;
cursor:pointer;
}

#slides-controls1 a:hover{
background-image:url('../images/sliderh.jpg');
cursor:pointer;
}

#slides-controls1 a.highlight{
background-image:url('../images/sliderh.jpg');
}

#slides-controls2{
width:40px;
background-color:transparent;
height:10px;
margin-left:auto;
margin-right:auto;
}


#slides-controls2 a{
margin:0px 5px 0px 5px;
width:10px;
height:10px;
background-image:url('../images/sliderd.jpg');
border:0px;
text-indent:-9000px;
display:block;
overflow:hidden;
float:left;
cursor:pointer;
}

#slides-controls2 a:hover{
background-image:url('../images/sliderh.jpg');
cursor:pointer;
}

#slides-controls2 a.highlight{
background-image:url('../images/sliderh.jpg');
}