.cs_wrapper{
	display:inline-block;
	padding: 8px;
}
div.cs_menu {
	float	:left;
	position: relative;
	display	:inline-block;
	overflow:hidden;
	height:100%;
	width:100%;
}
ul.cs_menu {
  display	: block;
  width		: 800px;
  margin: 10px 0 0 0;
  list-style: none;
}
ul.cs_menu li {
  display	: block;
  float		: left;
  padding	: 0 3px;
}
ul.cs_menu li:hover {
	cursor:pointer;
}
.cs_menu li:hover span {

  display: block;
}
.cs_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  text-transform:uppercase;
  width: 100%;
}

.cs_menu li:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}

div.cs_static{
	clear:both;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div.cs_static img{
	cursor:pointer;
}
ul.cs_static{
	display: block;
	list-style: none;
	text-align:center;
	padding:0;
}
.cs_static li{
	float:left;
	display: inline-block;
	padding: 1px;
	margin:0;
}
.cs_static .active li:hover{
	cursor:pointer;
}
.cs_slider{
	display	:block;
	position: absolute;
	background-color	: #3f3f3f;
	-moz-border-radius	: 5px;
	-webkit-border-radius: 5px;
	border	: 2px solid black;
	z-index	: 55;
	width	: 400px;
}
.cs_static .cs_talents{
	text-align: center;
	display: none;
	position: relative;
	height: 21px;
	margin: 0 0 0 0;
	z-index: 50;
}
.cs_static .cs_talents img.selected{
	border: 1px dashed yellow;
	opacity: 1;
}
.cs_static .cs_talents img{
	border: none;
	opacity: 0.35; 
}
.cs_slider_button{
	position: absolute;
	height: 20px;
	top: -12px;
	margin:0;
	padding:0;
	z-index: 100;	
}
.cs_slider_button div{
	float:left;
}
.cs_slider_button .cnt-left{
	height:100%;

	width:8px;
	background: url("/images/images/cs_button-left.png");
}
.cs_slider_button .cnt-right{
	height:100%;
	
	width:8px;
	background: url("/images/images/cs_button-right.png");
}
.cs_wrapper .cs_slider_button .cnt{
	line-height:20px;
	color:#222222;
	font-size:10px;
	height:100%;
	padding: 0 2px;
	background: url("/images/images/cs_button-mid.png") repeat-x;
	font-family: arial;
}
.cs_slider_button:hover{
	cursor:pointer;
}
.cs_slider-close{
	left: 5px;
}
.cs_slider-clear{
	left: 50px;
}
.cs_slider-clear-all{
	left: 96px;	
}
@media print {
	div.slider {
		display: 			none;
	}
}

