/* 	WERKVELD */
#base_werkveld_tabs {
	position:relative;
	width:749px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	float:left;	
	border-bottom:1px solid #79797a;*/
	margin-left:10px;
}
/* 	CONTENT_BLOCK_TOP */
#content_block_top {
	width:759px;
	background-color:#fff;
}
#content_block_top_img {
	padding:10px;
	float:left;
}
#content_block_top_text {
	width:340px;
	height:187px;
	padding:10px;
	float:left;
}
#content_block_top_imgview {
	width:340px;
	height:65px;
	float:left;
}
#content_block_top_img_big {
	width:749px;
	height:262px;
	margin-left:10px;
	padding-bottom:20px;
	background-repeat:no-repeat;
}
#content_block_top_img_big2 {
	width:749px;
	height:288px;
	margin-left:10px;
	background-repeat:no-repeat;
}
#content_block_top_img_text {
	padding:10px;
	float:right;
	width:350px;
}

#content_block_top_img_left {
	float:left;
	width:664px;
	height:288px;
	background:no-repeat;
}
#content_block_top_img_right {
	float:left;
	width:77px;
	background:no-repeat;
	height:288px;
}

#content_block_top_detail {
	height:auto;
	min-height:483px;
	width:749px;
	margin-left:10px;
}
#content_block_top_detail_img {
	background-repeat:no-repeat;
	height:482px;
	width:508px;
	float:left;
	padding-right:11px;
}
#content_block_top_detail_text {
	background-image:url(../media/image/content_type3_block_top_gradient.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:225px;
	min-height:483px;
	float:left;
}
#content_block_top_detail_text_space {
	padding:10px;
}
#content_block_top_img_views {
	width: 80px;
	height:282px;
	float:right;
}
.content_block_top_img_views_tumb {
	width:80px;
	height:50px;
	background-color:#CCC;
	margin-bottom:8px;
}
/* 	CONTENT_BLOCK_BOTTOM */
#content_block_bottom {
	width:759px;
	min-height:350px;
}
#content_block_bottom_title {
	height:30px;
	border-bottom:1px solid #79797a;
	margin-left:10px;
	width:749px;
}
.content_block_bottom_block {
	position:relative;
	width:243px;
	float:left;
	padding-left:10px;
	padding-top:10px;
}
.content_block_bottom_text_space {
	padding:5px;	
}


/* IMAGE GALLERY */
.stepcarousel{
left:10px;
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 345px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt_content{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel_content{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-left: 0px; /*margin around each panel*/
width: 92px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

