/* I apologize for a really messy implementaiton of the wonderful jquery galleriffic plugin.  Please don't use my implementation as an example.  If I wanted to take more time about it, I would have extended the plugin properly instead of hacking it up a fair amount*/

.top{
top:0;
position:relative;
display:none;
}

div.pagination {
clear:none;
float:left;
position:absolute;
top:42px;
}


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:left;
	/*...change width to fit column...*/
	
}

.galleryWrap{
height:555px;
}	

#gallery, #gallery1{
clear:none;
display:block;
float:right;
position:relative;
width:764px;
z-index:4;
padding:10px;
}


div.galleryWrap a, div.navigation a {
	text-decoration: none;
	color: #777;
	outline:none;
	border:none;
}
/*div.galleryWrap  a:focus, div.galleryWrap  a:hover, div.galleryWrap  a:active {
/*...kill the damn underline...
	text-decoration: underline;
	
text-decoration: none;
color:#33CC33;
border:none;
outline:none;


}*/
div.controls {
left:1px;
text-align:center;
top:0;
z-index:200;
top:0;
position:absolute;

}
div.controls a {
	padding: 5px;
}
.ss-controls {
left:43px;
padding:2px 4px;
text-align:center;
filter:alpha(opacity=30);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
position:absolute;
}

div.nav-controls {
height:0;
width:124px;
position:absolute;
}


.navPrev{
float:left;
margin-left:10px;
filter:alpha(opacity=30);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}
.navNext{
float:right;
filter:alpha(opacity=30);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}

div.slideshow {
}
div.slideshow span.image-wrapper {
/*...move images to right not left...*/
	float: right;
	/*????
	padding-bottom: 12px;*/
}
div.slideshow a.advance-link {
/*...kill padding?...
	padding: 2px;*/
	display: block;
	/*...kill the border...
	border: 1px solid #ccc;*/
	border:none;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
/*...change up this style...	
	clear: both;
*/
	border: 1px solid #ccc;
	color:#42403D;
	background-color: #eee;
	padding: 12px;
	clear:both;
	padding:4px 0 4px 10px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	margin:0 0 10px 1px;
	height:42px;

}

.image-quote{
float:right;
width:100%;
height:40px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	/*...dont show title...*/
	display:none;
}

div.image-desc {
/*...zero out - do this in the embox 'caption' style...
	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. */
}
/*...dont show thumbnails...
#thumbs, #thumbs2{
display:none;
}
*/

#thumbs{
clear:none;
float:left;
margin:0 0 0 3px;
padding:0;
position:relative;
width:510px;
z-index:10;
}

ul.thumbs {
	clear:none;
left:487px;
margin:0;
top:70px;
padding:0;
position:absolute;

}
ul.thumbs li {
/*
	float: left;*/
	background:none;
	
	padding: 0;
	margin: 0 10px 8px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
/*
	background: #000;*/
	background:none;
}
a.thumb:focus {
	outline: none;
}
div.controls img {
	border: none;
	display: block;
	width:40px;

}

ul.thumbs img{
	border: none;
	display: block;
	width:111px;
	height:111px;
	
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation{
clear:none;
float:left;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin: 0 1px;
	/*padding: 4px 7px 2px 7px;*/
	padding: 2px;
	/*border: 1px solid #444;*/
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}