.msslider { 
	overflow:hidden; 
	zoom:1; 
	position:relative; 
	height:401px; 
}
.msslider a{ 
	text-decoration:none; 
	outline:none; 
	border:none; 
}

.cs-buttons { 
	font-size:0px; 
	padding-right:10px; 
	float:right; 
	bottom:30px; 
}
.cs-buttons a { 
	margin-left:5px; 
	height:20px; 
	width:20px;
	float:left; 
	color:#B8C4CF; 
	text-indent:-1000px; 
	background:url(arrows-square.png) no-repeat left top; 
}
.cs-buttons a.cs-active { 
	color:#FFFFFF; 
	background:url(arrows-square.png) no-repeat 0px -21px; 
}

.cs-title{ 
	width:545px; 
	padding:10px; 
	background-color:#000000; 
	color:#FFFFFF; 
	display:none; 
}

.cs-prev { 
	background:url(arrows-metallic.png) no-repeat 0px 0px; 
	width:50px; 
	height:50px;
	display:none;
}
.cs-prev:hover { background:url(arrows-metallic.png) no-repeat 0px -52px; }
.cs-next { 
	background:url(arrows-metallic.png) no-repeat -50px 0px; 
	width:55px; 
	height:50px; 
	display:none;
}
.cs-next:hover { background:url(arrows-metallic.png) no-repeat -50px -52px; }
