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;
	margin-left:198px;
	width: 970px; 
	}
	
	
div.cv_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;
	margin-left: 264px;
	width: 770px; 
	}
	
	
	
div.photo-index {
    float: left;
	position: relative;
	bottom: 0;
	left: 0;
	padding: 0 3px;
	color: #333;
}

/* for content2*/

div.content2 a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.conten2t a:focus, div.content2 a:hover, div.content2 a:active {
	text-decoration: #333;
}


/* for content2-ends*/

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: #333;
}

div.controls {
	margin: 0;
	}

div.controls a {
	padding-right: 8px;
}

div.controls a:hover {
	color: #000000;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: left;
}

div.caption-container {
	float: left;
	position: relative;
	top:0;
	left:66px;
	width: 150px;
}


div.slideshow-container {
        overflow: invisible;
	top: 100px;
	position: absolute;
	margin-left:65px;
	width: 770px;
	height: 510px; 
}

div.loader {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 760px;
	height: 510px; }

div.slideshow-container2 {
       overflow: invisible;
	top: 30px;
        left: 264px;
	position: relative;
	width: 700px;
	height: 1050px;
}

div.slideshow-container2 .slideshow2 img{ border: 1px solid #999;}




div.loader2 {
	position: absolute;
        
	top: 0px;
	left: 0px;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 670px;
	height: 900px; }




div.slideshow { }
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 770px;
	height: 510px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 5px; /* 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;
	border: none;
}

div.slideshow2 { }
div.slideshow2 span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow2 a.advance-link {

	top: 0px;
	left: 0px;
	display: block;
	width: 670px;
	height: 900px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow2 a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow2 a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: none;
}
div.download {
	float: right;
}
div.caption-container {
    float: left;
	position: relative;
	clear: both;
	height: 45px;
}
span.image-caption {
	display: block;
	float:left;
	position: relative;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px 0 0 3px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.2em;
}
div.image-desc {
	line-height: 1em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}


ul.thumbs {
    position:absolute;
    top: 620px;
    width: 760px;
	clear: both;
	margin-left: 265px;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 8px 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;
}

/* Publication Thumbs starts */



ul#thumbs2 {
     display:none;
     position:absolute;
     width: 95px;
	
	left: 105px;
	top: 124px;
	padding: 0;
}

ul#thumbs2.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 8px 5px 0;
	list-style: none;
}
#thumbs2 a.thumbs {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul#thumbs2 li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

/* Publication Thumbs ends */

div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
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;
}