/* ----SlideShow----*/

.slideShow{
	position:relative;
	float:left;
	overflow:hidden;
	direction:ltr;
	width:680px;
	margin-bottom:10px;
	height:330px;
	background:#777;
	}

		.faded, .faded a {
			color: #B2B2B2 !important;
		}
		.prev{ background:none;}


		.slideShow .navigation {
			margin:0;
			padding:0;
			top:310px;
			position:absolute;
			left:30px;
		}
		.slideShow .navigation li {
			float:left;
			margin:0 10px 0 0;
			list-style:none;
			clear:none;
			}
		.slideShow .navigation a {
			width:12px;
			height:12px;
			display:block;
			background:url(../images/sliderBulletOff.png) no-repeat center center;
			text-indent:-100000px;	}
		.slideShow ul.topNavigation {
			margin: 0px 0px 40px 0px;
		}
		.slideShow .navigation a:hover, .slideShow .navigation a.selected {
			background:url(../images/sliderBulletOn.png) no-repeat center center ;
		}
		.slideShow .navigation a.prev{  background: url(../images/sliderLeft.png) no-repeat left;}
		.slideShow .navigation a.next{ background: url(../images/sliderRight.png) no-repeat right;}
		
