#slider_container_1 { float: left; padding: 10px; width:235px;  background: #000000; -moz-border-radius: 10px 10px; -webkit-border-radius: 10px 10px; border-radius: 10px 10px; }

#SliderName{
	width: 235px;
	height: 300px;
	margin: auto;
}

.SliderNamePrev{
	background:url(/2013/images/arrows.png) no-repeat;
	width:35px;
	height:65px;
	display: block;
	position: absolute;
	top:70px;
	left:0;
	text-decoration: none;
}

.SliderNameNext{
	background:url(/2013/images/arrows.png) no-repeat;
	background-position:-35px 0;
	width:35px;
	height:65px;
	display: block;
	position: absolute;
	top:70px;
	right:0;
	text-decoration: none;
}

.SliderNameDescription{
	text-align: center;
	padding: 5px;
	margin-bottom:-50px;
       width:195px;
	color:#FFF;
}

#SliderNameNavigation { margin: 10px 0 0 0; padding-top: 15px; height: 15px; text-align: center; -moz-border-radius: 6px 6px; background: #fff; }

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
	margin: 0 2px;
	background: url(../img/nav.gif) no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	padding: 12px;
	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;
}