#all_modal_s	{

}

#modal_overlay_s  {
background :#000000 none repeat scroll 0 0;
z-index : 2000 ;
position : fixed ;
width : 100% ;
height : 100% ;
left : 0px;
top : 0px ;
z-index:5000;
cursor:pointer;
}

#modal_pic_s, #modal_closer_s	{
opacity : 0;
filter : alpha(opacity=0) ;
}

#modal_overlay_s
{
opacity : 0.7;

}


#modal_closer_s	{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
border:1px solid #000;
height:10px;
width:15px;
position:absolute;
right:0px;
top:2px;
background-color:#FFF;
color:#000;
margin:5px 5px 0px 0 ;
cursor:pointer;
text-align:center;
padding-bottom:5px;
}



#modal_content_s {
position : fixed;
cursor:pointer;
width:370px;
height:523px;
left:50%;
margin-left:-185px;
z-index:5001;
top:150px;

background-color:#333333;
visibility:visible;
}

#modal_pic_s	{
display:block;
margin:0px auto;
}