#promo_container {border:0px solid #cccccc; border-radius:5px; width:265px; }

#SliderName{
	/*width: 640px;*/
	width: 268px;
	/*height: 300px;*/
	/*height: 301px;*/
	margin: auto;
}

#SliderName img
{
     border-radius:5px;
}

.SliderNamePrev{
	background: url(../img/left.gif) no-repeat center center;
	width: 24px;
	height: 24px;
	display: none;
	position: absolute;
	top: 138px;
	left: 10px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(../img/right.gif) no-repeat center center;
	width: 24px;
	height: 24px;
	display: none;
	position: absolute;
	top: 138px;
	right: 10px;
	text-decoration: none;
}

.SliderNameDescription{
	font-family:"Myriad Pro";
	font-size: 12px;
	text-align: center;
	
}

#SliderNameNavigation { margin: 0px 0 0 0; padding-top: 0px; height:0px; text-align: center; background: #fff; }

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
	margin: 0 0px;
	background: url(/img/nav.gif) no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	text-decoration: none;
}

#SliderNameNavigation a.active:link, #SliderNameNavigation a.active:active, #SliderNameNavigation a.active:visited, #SliderNameNavigation a.active:hover{
	background: url(/img/nav_active.gif) no-repeat center center;
}