.popup { z-index: +5; }
.popup {border: 1px solid white;width:550px;background: url(images/pop_bg.png);}

.popup .pop_header{cursor:move;margin:0;height:30px;text-align:center;text-decoration: none;}
.popup .pop_header .pop_title{margin:0;font-family:century gothic, verdana, arial; font-weight:500;font-size: 18px; color: white;padding:4px 0px 4px 0px;}

.popup .pop_body{margin:0px;padding:0px;}

.popup .pop_header .close{float:right; margin: 5px 5px 0 0; height:15px; width:15px; }
.popup .pop_header a{display:block;cursor:pointer;}
.popup .pop_header a span {visibility: hidden;width:15px;} 
.popup .pop_header a{background: url(images/pop_close.gif) no-repeat; background-position: right top; }
.popup .pop_header a:hover{background: url(images/pop_close_hover.gif) no-repeat; background-position: right top; }

.slideshow {margin:0px;padding:0px;text-align:center;font-family:courier new;font-size:12px;}
.slideshow .image_area{margin:4px auto 6px auto;width:500px;}
.slideshow .control{padding:0px;margin:0px 0px 12px 0px;}
.slideshow form{margin:0px;}
.slideshow img{ border:1px solid white;}

.slideshow .number{color:white;background-color:transparent;border:0;text-align:right;margin:0px 8px 0px 8px;height:22px;width:48px;font-family:century gothic,verdana,arial;font-weight:bold;font-size:16px;}
.slideshow .checkbox{margin:4px 4px 0px 4px;}
.slideshow span{margin:0px; font-weight:bold;}

.slideshow .control{width:550px;}
.slideshow .control a{display:block;cursor:pointer;}
.slideshow .control a span {visibility: hidden;} 

.slideshow .control .previous{float:left;padding-left:160px;}
.slideshow .control .next{float:right;padding-right:160px;}

.slideshow .control .previous a {background: url(images/bt_previous.gif) no-repeat;height:23px;width:25px;}
.slideshow .control .previous a:hover{background: url(images/bt_previous_hover.gif) no-repeat;}

.slideshow .control .next a {background: url(images/bt_next.gif) no-repeat; height:23px;width:25px;}
.slideshow .control .next a:hover{background: url(images/bt_next_hover.gif) no-repeat;}



