#SlideShow
{
	position: relative;
}

#SlideShow ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#SlideShow ul#SlidesCanvas
{
	background: #d3d3d3;
	width: 315px;
	height: 205px;
}

#SlideShow ul#SlidesCanvas li img
{
	display: none;
}

#SlideShow ul#SlidesNavigator
{
	position: absolute;
	top: 10px;
	left: 5px;
}
#SlideShow ul#SlidesNavigator li
{
	height: 16px;
	width: 16px;
}
#SlideShow ul#SlidesNavigator li.pages
{
	/* background: transparent url(../Images/SlideShow1/bb.png) no-repeat; */
	cursor: pointer;
	margin-bottom: 3px;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 5px;
	
}
/*li.page1{background: transparent url(../Images/SlideShow1/b1.png) no-repeat;}
li.page2{background: transparent url(../Images/SlideShow1/b2.png) no-repeat;}
li.page3{background: transparent url(../Images/SlideShow1/b3.png) no-repeat;}
li.page4{background: transparent url(../Images/SlideShow1/b4.png) no-repeat;}
li.page5{background: transparent url(../Images/SlideShow1/b5.png) no-repeat;}
li.page6{background: transparent url(../Images/SlideShow1/b6.png) no-repeat;}

li.selectedIndex1{background: transparent url(../Images/SlideShow1/b1.png) no-repeat;}
li.selectedIndex1{background: transparent url(../Images/SlideShow1/b2.png) no-repeat;}
li.selectedIndex1{background: transparent url(../Images/SlideShow1/b3.png) no-repeat;}
li.selectedIndex1{background: transparent url(../Images/SlideShow1/b4.png) no-repeat;}
li.selectedIndex1{background: transparent url(../Images/SlideShow1/b5.png) no-repeat;}
li.selectedIndex1{background: transparent url(../Images/SlideShow1/b6.png) no-repeat;}*/

#SlideShow ul#SlidesNavigator li.selectedIndex
{
	/* background: transparent url(../Images/SlideShow1/bs.png) no-repeat; */
	color: #000;
	/*background-color: #e4e4e4;*/
}