div.gallery_content {
	/* 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: 604px; 
	height: 610px;
	border: 3px #000000 solid;
}


div.small_gallery_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: 404px; 
	height: 410px;
}



div.gallery_content a, div.navigation a {
	text-decoration: none;
	color: #777;
}

div.slideshow_link{
	float: right; 
	margin-top: 10px; 
	font-size: 14px;
	height: 20px;
	width: 130px;
	text-align: center;
	border: #ff0000 0px solid;
}

div.slideshow_link a  {
	text-decoration: underline;
	color: #0000ff;
	cursor: pointer;
}

div.slideshow_link a:hover {
	color: #ff0000;
}

div.gallery_content a:focus, div.gallery_content a:hover, div.gallery_content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 604px; /* This should be set to be at least the height of the largest image in the slideshow */
	border: 1px #ccc solid;
}

div.small-slideshow-container {
	position: relative;
	clear: both;
	width: 404px;
	margin-left: auto;
	margin-right: auto;
	height: 404px; /* This should be set to be at least the height of the largest image in the slideshow */
	border: 1px #ccc solid;
}

div.loader {
/*	position: absolute;
	top: 0;
	left: 0; */
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	border: 0px #ff0000 solid;
}
div.slideshow {
	
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 598px;
	height: 598px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 602px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	border: 0px #00ff00 solid;
}
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;
}
div.download {
	float: right;
	margin-top: 20px; 
	font-size: 14px;
	height: 30px;
	
}

div.download a  {
	text-decoration: underline;
	color: #0000ff;
	cursor: pointer;
}

div.download a:hover {
	color: #ff0000;
}


div.caption-container {
	position: relative;
	/*clear: left;*/
	height: 30px;
	border: 2px solid #ff0000;
	
}
span.image-caption {
	
	display: block;
	
	position: absolute;
	/*width: 600px;*/
	top: 0;
	left: 0;
}
div.caption {
	/*padding: 12px;*/
	font-size: 12px;
	padding-top: 0px;
}
div.image-title {
	font-size: 12px;
	/*font-weight: bold;
	font-size: 1.4em;*/
}
div.image-desc {
	/*line-height: 1.3em;
	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 {
	clear: both;
	margin: 0;
	padding: 0;
	width: 80px;
	
	border: 0px #000000 solid;
}



ul.thumbs li {
	/*float: left;*/
	padding: 0;
	width: 86px;
	margin: 5px 5px 5px 0;
	list-style: none;
	border: 0px #000000 solid;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	width: 80px;
	
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	height: 80px;
	width: 80px;
	
}


/* -------------------- */
ul.small_thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	width: 110px;
	
	border: 0px #000000 solid;
}



ul.small_thumbs li {
	/*float: left;*/
	padding: 0;
	width: 106px;
	margin: 5px 10px 5px 0;
	list-style: none;
	border: 0px #000000 solid;
}
a.small_thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	width: 80px;
	
}
ul.small_thumbs li.selected a.thumb {
	background: #000;
}
a.small_thumb:focus {
	outline: none;
}
ul.small_thumbs img {
	border: none;
	display: block;
	height: 80px;
	width: 80px;
	
}

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;
}


.close_link a {
float: right;  
width : 130px; 
height : 30px;
display: block;
text-decoration: underline;
color: #0000ff;
cursor: pointer;
border: #00ff00 0px solid;
background-image : url(/GiftExCentos/images/close_icon.jpg);
background-repeat: no-repeat;
} 

.close_link a:hover {
float: right;  
width : 130px; 
height : 30px;
display: block;
color: #ff0000;
background-image : url(/GiftExCentos/images/hover_close_icon.jpg);
background-repeat: no-repeat;

}



.view_original  {
	float: right;  
	width : 400px; 
	height : 30px;
	text-align: right;
	dispaly: block;
	color: #0000ff;
} 
.view_original a {


	text-decoration: underline;
	color: #0000ff;
	cursor: pointer;
} 

.view_original a:hover {
	color:  #fb8410;
	text-decoration: underline;
} 


