#SlideShow {
	height:180px;
}

#SlideShow ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#SlideShow li {
	display: none;
	position:absolute;
	margin:0;
	padding:0;

}

#SlideShow img{
	border: 1px solid #999999;

}

#SlideShowBorder{
	padding: 5px;
	border: 1px solid #999999;
	width:250px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#SlideShowControls {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 11px;
	vertical-align: middle;
}
#SlideShowControls a:link, #SlideShowControls a:visited {
	text-decoration: none;
	font-size: 9px;
}

div.clearer {
	line-height: 0px;
	clear: left;
	height: 0px;
}#SlideShowCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding-bottom: 5px;
}

/* SideSlideShow
--------------------------------------------------------- */
._____________________________SideSlideShow {}

#LeftSideDiv #SlideShow {
	height:300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#LeftSideDiv #SlideShow ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#LeftSideDiv #SlideShow li {
	display: none;
	position:absolute;
	margin:0;
	padding:0;

}

#LeftSideDiv #SlideShow img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#LeftSideDiv #SlideShowBorder{
	padding: 0px;
	width:250px;
	margin: 0px;

}




