
#shadow{
    position:fixed;
    z-index:10;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    display:none;
}
#carouselOut{
    position:absolute;
    z-index:11;
    top:0;
    left:0;
    width:100%;
    display:none;
    color:#fff;
    font:italic 1.4em Georgia,serif;
    min-width:1250px;
}
#headerFoto{
    padding-top:24px;
    overflow:hidden;
    zoom:1;
}
#carouselOut h2{
    font:1.7em Georgia,serif;
    margin:-9px 20px 0 142px;
    padding-bottom:18px;
    float:left;
    max-width:420px;
}
#carouselOut h3{
    font:italic 1em Georgia,serif;
    margin:4px 0 0 0;
}
#number{
    float:left;
    font-size:0.79em;
    padding:3px 40px 0 0;
}
#pres{
    float:left;
    background:url('pres.gif') no-repeat;
    padding:0 0 10px 30px;
}
#pres span{
    text-decoration:underline;
    cursor:pointer;
}
#close{
    float:right;
    background:url('close.gif') no-repeat 0 4px;
    padding:0 50px 0 25px;
}
#close span{
    text-decoration:underline;
    cursor:pointer;
}

#bigFoto{
	position:relative;
	width:100%;
	overflow:hidden;
    top:55px;
}
#bigFoto div{
	position:relative;
	left:50%;
	float:left;
}
#bigFoto ul{
	margin:0;
	padding:0;
	position:relative;
	left:-50%;
	float:left;
	font:1.1em Tahoma,sans-serif;
}
#bigFoto li{
	padding:0;
	float:left;
}
#bigFoto li#imgFoto img{
	display:block;
}
#prev{
	position:absolute;
	left:50px;
	top:100px;
    cursor:default;
}
#next{
	position:absolute;
	right:50px;
	top:100px;
    cursor:pointer;
}
.jcarousel-list img{
    cursor:pointer;
    border:3px solid #6B6A6B;
}
.jcarousel-list img.act{
    cursor:default;
    border:3px solid #fff;
}





