
/********************/
/* jquery slideshow */
/********************/

/* begin: slideshow */
.slideshow {
position: relative;
padding: 0;
margin: 0 auto;
height: 170px;
width: 600px;
}
.slideshow a img {
border: none;
}
.slideshow li.slide {
list-style-type: none;
}
.slideshow .slides {
height: 140px;
margin: 0;
}
.slideshow .slides li.slide {
visibility: hidden;
position: absolute;
z-index:100;
left: 0px;
top: 0px;
}

.slideshow .slides li.slide a p {
position: absolute;
height:140px;
width:200px;
left:400px;
top:19px;
z-index: 101;
margin: 0 0;

font-size:25px;
text-transform:uppercase;
vertical-align:center;
text-decoration:none;
}


.slideshow .buttons {
display: block;
position: absolute;
left:0px;
z-index: 99;
bottom: 0px;
margin: 0px;
}
.slideshow .buttons ul{
}
.slideshow .buttons li {
float: left;
display: inline;
width: 61px;
height:31px;
overflow:hidden;
line-height: 41px;
margin: 0;
}
.slideshow .buttons li div a {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bolder;

float: left;
position:relative;
text-decoration: none;
text-align:center;
vertical-align:bottom;
font-weight:bold;
width: 60px;
height: 30px;
color: #666;
outline: 0;
background-image: url('../img/banner_bt_w.png');
background-repeat: no-repeat;
}
.slideshow.bn,#b1,#b2,#b3,#b4 {
position:relative;
}
.slideshow ul.buttons li a:hover {
text-decoration: none;
color: #CB0100;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
color: #CB0100;
}
