/* General */
#container{
    overflow: hidden;
    width: 762px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0px 0px 0px #000;
    -webkit-box-shadow: 0px 0px 0px #000;
}

.navigation-controls {
	position: relative;
	text-align: right;
	background: #fff;
	padding: 5px;
	z-index: 1;
	color: #000;
	font-family: "Arial";
	font-size: 8pt;
}
.navigation-controls a {
    position: relative;
    color: #000;
    text-decoration: none;
}
.navigation-controls a:hover {
    position: relative;
    color: #000;
    text-decoration: none;
}



/* Picture slides */
.picture-slides-disabled {
    color: #fff;
}

.picture-slides-container {
    margin-bottom: 0em;
}

.picture-slides-dimmed-background .navigation-controls {
    -moz-border-radius : 0 0 0px 0px;
    -webkit-border-top-left-radius : 0;
    -webkit-border-top-right-radius : 0;
    -webkit-border-bottom-left-radius : 0px;
    -webkit-border-bottom-right-radius : 0px;
}

.picture-slides-dimmed-background .picture-slides-image-text {
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-top-left-radius : 0px;
    -webkit-border-top-right-radius : 0px;
    -webkit-border-bottom-left-radius : 0;
    -webkit-border-bottom-right-radius : 0;
}

.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.picture-slides-fade-container a {
    display: block;
    height: auto;/*????摨?*/
    text-align: center;
    margin-bottom: 10px;
}

.picture-slides-fade-container a img {
    -moz-box-shadow: 0px 0px 0px #000;
    -webkit-box-shadow: 0px 0px 0px #000;
}

.picture-slides-image-load-fail {
    display: none;
}

.picture-slides-image-text {
	position: relative;
	text-align: center;
	z-index: 0;
	margin-top: -5px;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
    display: none;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
    cursor: pointer;
}

.picture-slides-thumbnails {
    list-style: none;
    margin-top: 1em;
    overflow: hidden;
}

.picture-slides-thumbnails li {
    float: left;
    width: 100px;
    margin: 0 10px 5px 0;
}

.picture-slides-thumbnails li img {
    width: 100px;
}

.picture-slides-thumbnails a {
    outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
    width: 92px;
    padding: 2px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;




    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 0;
	display: none;
}
