.SliderName { float: left; width: 910px; height: 300px; overflow: hidden; border:solid 1px #cfcfcf; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }




.SliderNamePrev {
	background: url(../img/left.png) no-repeat left center;
	width: 50px;
	height: 261px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;

}

.SliderNameNext {
	background: url(../img/right.png) no-repeat right center;
	width: 50px;
	height: 261px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none; 
		
}

.SliderNameDescription {
	padding: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;

}

#SliderNameNavigation { height: 22px; text-align: center; margin-top:3px;  }

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}
#SliderNameNavigation a img
{
	border: none;
	width: 22px;
	height: 22px;
	background:url(../img/bullet.png) no-repeat center center;
}

#SliderNameNavigation a.active img
{
	background: url(../img/bullet_active.png) no-repeat center center;
}

