body {
}

div.content {
	width: 750px;
	height: 490px;
	display: inline-block;
	float: left;		/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
}


div.slideshow-container {
	height: 490px;
	width: 750px;
	position: relative;
	clear: both;
	background-color: #CCC;
	overflow: hidden;
}

div.slideshow {
	text-align: center;
	width: 750px;
	float: left;
	height: 490px;
}

div.slideshow span.image-wrapper {
	display: block;
	position: relative;
}


div.slideshow a.advance-link:hover {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

div.slideshow img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}


div.loader {
	position: absolute;
	top: 0;
	left: 0px;
	background-image: url(Graphics/large-loader.gif)
.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 750px;
	height: 490px;
	float: left;	/* This should be set to be at least the height of the largest image in the slideshow */
	background-image: url(Graphics/ajax-loader(3)
.gif);
	background-image: url(Graphics/loader2.gif);
}



div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	
}

div.slideshownav {
	height: 50px;
	width: 390px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;

}


div.project_name_container {
	height: 50px;
	width: 310px;
	margin-top: 10px;
	margin-left: 10px;
	float: right;
	margin-right: 20px;
}

div.project_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: right;
}

div.slideshow_info_container {
	background-color: #333;
	float: left;
	height: 67px;
	width: 750px;
	margin-top: 5px;
}


#info_btn:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
	display: block;
	color: #FFF;
	font-size: 12px;
	background-color: #333;
}

ul.thumbs {
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul.thumbs li {
	float: left;
	list-style: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
	height: 10px;
	width: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a.thumb {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 10px;
}


ul.thumbs li.selected #square_btn  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
	background-color: #FFF;
}
ul.thumbs li.selected #info_btn  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}

a.thumb:focus {
	outline: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.thumbs img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#wrapper {
	display: inline-block;
}


span.image-caption {
	display: block;
	position: absolute;
	width: 750px;
	top: 0;
	left: 0;
	height: 490px;
}

div.caption-container {
	position: absolute;
	clear: left;
	height: 490px;
	width: 750px;
	left: 0px;
	top: 0px;
}

div.caption {
	height: 490px;
	width: 750px;
	top: 0px;
	position: absolute;
	z-index: 2;
	background-color: #666;
	left: 0px;
}



ul.info-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	list-style-type: none;
	/*line-height: 30px;*/
	vertical-align: middle;
	top: 100px;
	
	width: 100px;
	position: absolute;
	left: 20px;
	padding: 0px;
	font-weight: bold;
	
}

ul.info-middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	width: 140px;
	list-style-type: none;
	/*line-height: 30px;*/
	left: 135px;
	top: 100px;
	position: absolute;
	text-indent: 0px;
	padding: 0px;
}
ul.info-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	line-height: 20px;
	width: 380px;
	position: absolute;
	left: 285px;
	top: 100px;
	padding: 0px;
	height: 300px;
	overflow:auto;
}
