/* Sample 1*/

#box4{
	position:absolute;
}
#box4 div{
	width:370px;
	height:100%;
	float:left;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
}
#box4 img{
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}

#box5{
	position:absolute;
}
#box5 div{
	width:370px;
	height:900px;
	float:left;
}

#box5 h3, #box4 p, #box5 ul{
	padding:5px 10px;
}
#box5 p{
}
#box5 img{
}

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

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask3{
	position:relative;
	width:370px;
	height:50em;
	overflow:hidden;
}
.mask4{
	position:relative;
	width:370px;
	height:900px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

.buttons{padding:5px;}
.buttons span{
	color:#FFFFCC;
	cursor:pointer;
	font:12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right:10px;
	text-decoration: underline;
}
.buttons span.active, .buttons span:hover{
	color:#000000;
	background-color: #CCCC33;
}

