

/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:600px;
	height:500px;
	float:left;
	background:#eee;
	border:0 solid #0000ff;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	width:600px;
	height:500px;
	float:left;
	margin:0;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}


.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}

h4 {
	font-size:16px;
 	margin-top:10px;
  	margin-bottom:15px;	
 	font-weight:normal;
	border:0 dotted #999;

 }


.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:600px;
	height:500px;
	overflow:hidden;
}

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



/*************************************** WEB SECTION BELOW ********************************/

* {margin:0;padding:0}




.links {padding:10px;margin-top:20px}
.links a{font-size:14px;color:#0080FF;text-decoration:none}
.links a:hover{font-weight:bold}


.buttons{padding:5px; margin-bottom:10px}
.buttons span{color:#0000ff;padding:0 10px;cursor:pointer;font:17px Verdana}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}