@charset "UTF-8";
/* CSS Document */


div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:550px;
}
/*
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 {
	margin:5px auto;
	height: 23px;
	width:90%;
}
div.controls a {
	padding: 5px;
	color:#7e7e7e; 
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:0.7em;
}

div.controls a:hover { text-decoration:underline; }


div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
	margin-right:20px;
}

div.loader {
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
/*
div.slideshow img {
	border: none;
	display: block;
}
*/
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	text-align: center;
	padding-bottom: 12px;
	display: block;
	margin: auto;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	margin:0 0 0 65px;
}
ul.thumbs li {
	float: left;
	padding: 10px;
	width:93px;
	margin:0;
	list-style: none;
	text-align: center;
}

/*
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
*/

/*
ul.thumbs li.selected a.thumb {
	background: #000;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
*/
#gallery { margin-right:35px; }

#gallery img, #thumbs img, #folders img
{
	background:#fff url(images/shadow.gif) no-repeat right bottom;
	padding:8px;
	border: none;	
	border:#ccc 1px solid;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=8, Direction=0),
           progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=8, Direction=90),
           progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=8, Direction=180),
           progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=8, Direction=270);
	-moz-box-shadow: 0 0 8px #aaa; -webkit-box-shadow: 0 0 8px #aaa; box-shadow: 0 0 8px #aaa;	
}

a.advance-link:focus, a.thumb:focus {
	outline: none;
}

#folders ul.thumbs li {
	display:block;
	height:120px;
	margin:10px;
	width:105px;
}

div.pagination {
	clear: both;
	margin-left:50px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.5em;
	color:#000;
}
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;
}

a.next {
width:25px;
display:inline-block;
background:url(images/slide/controls/slideshow_button_next.jpg) 50% 0 no-repeat;
}

a.prev {
width:25px;
display:inline-block;
background:url(images/slide/controls/slideshow_button_prev.jpg) 50% 0 no-repeat;
}

a.pause {
width:15px;
display:inline-block;
background:url(images/slide/controls/slideshow_button_pause.jpg) 50% 0 no-repeat;
}

a.play {
width:15px;
display:inline-block;
background:url(images/slide/controls/slideshow_button_play.jpg) 50% 0 no-repeat;
} 

div.nav-controls a:hover, div.ss-controls a:hover {

text-decoration:none;

}

p.santana { text-align:right; }

p.santana a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.5em;
	color:#ccc;	
}