


/* Sample 4*/
#box_slider{
	position:absolute;

}
#box_slider div{
	height:254px;
width:615px;
	float:left;
	background:white;
}

#box_slider h3, #box_slider p, #box_slider ul{
	padding:5px 10px;
}
#box_slider p{
	text-indent:16px;
}
#box_slider img{
	/*height:254px;
    width:615px;*/
	float:left;
	margin:0 0px 0px 0px;
}



#maska_b {

background:transparent url(slider/maska.png) no-repeat scroll 0 100%;
left:0;
position:absolute;
top:0;
height:254px;
width:615px;
z-index:15;
}

/* ********************************** */

.buttons{
height:21px;
width:110px;
padding-top:1px;
padding-bottom:0px;
margin-top:0px;
margin-bottom:0px;
margin-left:530px;

background:transparent url(slider/select.png) no-repeat ;
}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:11px Verdana}
.buttons span.active, .buttons span:hover{background:#0080AF;color:#fff}

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.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
}


.maska{
	position:relative;
	height:254px;
width:615px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

