/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}

/* Sample 2*/
#box2{
	position:absolute;
}
#box2 span{
	display:block;
	float:left;
}

/* Sample 3*/
#box3{
	position:absolute;
}
#box3 span{
	display:block;
	float:left;
}

/* Sample 4*/
#box4{
	position:absolute;
}
#box4 span{
	display:block;
	float:left;
}

/* ********************************** */

.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{
	position:absolute;
	bottom: 0em;
	left: 0em;
}

.info h4{
	height:1.4em;
	background:#000;
	padding: 0.2em 1.2em 0em 0em;
	margin:0em;
}
.info h4 a{
	font-family:Arial;
	width:100%;
	float:right;
	color:#fff;
	font-size: 0.7em;
	text-align: right;
	text-decoration:none
}

.info h5{
	height:1.5em;
	background:#000;
	padding: 0.3em 1.0em 0em 0em;
	margin:0em;
}
.info h5 a{
	font-family:Arial;
	width:100%;
	float:right;
	color:#fff;
	font-size: 0.7em;
	text-align: right;
	text-decoration:none
}

.mask1{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:240px;
	height:180px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

.jgb{
	position:relative;
	width: 637px;
	height:400px;
	overflow:hidden;
	margin-bottom: 10px;
	margin-left: 15%;
}

.jgb_klein{
	width: 180px;
	height:162px;
	position:relative;
	overflow:hidden;
	margin-bottom: 10px;
	margin-left: 2px;
}

.jgb_left{
	position:relative;
	width: 174px;
	height:157px;
	overflow:hidden;
	margin-bottom: 10px;
	margin-left: 1px;
	margin-right: 2px;
}
