﻿#slideshow * 

{ margin: 0; 
padding: 0; 

}

#slideshow 

{ 

padding-top:150px;
margin: auto;
position: relative; 
width: 816px; 
height: 354px; 


}

#slideshow #menu, #slideshow #pictures, #slideshow #loading 
{ position: absolute; }

#slideshow #pictures 

{
background: url("../images/cities/img0.jpg") no-repeat;
width: 379px; 
height: 315px; 
left: 0; 
overflow: hidden; 

}

#slideshow #pictures li 
{ display: block; 
position: absolute; 
top: 0; 
width: 437px; 

}

#slideshow #menu 

{ 
list-style-type: none; 
width: 440px; 
height: 334px; 
right: 0; 
padding-top:0px;
}

#slideshow #menu li

{ display: block; 
z-index: 1000; 
float:left;
border-left:solid 2px white;
border-right:solid 2px white;
border-top:solid 1px white;
border-bottom:solid 1px white;
filter : alpha(opacity=60); 
-moz-opacity : .6; 
opacity : 0.6;
}

#slideshow #menu li:hover

{filter : alpha(opacity=90); 
-moz-opacity : 0.9; 
opacity : 0.9;
}


#entrer
{

position : absolute;
width:auto;
height:auto;
border:solid 10px white;
float:right;
bottom:0;
right:0;
}

#entrer a
{
text-decoration:none;
color:#424242;
font-family:Arial;
font-size:16px;

}

#entrer a:hover
{
text-decoration:none;
color:gray;
font-family:Arial;
font-size:16px;

}