#slider_container_1 { 
float: left; 
padding: 10px; 
width: 580px; 
background: #000000; 
-moz-border-radius: 10px 10px; 
-webkit-border-radius: 10px 10px; 
border-radius: 10px 10px; }

#SliderName{
	width: 580px;
	height: 240px;
	margin: none;
}

.SliderNamePrev{
	background: url(left.gif) no-repeat center center;
	width: 15px;
	height: 20px;
	display: block;
	position: absolute;
	top: 125px;
	left: 10px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(right.gif) no-repeat center center;
	width: 15px;
	height: 20px;
	display: block;
	position: absolute;
	top: 125px;
	right: 10px;
	text-decoration: none;
}

.SliderNameDescription{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 5px;
}




