#slidebox{
width: 590px;
height: 326px;
float: left;
position: relative;
/*background: url("/img/home_03.jpg") no-repeat;*/
}
#rotate-mask{
z-index: 5;
position: absolute;
}
#slideshow{
width: 590px;
height: 326px;
position: absolute;
text-align:left;
}
.rotate{
position: absolute;
z-index: 2;
width: 590px;
}
.slide-image{
}
.slide-text-padder{
position: absolute;
bottom:0;
width: 590px;
z-index: 3;
background:#111111;
opacity:.8;
}
.slide-text{
color:#ffffff;
text-transform: uppercase;
margin:8px 70px 15px 15px;
font-family:Arial;
font-size:12px;
font-weight: bold;
}
.arrow{
width:19px;
height:19px;
position: absolute;
bottom: 15px;
z-index: 6;
opacity:.6;
}
#left-arrow{
right: 45px;
}
#right-arrow{
right: 20px;
}
