.slideshow, .slideshow-label, .slideshow-content, .slideshow-panel { 
font : 12px Verdana, Tahoma, sans-serif; 
} 
.slideshow { 
padding : 0; 
border : 0; 
position : relative; 
display : none; 
z-index : 1; 
margin-bottom : -30px; 
margin-left : 5px; 
margin-right : 5px; 
margin-top : -30px; 
} 
.slideshow-content { 
padding : 0; 
overflow : visible; 
position : relative; 
z-index : 1; 
} 
.slideshow-content p { 
padding : 0 !important ; 
overflow : auto; 
} 
.slideshow-content img { 
padding : 0 !important ; 
border : 0 !important ; 
} 
.slideshow-slide { 
display : none; 
position : absolute; 
} 
.slideshow-fullscreen { 
position : absolute; 
top : 0; 
left : 0; 
padding : 0; 
border : 0; 
overflow : hidden; 
} 
.slideshow-label { 
z-index : 101; 
color : #fff; 
width : 100%; 
height : 100%; 
line-height : 30px; 
text-indent : 8px; 
font-weight : bold; 
} 
.slideshow-label a, .slideshow-label a:hover, .slideshow-label a:active, .slideshow-label a:visited { 
color : #fff; 
} 
.slideshow-panel-place { 
padding : 0; 
position : absolute; 
bottom : 0; 
left : 0; 
z-index : 100; 
height : 26px; 
display : block; 
} 
.slideshow-panel { 
z-index : 101; 
width : 100%; 
height : 100%; 
display : block; 
} 
.slideshow-panel a.button { 
display : block; 
width : 24px; 
height : 24px; 
float : left; 
text-indent : -99999%; 
overflow : hidden; 
outline : 0; 
background-image : url(images/buttons.png); 
background-repeat : no-repeat; 
border : 1px solid transparent; 
} 
.slideshow-panel a.button:hover { 
border : 1px solid #777; 
} 
.slideshow-panel a.first { 
background-position : 0% 0%; 
} 
.slideshow-panel a.prev { 
background-position : -24px 0%; 
} 
.slideshow-panel a.play { 
background-position : -48px 0%; 
} 
.slideshow-panel a.stop { 
background-position : -72px 0%; 
} 
.slideshow-panel a.next { 
background-position : -96px 0%; 
} 
.slideshow-panel a.last { 
background-position : -120px 0%; 
} 
.slideshow-panel a.help { 
position : relative; 
background-position : -144px 0%; 
} 
.slideshow-panel span.counter { 
float : right; 
display : block; 
font-weight : 700; 
color : #fff; 
height : 24px; 
line-height : 24px; 
padding : 0 4px; 
} 
.slideshow-help { 
position : absolute; 
bottom : 26px; 
left : 0; 
z-index : 101; 
background-color : #ff9; 
display : none; 
width : 100%; 
} 
.slideshow-frame div { 
position : absolute; 
top : 0; 
left : 0; 
background : url(images/big-play.png) no-repeat 50% 50%; 
z-index : 201; 
cursor : pointer; 
width : 100%; 
height : 100%; 
} 
.slideshow-load { 
display : none; 
} 
.slideshow-load div { 
position : absolute; 
top : 0; 
left : 0; 
background : url(images/ajax-loader.gif) no-repeat 50% 50%; 
z-index : 201; 
cursor : pointer; 
width : 100%; 
height : 100%; 
} 
.slideshow-shadow { 
position : absolute; 
top : 0; 
left : 0; 
z-index : 200; 
width : 100%; 
height : 100%; 
} 
