
UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
LI
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
#PicSlide
{
	position: relative;
	left:0px;
	top:0px;
}
#PicSlide .Slides
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	overflow: hidden;
	padding-top: 0px;
	list-style-type: none;
	height: 215px;
}
#PicSlide .Slides LI
{
	float: right;
	width: 296px;
	height: 215px;
}
#PicSlide .Slides IMG
{
	border-top-width: 0px;
	display: block;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}
#PicSlide .SlideTriggers
{
    z-index: 10;
    margin: auto;
    list-style-type: none;
    position: absolute;
    height: 10px;
    bottom: 0px;
    right: 0px;
    margin-bottom:0px;
    height:18px;

}
#PicSlide .SlideTriggers LI
{
	display: inline;
	font-size: 0.9em;
	background: url(../images/numBg_out.gif) no-repeat center center;
	float: left;
	margin: 0px 0px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	color: #000;
	font-family: Arial;
	text-align: center;
}
#PicSlide .SlideTriggers LI.Current
{
	border-top-width: 0px;
	font-weight: bold;
	border-left-width: 0px;
	background: url(../images/numBg_on.gif) no-repeat center center;
	border-bottom-width: 0px;
	color:#fff;
	border-right-width: 0px;
}

