div#slideshow-bg{
background: transparent url('../images/jquery-slideshow-bg.jpg') no-repeat 0 0;
border-top: 1px solid #ffffff;
display: block;
position: relative;
width:277px;
height:167px;
}
.slideshow{
display: block;
position: relative;
width:273px;
height:98px;
margin:11px 0 0 0;
}
div#slideshow-nav{
display: block;
position: relative;
height: 45px;
width: 277px;
}
a#prev{
background: transparent url('../images/slideshow-btn.png') no-repeat 0 0;
display: inline-block;
position: relative;
float: left;
font-size: 1px;
width: 45px;
height: 45px;
margin: 0 0 0 20px;
padding: 0;
text-indent: -9999px
}
a#next{
background: transparent url('../images/slideshow-btn.png') no-repeat -45px 0;
display: inline-block;
position: relative;
float: right;
font-size: 1px;
width: 45px;
height: 45px;
margin: 0;
padding: 0;
text-indent: -9999px
}
a:hover#prev{
background: transparent url('../images/slideshow-btn.png') no-repeat 0 -46px;
}
a:hover#next{
background: transparent url('../images/slideshow-btn.png') no-repeat -43px -46px;
}
div#slideshow-nav h3{
font-family:Frutiger, ‘Frutiger Linotype’, Univers, Calibri, ‘Gill Sans’, ‘Gill Sans MT’, ‘Myriad Pro’, Myriad, ‘DejaVu Sans Condensed’, ‘Liberation Sans’, ‘Nimbus Sans L’, Tahoma, Geneva, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
display: inline-block;
position: relative;
float: right;
color:#ffffff;
margin: 15px 5px 0 0;
}