.description{padding:16px;margin:10px 0;background:#eee}
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{
  height: 223px;
  padding: 1px 0 0;
  text-align: left;
  width: 550px;
  margin: 0 auto 10px;
}

#cont img{
  margin: 0;
  padding:0;
  border:0;
}

#prev5{
  background: url("images/prev.png") no-repeat scroll center top transparent;
  color: white;
  cursor: pointer;
  font: 10px Verdana;
  height: 37px;
  margin-left: 10px;
  margin-top: 80px;
  position: absolute;
  text-align: center;
  width: 37px;
  opacity:0.35;
}

#next5{
  color: white;
  cursor: pointer;
  font: 10px Verdana;
  right:10px;
  position: absolute;
  margin-top: 80px;
  text-align: center;
  background: url("images/next.png") no-repeat scroll center top transparent;
  width:37px;
  height:37px;
  opacity:0.35;
}

#next5:hover {
  opacity:1;
}

#prev5:hover {
  opacity:1;
}

/* Sample 5*/
#box5{
	position:absolute;
	width:550px;
}
#box5 span{
	display:block;
}
#info5{
  bottom: 0;
  height: 50px;
  width: 100%;
}

#info5 h4{
  font-family: arial;
  margin: 0;
  padding: 13px 0 0;
  text-align: center;
  width: 100%;
}

#info5 p{
	display:none;
}


/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	background:url("images/bg.png") no-repeat scroll center top transparent;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Myriad Pro;
}
.info h4{
	font-size:14px;
}
.info h4 a{
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 0 3px;
  text-decoration: none;
  text-shadow: 2px 2px 4px black;
}

.mask2{
	position:relative;
	width:550px;
	height:223px;
	overflow:hidden;
	margin:0 auto;
}