* {
    margin:0;
    padding:0;
	}

body {
	background-color: #0F0F11;
}


/* Sample 4*/

#cont{
width:385px;
height:349px;
background:url(images/index_07.jpg);
}

#box4{
	position:absolute;
}

#box4 div{
	width:385px;
	height:330px;
	float:left;
	background:url(images/index_07-1.jpg) no-repeat;
}


#box4 p{
	margin:50px 10px 0 12px;
	text-indent:16px;
    font-size:13px;
    color:#ffffff;
}


#box4 ul{
margin-top:60px;
}



#box4 li{
list-style-type:none;
margin-left:13px;
margin-top:10px;
font-size:13px;
color:#ffffff;
}


#box4 li a{
color:#ffffff;
text-decoration:none;
}


#box4 li a:hover{
color:#f0ff00;
font-weight:bold;
}

.mask3{
	background:url(images/index_07-1.jpg);
	position:relative;
	width:385px;
	height:330px;
	overflow:hidden;
}

#selector{
background:#0f0f11;
width:385px;
height:19px;
}


.buttons{
      margin:0 auto;
        }

.buttons span{
        color:#ff0000;
        margin-left:25px;
        cursor:pointer;
        font:11px Verdana
        }

.buttons span.active, .buttons span:hover{
text-decoration:underline;
color:#fffff;
}


