@charset "utf-8";
/* CSS Document */

/* Sample 4*/
.sample {
	width: 600px;
	height: 210px;
}

#box4 h1 {
	margin: 0;
	padding: 0;
}

#box4 {
	position:absolute;
}
#box4 div.nslide {
	overflow: hidden;
	width:600px;
	height:200px;
	float:left;
}

#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}

.mask3{
	position:relative;
	width:600px;
	height:200px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}

.sample h4 {
	display: none;
}

/*h4.stitle{color:#666;margin:0 0 5px 0}

.links {padding:10px;margin-top:20px}
.links a{font-size:14px;color:#0080FF;text-decoration:none}
.links a:hover{font-weight:bold}

#cont{width:550px;margin:0 auto;background:#fff;text-align:left;padding:20px}

.buttons{padding:5px;}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}*/

/* STYLE BUTTONS */
#buttons_container {
	position: relative;
	top: -200px;
	z-index: 2;
	padding: 20px;
	padding-right: 15px;
	display: block;
	overflow: visible;
	cursor: pointer;
}

.buttons {
	float: right;
}

.buttons span {
  background: none repeat scroll 0 0 #E0E0E0;
  border: 1px solid #999999;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  padding: 2px 5px;
  text-decoration: none;
}
.buttons span.active, .buttons span.active_ro, .buttons span:hover {
  background: none repeat scroll 0 0 #444444;
  border: 1px solid #333333;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  font-weight: bold;
}
/*
.buttons span {
	background-image: url(/images/wintron/nav_bg.png);
	background-repeat: repeat-x;
	border-right: 1px solid #000;
	float: left;
	font-weight: bold;
	margin: 0;
	padding-top: 7px;
	text-align: center;
	color: #fff;
	margin-top: 2px;
	cursor:pointer;
	width: 119px;
	height: 22px;
}
.buttons span.active, .buttons span.active_ro, .buttons span:hover {
	float: left;
	color:#000000;
	background-image: url(/images/wintron/nav_bg_over.png);
	background-repeat: repeat-x;
}
.buttons span.active {
	background-image: url(/images/wintron/nav_bg_over.png);
	background-repeat: repeat-x;
	background-color: #002448;
}
*/