/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div.div-slide{
	width:925px;
	height:290px;
	float:left;
	background:#FFF;
}
#box4 .slide-dreapta {float:left;width:225px;}
#box4 h3, #box4 p {
	padding:5px 10px;
}
#box4 img{
	margin:0 15px 0 0;
}
#box4 ul {
	list-style-type:disc;
}
#box4 p {
	margin:0;padding:0;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}

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

.mask3{
	position:relative;
	width:925px;
	height:290px;
	overflow:hidden;
}



/* Sample 2*/
#box2{
	position:absolute
}
#box2 span{
	display:block;
	float:left;
}
#info5{
	bottom:0;
}
.info{
	width:240px;
	height:40px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:0px 8px;
	font-family:Arial;
	font-size:12px;
	margin:0;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	color:#FFF;
	font-size:14px;
	padding:0;
	text-decoration:none
}
.mask2{
	position:relative;
	width:240px;
	height:208px;
	overflow:hidden;
}