/*
--------------------------
CORRECTION IE6
--------------------------
*/

*html #box4 div.image{
    padding-left:10px;
}

*html #box4 ul{
    padding-left:0px;
    margin-left:30px;
}


/*
--------------------------
END CORRECTION IE6
--------------------------
*/


/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:680px;
	height:450px;
	float:left;
}

#box4 div.image{
    width:400px;
}

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

#box4 p{
    font-size:12px;
}

#box4 div.right_col{
    float:right;
    width:250px;
}

#box4 ul{
    padding-left:30px;
}

#box4 ul li {
    font-size:14px;
    padding:3px 0px;
}

#box4 ul li{
    list-style-image:url(/pictures/actived.jpg);
}

#box4 img{
	width:400px;
	float:left;
	margin:0 10px 10px 15px;
	border:none;
}

#box4 .right_col ul li img{
    width:15px;
    margin:0px;
    float:none;
    border:none;
}

#box4 .right_col ul li a{
    text-decoration:none;
}

#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}
.mask3{
	position:relative;
	width:680px;
	height:450px;
	overflow:hidden;
}