
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	/*border: 1px solid #ccc;*/
	width: 362px;
	height: 362px;
	position: relative;
	top: 0px;
	left: 0px;
	_left: -12px;
}

#thumbnails ul{list-style-type: none; margin:0; padding:0; }

.loading {
	background: url(img/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current .slideshowThumbnail img {
border: 1px solid #ad8a60;
padding: 4px;
}

.selected .slideshowThumbnail img{
border: 1px solid #ad8a60;
padding: 4px;
}

#thumbnails{ width: 540px; float: left; }
#thumbnails img { width: 98px; margin-top: 10px; z-index: 0; }
.newitem{
	position: absolute;
	z-index: 100;
	background: transparent url(../img/newitem.png) no-repeat left 6px;
	width: 34px;	
	height: 40px;	
}

.thumbnail{ float: left; }
.thumbnail span{ font-size: 0.85em; margin: 0 0 8px 4px; }

#myText{ 
	margin: 20px 0 0 16px; 
	width: 338px;
	border: 1px dashed #ad8a60;  
	padding: 8px 0 8px 12px;
	line-height: 1.75em; 
	color: #512d0e; 
}

#myText span span{ font-weight: bold; }
#myText span span span{ color: #67a43b; background-color: #f2f174; padding: 0 2px; }

/*************************************************************/

div.pagination {
	clear: both;
	margin-left:5px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}

.bottom {
	margin-top: 20px;
}

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: #871521;
	border-color: #871521;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}


div.controls {
	margin-top: 5px;
	height: 23px;
	margin-left:5px;
}

.play { 
	font-weight: bold;
	background-color: #871521;
	border-color: #871521;
	color: #fff !important;
}

.pause { 
	font-weight: bold;
	background-color: #871521;
	border-color: #871521;
	color: #fff !important;
}

div.controls a:hover {
	background-color: #eee;
	text-decoration: none;
	color: #000 !important;
}
div.controls a {
	padding: 5px;
	border: 1px solid #ccc;
	margin:5px;
}
div.ss-controls {
	float: right;

}
div.nav-controls {
	float: right;
}
