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

	SlideShow
	v 1.3

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

div#container {
  width:348px;
}

.slideshowContainer {
	border: 1px solid #333333;
	width: 346px;
	height: 260px;
	margin-bottom: 5px;
}

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

.slideshowThumbnail {
	outline: none;
}

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

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

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid #CCCCCC;
	z-index: 0;
	position: absolute;
}

div#functions {
  margin-top:12px;
  margin-bottom:12px;
  width:348px;
}

#functions * {
  font-size:10px;
  text-transform:uppercase;
  color:#666666;
}

div#functions a { color:#666666; text-decoration:none; }
div#functions a:visited { color:#666666; text-decoration:none; }
div#functions a:active { color:#666666; text-decoration:none; }
div#functions a:hover { color:#666666; text-decoration:underline; }

#thumbnails {
 margin-left:4px;
 width:348px;
	/*width: 130px;
	float: left;*/
}

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

