div.contentGal {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: block;
	float: left;
/* 	width: 534px; 
 */
 	width: 65%; 
 	margin: 0 0 0 20px;
}

div.contentGal a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.contentGal a:focus, div.contentGal a:hover, div.contentGal a:active {
	text-decoration: underline;
}
div.controls {
}
div.controls a {
}

div.ss-controls {
}

div.nav-controls {
}

.btn_prev{
		position:absolute;
		top:100px;
		left:0;
		background:url('../images/btn_scrollLeft.png') no-repeat;
		width:40px;
		height:120px;
		opacity:0;
/* 		filter:Alpha(opacity=0)\0/; */
}

.btn_prev:hover, .btn_next:hover{
		opacity:1;
 		/* filter:Alpha(opacity=100)\0/; */
 		}

.btn_next{
		position:absolute;
		top:100px;
		right:0;
		background:url('../images/btn_scrollRight.png') no-repeat;
		width:40px;
		height:120px;
		opacity:0;
/* 		filter:Alpha(opacity=0)\0/;*/
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	/* margin-top: 20px; */
	background:#333;
	overflow:hidden;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 534px;
	height: 300px;	/* 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: 534px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left;
}
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;
}
.slideshow-container div.download {
	position:absolute;
	background:url('../images/btn_download.png') no-repeat;
	height:30px;
	width:180px;
	top: 0;
	left:190px;
	text-align:center;
	padding:8px;
	opacity:0;
/* 	filter:Alpha(opacity=0)\0/; */
}

.slideshow-container div.download:hover{
	opacity:0.8;
	/* filter:Alpha(opacity=80)\0/; */
}

.slideshow-container div.download a{
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	margin-left:10px;
	cursor:pointer;
}

.slideshow-container div.download a:hover{
	text-decoration:none;
}

div.caption-container {
	position:absolute;
	clear: left;
	height: auto;
	width:97%;
	/* width:500px; */
	background:#FFF;
	line-height: 22px;
	bottom:0;
	margin:0 8px 8px 8px;
	opacity:0;
	padding:7px;
/* 	filter:Alpha(opacity=0)\0/; */
}

div.caption-container:hover{
	opacity:0.7;
/* 	filter:Alpha(opacity=70)\0/; */
}

span.image-caption {
	display: block;
	position: absolute;
	width: 500px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-size: 30px;
	display:inline;
}
div.image-title span{
	color:#3366CC;
	font-weight: bold;
}

div.image-desc {
	line-height: 1.3em;
	width:80%;
	margin-left:10px;
	display:inline-block;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	float: right;
/* 	width: 210px; */
 	width: 30%; 
	opacity:1;
	position:relative;
/* 	margin:20px 10px 0 0; */
	height:300px;
	overflow:hidden;
}

div.scroll_up{
	width: 50px;
	background:url('../images/btn_scroll_up.png') no-repeat;
	height:12px;
	position:absolute;
	right:85px;
	cursor:pointer;
}



div.scroll_down{
	width: 50px;
	background:url('../images/btn_scroll_down.png') no-repeat;
	height:12px;
	right:85px;
	cursor:pointer;
	position:absolute;
	bottom:0;
	
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
/* 	margin-top: 0px; */
 }

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 5px 2px 0;
	list-style: none;
	width:100px;
	height:56px;
	overflow:hidden;
}

ul.thumbs li a:hover{
	opacity:1;
/* 	filter:Alpha(opacity=100)\0/; */
}

a.thumb {
	display: block;
	border: 1px solid #ccc;
	opacity:0.67;
/* 	filter:Alpha(opacity=67)\0/; */
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.top {
	height: 34px;
	width:205px;
	background:url('../images/bg_scroll_up.png') repeat-x;
	position:absolute;
	top:0;
	z-index:3;
}
div.bottom {
	height: 34px;
	width:205px;
	position:absolute;
	bottom:0;
	background:url('../images/bg_scroll.png')repeat-x;
}

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 {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

img{
height:auto;
max-width:100%;
}