#gallery-pane {
	width:700px;
	height:400px;
	background:#D7D7D7; 
	margin-top:8px;
	margin-left:auto; margin-right:auto;
  background-image:url(../../img/main/languagebox.gif); background-position:right; background-repeat:repeat-y;
	border:1px solid gray;
}

#gallery-pane 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;
	/*width: 550px;*/
	width:450px;
	margin-top:16px;
	margin-left: 0px;
	margin-right: 20px;	
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
}
#gallery-pane div.content a, #gallery-pane div.navigation a {
	text-decoration: none;
	color: #777;
}
#gallery-pane div.content a:focus, #gallery-pane div.content a:hover, #gallery-pane div.content a:active {
	text-decoration: underline;
}
#gallery-pane div.controls {
	margin-top: 5px;
	height: 23px;
}
#gallery-pane div.controls a {
	padding: 5px;
}
#gallery-pane div.ss-controls {
	float: left;
}
#gallery-pane div.nav-controls {
	float: right;
}
#gallery-pane div.slideshow-container {
	position: relative;
	clear: both;
	/*height: 502px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
	height: 500px;
}
#gallery-pane div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	/*width: 550px;*/
	/*height: 502px;*/ /* This should be set to be at least the height of the largest image in the slideshow */

	width: 450px;	
	height: 402px;
}
#gallery-pane div.slideshow {

}
#gallery-pane div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;
}
#gallery-pane div.slideshow a.advance-link {
	display: block;
	/*width: 550px;*/
	/*height: 502px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 502px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	
/*	width: 450px;	
	height: 402px;
	line-height: 402px;	
*/	
	margin-left:auto; margin-right:auto;	
	padding: 6px;
	border: 1px solid #ccc;
	background:white;
	
}
#gallery-pane div.slideshow a.advance-link:hover, #gallery-pane div.slideshow a.advance-link:active, #gallery-pane div.slideshow a.advance-link:visited {
	text-decoration: none;
}
#gallery-pane div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
	max-width:400px;
	max-height:400px;
}
#gallery-pane div.download {
	float: right;
}
#gallery-pane div.caption-container {
	position: relative; top:35px;
	clear: left;
	height: 75px;
	/*clear: both;	*/
	
/*	top: 20px;
	left: 30px;
*/

width: 410px;
text-align:center;
height: 33px;
background-color:#999999;
  background-image:url(../../img/main/languagebox.gif); background-position:left -20px; background-repeat:repeat-y; 
margin-left:5px;
margin-top:4px;
padding-top:13px;
padding-left:0px;
border-color:#333333;
border-top-style:none;
border-left-width:0px;

	
}
#gallery-pane span.image-caption {
	display: block;
	position: absolute;
	/*width: 550px;*/
	width: 450px;
	top: 0;
	left: 0;
}
#gallery-pane div.caption {
	padding: 12px;
	position: relative;
}
#gallery-pane div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
#gallery-pane div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
#gallery-pane div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#gallery-pane ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#gallery-pane ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
#gallery-pane a.thumb {
	display: block;
	padding: 4px;
	border: 1px solid #ccc;
	background:white;
}
#gallery-pane a.thumb:hover {
	border: 1px solid #ffcc33;
}
#gallery-pane ul.thumbs li.selected a.thumb {
	border: 1px solid #ffcc33;
}
#gallery-pane a.thumb:focus {
	outline: none;
}
#gallery-pane ul.thumbs img {
	border: none;
	display: block;
}
#gallery-pane div.pagination {
	clear: both;
}
#gallery-pane div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
#gallery-pane div.navigation div.bottom {
	margin-top: 12px;
}
#gallery-pane div.pagination a, #gallery-pane div.pagination span.current, #gallery-pane div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	font-size:0.8em;
}
#gallery-pane div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#gallery-pane div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-size:0.8em;
}
#gallery-pane div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
