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: left;
	width: 550px;
	margin:-100px 0 0 -15px;
}
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 {
	height: 23px;
	margin-left:-95px;
	margin-bottom:16px;
	position:absolute;
	bottom:0;
	z-index:9999;
	width:56px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: left;
}
div.nav-controls1 {
	float: left;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 150px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px;
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:719px;
	margin-left:45px;
}
div.slideshow a.advance-link {
	display: block;
	width: 719px;
	text-align: center;
	margin:75px 0 0 0;
}
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;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px 12px 12px 0;
	position:relative;
	margin-left:29px;
}
div.image-title {
	font-weight: bold;
	background:url(../images/titleIdBg.png) no-repeat;
	width:148px;
	height:29px;
	z-index:9;
	padding:4px 0 0 10px;
	color:#fff;
	font-size:12px; font-weight:bold;
}
div.image-desc {
	margin:260px 8px 0 0;
	padding:9px 15px 0;
	background:#2d1913;
	float:right;
	height:33px;
	width:210px;
	font-size:20px; font-weight:bold; color:#fff;
}
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;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb, a.viewall {
	padding: 2px;
	display: block;
}
ul.view{width:63px; height:61px; float:right; margin-right:20px; margin-top:6px;}
ul.thumbs li.selected a.thumb {
	background: #000;
}

ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	width:70px;
	margin-right:5px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 30px;
	float:right;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	margin-right: 2px;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.prev{background:url(../images/leftArrow.png) no-repeat; width:18px; height:19px; display:block; float:left}
.next{background:url(../images/rightArrow.png) no-repeat; width:18px; height:19px; display:block; float:left}


/*inner page*/


ul.thumbsIn {
	margin: 0;
	padding: 0;
	float:right;
}
ul.thumbsIn li {
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

ul.thumbsIn li a.thumb{border:0; padding:0; display:inline;}
ul.thumbsIn li.selected a.thumb {
	/* background: #000; padding:1px;border:1px solid #999;*/  height:60px; display:inline;
}
div#galleryBox {
	padding: 0px;
	height:415px;
	 position:relative; z-index:9999;
}

div.galleryBox {
	padding: 0px;
	height:415px;
	 position:relative; z-index:9999;
}

a.nextBtn{background:url(../images/nextBtnArrow.gif) no-repeat; height:26px; width:24px; display:block; float:right; position:relative; z-index:9999;}
a.nextBtn:hover{background:url(../images/nextBtnArrowHover.gif) no-repeat; height:26px; width:24px; display:block; float:right}
a.prevBtn{background:url(../images/prevBtnArrow.gif) no-repeat; height:26px; width:24px; display:block; float:left;  position:relative; z-index:9999;}
a.prevBtn:hover{background:url(../images/prevBtnArrowHover.gif) no-repeat; height:26px; width:24px; display:block; float:left;}