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;
	margin-right: 11px;
	width: 380px; 
	height: 450px;/*470*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif, '小塚ゴシックPro', 'Meiryo UI', 'メイリオ';
	/*border: 1px solid blue;*/
}
div.navigation {
}
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 { /*THIS IS THE PLAY/PAUSE & PREV/NEXT INDICATOR ON THE RIGHT*/
	margin: 20px 0 50px 0;
	height: 23px;
	padding: 0 45px;
   /*border: 1px solid green;*/
}
div.controls a {
	padding: 5px;
	vertical-align: center;
}
div.controls .slidePlay{
	background: url(../img/play.png) no-repeat left center;
	/*height: 20px;
	border: 1px solid red;*/
	padding: 0 0 0 23px;
}
div.controls .slidePause{
	background: url(../img/pause.png) no-repeat left center;
	/*height: 20px;
	border: 1px solid red;*/
	padding: 0 0 0 23px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	margin: 90px 38px;
	padding: 0;
	width: 305px;
	height: 230px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	/*border: 1px solid green;*/
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 304px;
	height: 250px; /* 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: 304px;
	height: 288px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 0px; /* 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;
	/*border: 1px solid #ccc;*/ /*THIS IS TO ERASE BORDER LINE ON IMAGES ON THE RIGHT*/
}
/********************************/
/* BELOW IS THE CAPTION SECTION */
/********************************/
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 304px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
/********************************/
/********************************/

div.navigation {
	margin: 0px 10px;
	/*border: 1px solid purple;*/
	/* 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;
	width: 390px; /*THIS IS TO CHANGE THE WIDTH OF SMALL IMG GALLERY SECTION ON THE LEFT*/
	height: 410px;
	padding: 2px 5px 0 10px;
	margin: 3px 0px -8px 7px;
	border: 1px dotted #8B6565;
	/*border: 1px solid yellow*/
	box-shadow: 2px 2px 5px gray;
	border-radius: 15px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	padding: 0 10px;
}
div.navigation div.top {
	margin-bottom: 12px;
	/*border: 1px solid purple;*/
}
div.navigation div.bottom {
	margin-top: 12px;
	/*border: 1px solid purple;*/
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	height: 18px;
	float: left;
	margin: -1px 2px 4px 2px;
	/*padding: 4px 7px 2px 7px;*/
	padding: 0 7px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: x-small;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
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;
}
