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

	SlideShow
	v 1.3

**************************************************************/
#iPhone img {
	outline:none;
	border:0px;
}

#slideshowContainerPos, #ssPlaceholder {
	position:absolute;
	z-index:10;
	height:240px;
	width:160px;
	top:140px;
	left:22px;
}

#ssPlaceholder a {
	cursor:default;
}

#slideshowContainer {
	width:160px;
	height:240px;	
}
#slideshowContainer img{
	width:160px;
	height:240px;	
}
.loading {
	background: url(images/spacer.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	padding:0;
	margin:3px 1px 0px 0px
}

a:hover.slideshowThumbnail img {
	/*border: 1px solid #ccc;
	padding:0;
	background-color:#f00;*/
}

.current img {
	padding:0;

}

.outline {
	z-index: 20;
	position: absolute;
	background-image:url(images/dot_filled.gif);
}

#thumbnails {
	position:absolute;
	float: left;
	z-index:50;
	height: 30px;
	top:460px;
	left:70px;
	z-index:15;
	width:100px;
}

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

