﻿.slideshow {
position:relative;
width:608px;
height:228px;
align:center;

}
.slideshow a img {
border:solid 2px #103e8e;
}
.slideshow li.slide {
list-style-type:none;
}
.slideshow .slides {
height:228px;
padding:0;	
}
.slideshow .slides li.slide {
visibility:hidden;
position:absolute;
left:0px;
top:0;
}
.slideshow .buttons {
display:block;
position:absolute;
z-index:100;
left:425px;
margin:-40px 0 0 0;
}
.slideshow .buttons div {
float:left;
display:inline;
width:24px;
height:24px;
margin:0;
padding-left:4px;
line-height:24px;
}
.slideshow .buttons div a {
font-size:11px;
font-family: Arial, sans-serif;
text-align:center;
float:left;
text-decoration:none;
width:24px;
height:24px;
color:#554d31;
outline:0;
background-image:url(../Images/icons/lightgrey.png);
background-repeat:no-repeat;
}
.slideshow div.buttons div a:hover {
text-decoration:none;
color:#0a0a0a;
}
.slideshow div.buttons div.active a:hover,
.slideshow div.buttons div.active a {
color:#ffffff;
float:left;
background-image:url(../Images/icons/darkgrey.png);
background-repeat:no-repeat;
}
/* end: slideshow */