#slider_container_2 { float: left;width: 810px;height: 800px;}

.SliderName_2 {
	float: left;
	width: 810px;
	height: 800px;
	overflow: hidden;
}
.gall .SliderName_2{
    height: 664px !important;
}

.gall a.SliderNamePrev_2 {
	width: 21px;
	height: 30px;
	display: block;
	position: absolute;
	top:315px;
	left: 0;
	margin: 0 0 0 20px;
	text-decoration: none;
    background: url(../img/g_arrows.png) no-repeat scroll 0 0;
}
.gall a.SliderNamePrev_2:hover{
    background: url(../img/g_arrows.png) no-repeat scroll 0 -33px;
}

.gall a.SliderNameNext_2 {
	width: 21px;
	height: 30px;
	display: block;
	position: absolute;
	top:315px;
	right: 0;
	margin:0 20px 0;
	background: url(../img/g_arrows.png) no-repeat scroll -22px 0;
}
.gall a.SliderNameNext_2:hover{
    background: url(../img/g_arrows.png) no-repeat scroll -22px -33px;
}

.SliderName_2Description {
	padding: 10px;
	font-family: Arial,Helvetica;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
    border: 1px solid red;
    position: relative;
    top:100px;
    z-index: 20;
    height: 190px;
    width: 500px;
}

#SliderNameNavigation_2 { 
overflow-y: hidden;
display:none; 
}

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
	border: none;
	height: 18px;
    width: auto;
    margin: 0 1px;
    padding: 0 10px;
    background: none;
}

#SliderNameNavigation_2 a img
{
	border: none;
	height: 18px;
    width:auto;
    margin: 0 1px;
    padding: 0 7px;
	display:block;
	float:left;
    background: none;
}

#SliderNameNavigation_2 a.active img
{
	background-color: #3f434d; 
}