.tx-sksimplegallery-pi1 {
	width:		100%;
	font-size:		11px;
	
	margin-bottom:10px;
}
.tx-sksimplegallery-pi1 .singleview-title {
	display:		none;
}
.tx-sksimplegallery-pi1 .singleview-description {
}
.tx-sksimplegallery-pi1 .singleview-description P.bodytext {
}

.tx-sksimplegallery-pi1 .thumblist-scroll {
	width:		800px;
	height:		50px;
	/*overflow:		hidden;*/
}
.tx-sksimplegallery-pi1 .thumblist-scroll-left {
	width:		20px;
	height:		70px;
	float:		left;
	border:		0;
	position:		relative;
	top:		0px;
	left:		0px;
	margin:		0;
	float:		left;
}
.tx-sksimplegallery-pi1 .thumblist-scroll-left a {
	width:		20px;
	height:		70px;
	background-color:	#ACD5E4;
	border:		0;
	float:		left;
}
.tx-sksimplegallery-pi1 .thumblist-scroll-left a img {
	border:0;
	background-color:	#ACD5E4;
}
.tx-sksimplegallery-pi1 .thumblist-scroll-left a:hover img {
	background-color:	#3DA2C6;
}
.tx-sksimplegallery-pi1 .thumblist-scroll-right {
	width:		20px;
	height:		70px;
	float:		left;
	border:		0;
	position:		relative;
	top:		0px;
	left:		0px;
	margin:		0;
	float:		left;
}
.tx-sksimplegallery-pi1 .thumblist-scroll-right a {
	width:		20px;
	height:		70px;
	background-color:	#ACD5E4;
	border:		0;
	float:		left;
}
.tx-sksimplegallery-pi1 .thumblist-scroll-right a img {
	border:0;
	background-color:	#ACD5E4;
}
.tx-sksimplegallery-pi1 .thumblist-scroll-right a:hover img {
	background-color:	#3DA2C6;
}
.tx-sksimplegallery-pi1 .thumblist-scroll .thumblist-single {
	float:		left;
border:0;
margin-right:3px;
}
.tx-sksimplegallery-pi1 .thumblist-scroll .thumblist-single .thumblist-thumb {
border:0;
margin-left:5px;
margin-top:	5px;
}
.tx-sksimplegallery-pi1 .thumblist-scroll .thumblist-single .thumblist-thumb a img {
	filter:		alpha(opacity=100);
	opacity:		1.0;
	cursor:		pointer;
	border:		0px;
}
.tx-sksimplegallery-pi1 .thumblist-scroll .thumblist-single .thumblist-thumb a:hover img {
	filter:		alpha(opacity=100);
	opacity:		1.0;
	cursor:		pointer;
	border:		0px;
}

.tx-sksimplegallery-pi1 .thumblist-scroll  .thumblist-single .thumblist-thumbtitle {
	display:		none;
}
.tx-sksimplegallery-pi1 .thumblist-clear {
	clear:		both;
}


.tx-sksimplegallery-pi1 .singleone-singlepicture {
	float:		left;
	margin-right:	10px;
	width:		782px;
	background-color:	#CCCCCC;
	background-color:	#fff6d0;
	background-color:	#EEEEEE;
position:absolute;
top:0px;
z-index:1000;
}
.tx-sksimplegallery-pi1 .singleone-singletitle {
	font-weight:	bold;
	margin-bottom:	10px;
position:absolute;
top:0px;
left:782px;
z-index:1000;
background:#FFFFFF;
padding-left:5px;
}
.tx-sksimplegallery-pi1 .singleone-singledescription {
	font-weight:	normal;
position:absolute;
top:30px;
left:782px;
z-index:1000;
background:#FFFFFF;
padding-left:5px;
}
.tx-sksimplegallery-pi1 .singleone-singledescription P.bodytext {
	font-weight:	normal;
}

.tx-sksimplegallery-pi1 .backlink {
	display:		none;
}



	#dhtmlgoodies_slideshow{
		width:810px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:122px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		background-color: #FFF;
		
		/* CSS HACK */
		height: 124px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/122px;	/* Other browsers */
		height: /**/122px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:120px;
		left:20px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=100);
		opacity: 1.0;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}