﻿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:inside; /* Changed from "right" */
    /*width: 650px; /* Changed from "550px" */
    margin-left:0em; /* Added */
    margin-top:2em; /* Added */
    padding-top:0; /* Added */
    vertical-align:top;
}
div.content a,
div.navigation a{
    text-decoration:none;
    color:#777;
}
div.content a:focus,
div.content a:hover,
div.content a:active{
    text-decoration:underline;
}
div#controls{
    /*	margin-top: 5px;
	height: 23px;
	*/
    display:block; /*Added*/
    /*    width:200px;
    right:50px;
*/
}
div#container-thumbs{
    margin-top:30px;
}
div#controls a{
    padding:5px;
}
div.ss-controls{
    float:left;
}
div.nav-controls{
    float:left;
}
div.slideshow-container{
    position:relative;
    clear:both;
    margin-left:40px;
    /* This should be set to be at least the height of the largest image in the slideshow */ /*Originally fixed on height:852px*/
}
div.loader{
    /*Originally fixed on position:absolute; top:0; left:0;*/
    /*    position:absolute; 
    top:0;
    left:0;
*/
    background-image:url('loader.gif');
    background-repeat:no-repeat;
    background-position:center;
    /*Originally fixed on width:752px;*/
    /* This should be set to be at least the height of the largest image in the slideshow */ /*Originally fixed on height:852px*/
}
div#slideshow span.image-wrapper{
        display:block;
/*    position:absolute;
    top:0;
    left:0;

*/
    /*changed by kewerner - but how to get the loading symbol in the center?*/
}
div#slideshow a.advance-link{
    display:inline;
    /* Originally fixed on width:752px*/
    /* This should be set to be at least the height of the largest image in the slideshow Originally 502 px*/ /*Originally fixed on height:852px*/
    /* This should be set to be at least the height of the largest image in the slideshow Originally 502 px**/ /*Originally fixed on line-height:852px;*/
    text-align:left;
}
div#slideshow a.advance-link:hover,
div#slideshow a.advance-link:active,
div#slideshow2 a.advance-link:visited{
    text-decoration:none;
}
div#slideshow img{
    vertical-align:middle; /*Changed from "middle"*/
}
div.caption-container{
    /*  
position: relative;
	clear: left;
	height: 75px;
 */
    /*Changed by me*/
    /*    display:inline-block; 
    position:absolute;
    top:200px;
    right:50px;
*/
}
div.caption-container,
div.annotation-container,
div#controls{
    /* width:200px;*/ /*Added by me*/
}
span.image-caption{
    /*display: block; 
	position: absolute; 
	width: 550px; 
	top: 0;
	left: 0;
	*/
    /*Changed by me */
    display:block; /*Added by me*/
}
div#caption,
div.download,
div.image-title,
div.image-desc{
    /*    display:inline-block; 
    float:left;
    position:absolute;
*/
}
div.download{
    /*    margin-top:100px;
    width:200px;
*/
}
img#annotateMe {height: 95%}
div.image-title{
    font-weight:bold;
    font-size:1.4em;
    /*    float:left;
    width:200px;
*/
}
div.image-desc{
    /*   width:200px;
    margin-top:40px;*/
}
div.navigation{
    /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
div.content{
    width:750px;
    padding:0;
} /*Added by me*/
ul.thumbs{
    clear:both;
    padding:0;
}
ul.thumbs li{
    float:left;
    padding:0;
    margin:5px 0 5px 0; /* Changed from 	margin: 5px 10px 5px 0; */
    list-style:none;
}
a.thumb{
    /*	padding: 2px;
*/
    display:block;
}
ul.thumbs li.selected a.thumb{
    /*	background: #000;
*/
}
a.thumb:focus,
a.thumb:hover{
    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.ui-button-text,
div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis{
    padding-left:0;
    padding-right:0;
    display:inline;
    text-align:center;
    /*    margin-right:2px;
    padding:2px 3px 2px 3px;
    border:1px solid #ccc;
    text-decoration:none;
*/
}
div.pagination button{
    display:inline;
    width:30px;
}
div.pagination a:hover{
    /*    background-color:#eee;
    text-decoration:none;*/
}
div.pagination span.current{
    font-weight:bold;
    /*    background-color:#eee;
*/
}
div.pagination span.ellipsis{
    /*    border:none;
    padding:2px 0 2px 2px;
*/
}