.c { clear: both; }

#wrapper { margin: 0 auto; width: 100%; }
            
#slider_container_2 { 
    float: left; 
    width: 100%; 
    height: 315px;
}

.SliderName_2 {
	float: left;
	width: 100%;
	height: 315px;
	overflow: hidden;
}

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

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

.SliderName_2Description {
	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_2 { 
    height: 21px; 
    padding-top: 5px;
    text-align: center; 
    overflow-y: hidden;
    background: rgb(253,210,22); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(253,210,22,1) 0%, rgba(249,193,18,1) 32%, rgba(241,167,7,1) 68%, rgba(232,139,2,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,210,22,1)), color-stop(32%,rgba(249,193,18,1)), color-stop(68%,rgba(241,167,7,1)), color-stop(100%,rgba(232,139,2,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(253,210,22,1) 0%,rgba(249,193,18,1) 32%,rgba(241,167,7,1) 68%,rgba(232,139,2,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(253,210,22,1) 0%,rgba(249,193,18,1) 32%,rgba(241,167,7,1) 68%,rgba(232,139,2,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(253,210,22,1) 0%,rgba(249,193,18,1) 32%,rgba(241,167,7,1) 68%,rgba(232,139,2,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(253,210,22,1) 0%,rgba(249,193,18,1) 32%,rgba(241,167,7,1) 68%,rgba(232,139,2,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd216', endColorstr='#e88b02',GradientType=0 ); /* IE6-9 */
width: 95px;
margin: 0 auto;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#SliderNameNavigation_2 a img
{
	border: none;
	width: 16px;
	height: 16px;
	background: url(../img/bullet.png) no-repeat center center;
}

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