.gallery-container {
	background-color:black;
    margin:0 auto;
    width:578px;
    height:90px;
    width:675px;
}

.gallery-container .gallery {
		margin:0 auto;
    border:3px solid black;
    padding:1px;
    width:578px;
    height:84px;
}

.gallery-container .gallery ul,
.diapo-container .thumb ul {
	list-style:none;
    margin:0;
    padding:0;
}

.gallery-container .gallery ul li,
.diapo-container .thumb ul li {
	float:left;
}

.gallery-container .gallery ul li img {
    margin:2px;
}

/* Diapo */
.diapo {
    margin:20px auto;
    width:478px;
    display:block;
    height:500px;
    border:1px solid #AAAAAA;
    background-color:#333333;
}
.diapoBrowser .left {
    cursor:pointer;
    float:left;
    width:30px;height:30px;
    background:url('../images/previous.gif') no-repeat 0 0;
}
.diapoBrowser {
	padding:10px;
}
.diapoBrowser .left:hover {
    background:url('../images/previouso.gif') no-repeat 0 0;
}
.diapoBrowser .right {
    cursor:pointer;
    float: right;
    width:30px;height:30px;
    background:url('../images/next.gif') no-repeat 0 0;
}
.diapoBrowser .right:hover {
    background:url('../images/nexto.gif') no-repeat 0 0;
}
.diapotext {
    margin:0 auto;
    float: left;
    width:398px;
    height:30px;
    text-align:center;
    color:white;
}


.diapo-container {
    float: left;
    width:480px;
    height:401px;
    width:468px;
    height:440px;
    padding:5px;
}
.diapo-container .gallery {
    border:3px solid black;
    padding:1px;
    width:460px;
    height:345px;
}
.diapo-container .thumb {
    width:468px;
    margin:0;
    height:85px;
}
.diapo-container .thumb ul li {
    margin:1px 2px;
}
.diapo-container .thumb ul li img {
    border:2px solid black;
    margin:0;
}
.diapo-container .thumb ul li img:hover,
.diapo-container .thumb ul li img.selected {
    border:2px solid #F15C25;
    cursor:pointer;
}

.diapitem {
    display:none;
}
.diapitem b {
    font-size:1.4em;
}

