/* CSS Document */

div.content {
        /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
        display: none;
        float: right;
		left: 150px;
        width: 600px; 
}
div.content a, div.navigation a {
        text-decoration: none;
		        color: #999;
}
div.content a:focus, div.content a:hover, div.content a:active {
		color:#660066;
}
div.controls {
        margin-top: 0px;
        height: 23px;
}
div.controls a {
        padding: 5px;
}
div.ss-controls {
        float: right;
				width: 100px;
				text-align: right;
}
div.nav-controls {
        float: right;
}
div.slideshow-container {
        position: relative;
		margin-top: 25px;
        clear: both;
        height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('../image/loader.gif');
        background-repeat: no-repeat;
        background-position: center;
        width: 600px;
        height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;

}
div.slideshow a.advance-link {
        display: block;
        width: 600px;
        height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
        line-height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
        text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
        text-decoration: none;
}
div.slideshow img {
        vertical-align:middle;
		height: 450px; /* to solve the IE image height not showed to full problem */
		width:auto; /* to solve the IE image height not showed to full problem */
}
div.download {
        float: right;
		font-weight:500;
		color: #ffffff;
}
div.caption-container {

}
span.image-caption {
        display: block;
        position: absolute;

}
div.caption {
        background-color: #000;
        padding: 12px;
		text-align: left;
        color: #ccc;
}
div.caption a {
        /*color: #fff;*/
}
div.image-title {
        font-weight: bold;
	    color: #ccc;
        font-size: 1.2em;
}

div.image-desc {
        line-height: 1em;
		padding-top: 5px;
		color: #ccc;
}
div.navigation {
        /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
        clear: both;
        margin: 0;
        padding: 0;
}
ul.thumbs li {
        float: left;
        padding: 0;
        margin: 5px 10px 5px 0;
        list-style: none;
}
a.thumb {
        padding: 2px;
        display: block;
        border: 1px solid #333;
}
ul.thumbs li.selected a.thumb {
        background: #666;
		opacity: 50%;
}
a.thumb:focus {
        outline: none;
}
ul.thumbs img {
        border: none;
        display: block;
}
div.pagination {
        clear: both;
}
div.navigation div.top {
        margin-bottom: 12px;
        height: 11px;
}
div.navigation div.bottom {
        margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
        display: block;
        float: left;
        margin-right: 2px;
        padding: 4px 7px 2px 7px;
        /*border: 1px solid #ccc;*/
}
div.pagination a:hover {
        
        text-decoration: none;
		color: #660066;
}
div.pagination span.current {
        font-weight: bold;
        background-color: #000;
        border: 1px solid #333;
        color: #999999;
}
div.pagination span.ellipsis {
        border: none;
        padding: 5px 0 3px 2px;
}
#captionToggle a {
        float: right;
        display: block;
        background-repeat: no-repeat;
        background-position: right;

        padding: 0px 5px 0px 0px;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
        float: none;
        padding: 0;
        margin: 0;
        list-style: none;
}

#thumbs-min a.thumb {
        padding: 0px;
        display: inline;
        border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
        background: inherit;
        color: #999;
        font-weight: bold;
}
