/* Slideshow CSS */

#slideshow{
display:none;
float:left;
position:relative;
background-color:#FFFFFF;
border:1px solid #9CB5CC;
padding:10px;
width:615px;
height:auto;
overflow:hidden;
}

#slideshow h1{
border-bottom:1px solid #CCCCCC;
color:#336699;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:22px;
font-weight:normal;
margin-bottom:15px;
padding-bottom:5px;
padding-top:0;
margin-top:0;
}

#YIAslideshow, #prevImage, #nextImage{
cursor:pointer;
font-weight:normal;
}

#YIAslideshow{
font-weight:bold;
/* background-image:url(../images/hdrDown.jpg);
background-repeat:no-repeat;
background-position:100px, 0pt;
*/
}

.closeBtn{
position:absolute;
width:20px;
height:20px;
right:3px;
top:3px;
cursor:pointer;
z-index:3;
}

#imageContainer{
width:600px;
height:400px;
overflow:hidden;
border:1px solid #D1C0A6;
padding:5px;
background-color:#FFF7EC;
}

#currentImage{
width:600px;
height:400px;
overflow:hidden;
}

#prevBtn{
float:left;
width:auto;
color:#336699;
padding:3px;
margin-top:5px;
font-size:14px;
}

#nextBtn{
float:right;
text-align:right;
width:auto;
color:#336699;
padding:3px;
margin-top:5px;
font-size:14px;
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}