body
{
	-webkit-text-size-adjust: 100%;
	font-family: 'hk_groteskregular';
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #000000;
	z-index: 1;
}

a
{
	color:inherit;
	text-decoration:underline;
}

img
{
	border: 0px;
}

.reg{font-family: 'pt_serifregular';}
.bold{font-family: 'montserratbold';}
.italic{font-family: 'latoitalic';}
.light{font-family: 'latolight';}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#BGFade
{
	position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#000000;
    z-index:1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	display:none;
}


#detail_content_overlay
{
	width:840px;
	background:#ffffff;
	position:fixed;
	top:100px;
	z-index:2000;
	display:none;
	overflow:scroll;
}

#detail_holder
{
	position:relative;
	top:0px;
	width:680px;
	margin-left:80px;
	
}

#close_overlay
{
	position:absolute;
	right:20px;
	top:20px;
	text-decoration:underline;
	font-size:12px;
	font-family: 'hk_groteskmedium';
	cursor: pointer;
}

#wrap
{
	position:absolute;
	top:0px;
	width:1480px;
	padding:60px;
}

#container
{
	position:relative;
	top:0px;
	width:100%;
	
}

#languageHolder
{
	position:absolute;
	width:80px;
	right:8px;
	top:-50px;
	overflow:hidden;
}

.lang_item
{
	float:left;
	margin-left:20px;
	cursor:pointer;
}

.lang_item.active
{
	font-family: 'hk_groteskbold';
}

#menu_holder
{

	top:0px;
	left:0px;
	width:100%;
	margin:0px;
	padding:0px 0px;
	background:#ffffff;
	height:60px;
	line-height:60px;
	z-index:111;
	overflow:visible;
	position:relative;
	
	
}

#logo
{
	float:left;
}


#menu
{
	position:relative;	
	height:36px;
	line-height:36px;
	overflow:hidden;
	z-index: 1200;
	width:280px;
	float:right;
	text-align:center;
	margin:0px;
	font-size:20px;
	
}


.menu_item
{
	float:left;
	margin-right:35px;
	font-size:20px;
	cursor:pointer;
	font-family: 'hk_groteskbold';
}

#tag_holder
{
	position:relative;
	top:30px;
	width:100%;
	overflow:hidden;
	font-family: 'hk_groteskmedium';
	font-size:15px;
}

.tag_item
{
	float:left;
	padding:0px 10px;
	height:32px;
	line-height:31px;
	color:#000000;
	background:#ffffff;
	border:1px solid #000000;
	text-transform:uppercase;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
}

.tag_item.active
{
	color:#ffffff;
	background:#000000;
}

#isotopeHolder
{
	width:100%;
	position:relative;
	top:50px;
}

.mosaic_item
{
	width:370px;
	height:370px;
	position:relative;
	cursor:pointer;
}

.mosaic_image
{
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position:absolute;
    top:0px;
    left:0px;
}

.mosaic_rollover
{
	position:absolute;
	width:100%;
	height:100%;
    top:0px;
    left:0px;
    font-size:30px;
    color:#ffffff;
    z-index:100;
    display:none;
}

.mosaic_rollover .module
{
	width:100%;
	font-size:30px;
    color:#ffffff;
    font-family: 'vollkornregular';
}

.mosaic_fade
{
	position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#000000;
    z-index:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	display:none;

}





















#mobile_menu_button
{
	position:absolute;
	right:10px;
	top:20px;
	font-family: 'montserratbold';
	cursor:pointer;
	z-index: 1200;
	font-size:24px;
	display:none;
}

#mobile_menu_holder
{
	position:absolute;
	left:0px;
	top:-1000px;
	width:100%;
	background:#ffffff;
	z-index:1100;
	display:none;
}

.mobile_menu_item
{
	width:100%;
	border-top: 1px solid #3e3d40;
	border-bottom: 1px solid #3e3d40;
	margin-top: 5px;
	height:30px;
	line-height:32px;
	text-align:center;
	font-size:24px;
	cursor:pointer;
}

.mobile_menu_item.half
{
	width:218px;
	border: 1px solid #3e3d40;
	margin-top: 5px;
	margin-right:10px;
	height:28px;
	line-height:30px;
	text-align:center;
	font-size:24px;
	cursor:pointer;
	float:left;
}


#content
{
	width:100%;
	position:relative;
	z-index:1;
	top:140px;

}

.teaser_holder
{
	position: relative;
    width: 340px;
    height: 280px;
    cursor: pointer;
    margin-bottom: 30px;  
    float: left;
    margin-right: 30px;
    background: #ededed;
    display: flex;
	
}


.teaser_holder:nth-child(3n)
{
	margin-right:0px;
}

.teaser_img
{
	max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.isotope_item
{
	width:340px;
	height:280px;
}



.exhibition_text
{
	position:absolute;
	top:100px;
	left:0px;
	text-align:center;
	width:100%;
	font-size:22px;
	color:#ffffff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}


#language_holder
{
	position:absolute;
	top:20px;
	right:0px;
	overflow:visible;
	width:80px;
	font-size:12px;
	height:36px;
	line-height: 26px;
}

.language_item
{
	width:30px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	position:relative;
}

.language_cross
{
	width:16px;
	position:absolute;
	top:5px;
	left:2px;
	cursor:pointer;
	
}

#news_teaser_holder
{
	position:relative;
	top:36px;
	width:100%;
	height:230px;
	background:#ffffff;
}

#news_img
{
	float:left;
	margin-left:15px;
	margin-top:15px;
	max-width:200px;
	max-height:200px;
}

#actual_holder
{
	float:left;
	margin-left:15px;
	margin-top:15px;
	width:300px;
	height:200px;
	font-size:14px;
}

#next_holder
{
	float:left;
	margin-left:30px;
	margin-top:15px;
	width:300px;
	height:200px;
	font-size:14px;
}

.news_title
{
	margin-bottom:10px;
}

.news_content
{
	font-size:12px;	
}


#footer
{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:11px;
	letter-spacing:2px;
	z-index:10;
	background:#ffffff;
	color:#000000;
	font-family: 'adobe_garamondbold';
	text-align:center;
}

#footer_bg
{
	position:absolute;
	width:100%;
	height:100%;
	background:#ffffff;
	z-index:1;
	-moz-opacity: 0.50;
-khtml-opacity: 0.50;
opacity: 0.50;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter:alpha(opacity=50);
}

#footer_content
{
	position:absolute;
	width:915px;
	margin-left:5px;
	margin-right:5px;
	height:100%;
	left:0px;
	top:0px;
	z-index:10;
	letter-spacing:1px;
}

.footer_img
{
	float:right;
	width:24px;
	margin-left:10px;
	margin-top:6px;
}
			
#content_container
{
	position: fixed;
	width: 1000px;
	height: 100%;
	z-index: 6000;
	top: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-right: auto;
	margin-left: auto;
}

	#content_fade
	{
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		opacity: 0.95;
		z-index: 5500;
		background-color: #ffffff;
		display: none;
	}
	
	#content_loading
	{
		position: relative;
		width: 900px;
		padding: 50px 50px;
		background-color: #ffffff;
		margin-left: auto;
		margin-right: auto;
		z-index: 6000;
		margin-top: 50px;
		height: 500px;
	}
	
		#content_loading img
		{
			width: 20px;
			margin-left: 440px;
			margin-top: 240px;
		}

	
	
		#content_headline
		{
			position: relative;
			font-size: 20px;		
			margin-bottom: 5px;
			margin-top: 100px;
		    margin-left: 0px;
		    width: 680px;
			font-family: 'vollkornregular';
			
			
		}
		
		#content_header
		{
			position: relative;
			width: 680px;
			margin-bottom: 15px;
		}
		
			#content_header img
			{
				position: relative;
				width: 100%;
				vertical-align: middle;
			}
			
		#content_description
		{
			position: relative;
			margin-bottom: 15px;
			margin-left: 0px;
			width: 680px;			
    		float: left;
    		font-size: 14px;
			text-transform: uppercase;
			text-decoration: underline;
		}	
		
			#content_description span
			{
				position: relative;
				padding: 4px 6px;
				background-color: #000000;	
				color: #ffffff;
				display: inline-block;
			}
			
		#content_columns
		{
			position: relative;
			top:50px;
			overflow: hidden;
			margin-bottom: 40px;
			margin-left:0px;
			font-size:12px;
			width:680px;
			float:left;
			font-family: 'hk_groteskregular';
		}	
		
		.content_column
		{
			position: relative;
			float: left;
			width: 680px;
			margin-left:0px;
		}
		
		#content_column_left
		{
			
			width: 680px;
			min-height:400px;
			
		}
		
			#content_column_left .module
			{
				width: 680px;
			}
		
			#content_column_right .module
			{
				width: 680px;
			}		
		
		.module
		{
			position: absolute;
			line-height: 15px;
			font-size: 13px;
		}
		
			.module a
			{
				color: inherit;
			}
		
			.module_text
			{
				
				font-size: 13px;
				color: #000000;	
				z-index: 100;
				
				
			}
			
			.module_image
			{
				z-index: 100;
			}
						
			.module_image img
			{
				vertical-align: middle;
				width: 100%;
			}
			
			.module_image input
			{
				display: none;
			}
			
			.module_bulletpoint
			{
				overflow: hidden;
				
				z-index: 1;
			}
			
				.enum_head
				{
					float: left;	
					width: 680px;
					text-align:center;
				}
				
					.enum_head span
					{
						padding: 4px 4px;
						color: #000000;
						
						text-transform: uppercase;
						
					}
				
				.enum_body
				{
					float: left;
					width: 680px;
					padding-top: 4px;
					margin-left: 30px;
				}
				
			.module_video
			{
	
			}	
			
				.module_video_iframe
				{
					width: 680px;
				    height: 480px;
				    z-index: 100;
				    vertical-align: middle;
				    margin-left: 0px;
				}
				
				#col_right .module_video_iframe
				{
					width: 680px;
				}
				
				.module_video_overlay
				{
					position: absolute;
					width: 680px;
					height: 480px;
					z-index: 1000;
				}
				
				#col_right .module_video_overlay
				{
					width: 680px;
				}
				
			.module_html
			{
				overflow:hidden;
			}
			
				.module_html_overlay
				{
					position: absolute;
					width: 680px;
					height: 100%;
					z-index: 1000;
				}
				
				#col_right .module_html_overlay
				{
					width: 680px;
				}
				
				.module_html_content
				{
					z-index: 100;
				}

				.module_html_content:empty:not(:focus):before
				{
				    content: attr(data-text);
					color: #cecece;
					font-weight: bold;
				}
				
				
			#module_html_container
			{
				display: none;
			}	
				
			.module_headline
			{
				font-size: 12px;	
				display: inline-block;
			}	
				
				.module_headline span
				{
					position: relative;
					padding: 2px 6px;
					background-color: #000000;
					color: #ffffff;
					display: inline-block;
				}
				
						
						
		#content_related
		{
			position: relative;
			overflow: hidden;
		}
		
			#content_related_header
			{
				position: relative;
				font-size: 15px;
				border-bottom: solid 1px #000000;
				margin-bottom: 10px;
			}
			
			#content_related_tags
			{
				position: relative;
				overflow: hidden;
				margin-bottom: 10px;
				width: 908px;
				margin-left: -4px;
			}
			
				#content_related_tags span
				{
					padding: 4px 4px;
					background-color: #000000;	
					color: #ffffff;
					font-size: 12px;
					text-transform: uppercase;
					cursor: pointer;
					display: inline-table;
					margin: 2px 4px;
				}
				
				#content_related_tags span:hover
				{
					text-decoration: underline;
				}
					
			#content_related_items
			{
				position: relative;
				overflow: hidden;
			}		

				.content_related_item
				{
					position: relative;
					float: left;
					width: 206px;
					margin-right: 25px;
					height: 160px;
					cursor: pointer;
					margin-bottom: 25px;
					overflow: hidden;
				}
				
				.content_related_item:nth-child(4n)
				{
					margin-right: 0px;
				}
				
				.content_related_item img
				{
					position: relative;
					vertical-align: middle;
				}
				
				.content_related_item_overlay
				{
					position: absolute;
					bottom: -200px;
					background-color: rgba(0, 0, 0, 0.8);
					color: #ffffff;
					padding: 10px 15px 5px 15px;
					width: 176px;
				}
				
					.content_related_item_overlay_headline
					{
						font-size: 12px;
						font-weight: bold;
						text-transform: uppercase;
					}
					
					.content_related_item_overlay_text
					{
						font-size: 12px;
					}
					
		#gallery
		{
			position: relative;
			font-size: 15px;
			margin-bottom: 10px;
			overflow: hidden;
		}	
	
			#gallery .gallery_item
			{
				position: relative;
				float: left;
				width: 375px;
				text-align: center;
				margin-right: 0px;
				margin-bottom: 10px;
				vertical-align: middle;
				overflow: hidden;
			}
			
				#gallery .gallery_item:nth-child(4)
				{
					margin-right: 0px;
				}
			
				#gallery .gallery_item img
				{
					position: relative;
					width: 100%;
					vertical-align: middle;
					cursor: pointer;
				}			

				
#tooltip_container				
{
	position: fixed;
	z-index: 10000;
}					

.tooltip_header
{
	padding: 4px 4px;
	background-color: #000000;	
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}

.tooltip_text
{
	padding: 4px 4px;
	background-color: #000000;	
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;	
	float: left;
}


#view_switch, #lang_switch
{
	position: relative;
	margin-top: 5px;
	
	overflow: hidden;
	width: 300px;
}

	#view_switch div, #lang_switch div
	{
		position: relative;
		padding: 4px 6px;
		color: #ffffff;
		background-color: #000000;
		float: left;
	}
	
	.view_select, .lang_select
	{
		cursor: pointer;
	}
	
	.active_select
	{
		font-weight: bold;
	}
	
	

	.list_item
	{
		width: 437px;
		float: left;
		margin-right: 25px;
		margin-bottom: 25px;
		height: 500px;
		overflow: hidden;
		border-bottom: solid 1px #000000;
		padding: bottom: 15px;
		cursor: pointer;
	}
	
	.list_item:nth-child(2n)
	{
		width: 438px;
		margin-right: 0px;
	}
	
		.list_item_imgcontainer
		{
			position: relative;
			width: inherit;
			height: 290px;
			margin-bottom: 15px;
			overflow: hidden;
		}
		
			.list_item_img
			{
				position: absolute;
				left: 0px;
				top: 0px;
			}
		
		.list_item_name
		{
			margin-bottom: 15px;
		}
		
			.list_item_name span
			{
				font-size: 14px;
				padding: 4px 6px;
				background-color: #000000;
				color: #ffffff;
				display: inline-block;
			}
			
		.list_item_text a
		{
			color: inherit;
		}
		
		
	.artist_list_artist
	{
		margin: 3px 0px;
	}	
	
		.artist_list_artist span
		{
			cursor: pointer;
		}
	
	.artist_list_header
	{
		font-size: 18px;
		font-weight: bold;
		margin-top: 8px;
		margin-bottom: 4px;
	}
	
		.artist_list_header:first-child
		{
			margin-top: 0px;
		}
		
		

	.press_headline
	{
		position: relative;
		font-size: 15px;
		margin-bottom: 8px;
	}	
			
			.press_headline span
			{
				position: relative;
				padding: 4px 4px;
				background-color: #000000;
				color: #ffffff;
				display: inline-block;
			}
			
	.press_text
	{
		position: relative;
		font-size: 12px;
	}		
	
		.press_text a
		{
			color: inherit;
		}
		
	.press_login, .press_reg
	{
		position: relative;
	}	
	
		.press_login table, .press_reg table
		{
			width: 100%;
			border: 0px;
			padding: 0px;
			margin-top: 8px;
		}
		
		.press_login td, .press_reg td
		{
			padding: 0px;
			font-size: 12px;
		}
		
		#press_email, #press_reg_firstname, #press_reg_lastname, #press_reg_publication, #press_reg_email
		{
			width: 100%;
		}
		
		#press_login_button, #press_reg_button
		{
			position: relative;
			width: 120;
			margin-top: 5px;
			background-color: #000000;
			color: #ffffff;
			font-size: 13px;
			line-height: 25px;
			text-align: center;
			cursor: pointer;
		}
		
		#press_login_error, #press_reg_error
		{
			position: relative;
			margin-top: 10px;
			font-size: 12px;
			font-weight: bold;
		}
		
		#press_logout
		{
			position: relative;
			margin-top: 5px;
			cursor: pointer;
			text-align: center;
			width: 120px;
			line-height: 25px;
			background-color: #000000;
			color: #ffffff;
			font-size: 13px;
		}
		
#news_holder
{
	width:100%;
	height:200px;
	background:#ffffff;
	overflow:hidden;
	position:relative;
	margin-top:60px;
	margin-bottom:50px;
}

#parallax_holder
{
	width:100%;
	top:120px;
	position:relative;
	
}

.parallax_item
{
	width:125px;
	display:inline-table;
	margin-bottom:35px;
	margin-right:30px;
	position:relative;
	
}

.parallax_image
{
	width:100%;
}


/** SUBPAGES **/
.page_title
{
	font-size:16px;
	font-family: 'montserratbold';
	margin-top:55px;
}

.result_holder
{
	width:750px;
	overflow:hidden;
	position:relative;
	margin-top:60px;
	margin-bottom:50px;
	margin-left:25px;
}


.result_item
{
	position:relative;
	width:240px;
	
	float:left;
	margin-right: 10px;
	background:#ffffff;
	margin-bottom: 10px;
	overflow:hidden;
	cursor:pointer;
	font-size:11px;
	
}

.result_item:nth-child(3)  {
    margin-right:0px;
}

/** TEASER MODULES **/
	.item_detailimg_teaser
	{
		position: relative;
		width: 143px;
		height: 200px;
		cursor: pointer;
		margin-bottom: 15px;
		float:left;
		margin-right:0px;
	}
		
		.item_detailimg_teaser img
		{
			width: 100%;
			vertical-align: middle;
		}

	.item_headline_teaser
	{
		position: relative;
		width: 240px;
		height:60px;
		line-height:20px;
		text-align:left;
		font-size: 11px;
		text-transform:uppercase;
		text-decoration:underline;
		cursor: pointer;
		float:left;
		font-family: 'montserratregular';
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	.col_container_teaser
	{
		position: relative;
		width: 240px;
		height: 180px;		
		font-size: 10px;
		float:left;
		font-family: 'montserratregular';
	}	
	
	
	.col_left_teaser
	{
		margin-left: 0px;
		width: 240px;
		height:220px;
	}
	
		.col_left_teaser .module
		{
			width: 240px;
		}
	
		.col_right_teaser .module
		{
			width: 240px;
		}
	
	.enum_head_teaser
	{
		float: left;	
		width: 240px;
	}
	
		.enum_head_teaser span
		{
			padding: 0px;
			color:#3e3d40;
			float: left;
			font-family: 'montserratregular';
		}
	
	.enum_body_teaser
	{
		float: left;
		width: 240px;
		padding-top: 0px;
		margin-left: 0px;
		font-family: 'montserratregular';
	}
	
#publication_holder
{
	width:100%;
	background:#ffffff;
	margin-top:15px;	
}	

.pub_item
{
	height:20px;
	line-height:20px;
	text-decoration:none;
}


/** EXHIBITION **/

#exhibition_content_header
{
	position: relative;
	width: 925px;
	margin-top:20px;
	margin-bottom: 0px;
	margin-left: 77px;
	overflow:hidden;
	float:left;
}

.exhibition_teaser_img
{
	width:170px;
	position:absolute;
	left:0px;
	top:0px
}

.exhibition_header_img
{
	width:925px;
	position:relative;
}

#exhibition_content_column_left
		{
			margin-left: 0px;
			width: 925px;
		}
		
			#exhibition_content_column_left .module
			{
				width: 925px;
			}
		

.exhibition_enum_head
{
	float: left;	
	width: 100%;
	text-align: left;
}
				
	.exhibition_enum_head span
	{	
		color: #000000;		
		font-size:12px;
		

		
	}
				
				.exhibition_enum_body
				{
					float: left;
					width: 100%;
					padding-top: 7px;
					margin-left: 0px;
					
				}		

#exhibition_gallery
{
	
	font-size: 15px;
	position:relative;
	top:40px;
	margin-left:0px;
	margin-bottom: 10px;
	width:680px;
	overflow:hidden;
	
}	

	#exhibition_gallery .gallery_item
	{
		position: relative;
		float: left;
		width: 220px;	
		margin-right: 10px;
		margin-bottom: 10px;
		vertical-align: middle;	
	}
	
		#exhibition_gallery .gallery_item:nth-child(3)
		{
			margin-right: 0px;
		}
	
		#exhibition_gallery .gallery_item img
		{
			position: relative;
			width: 100%;
			vertical-align: middle;
			cursor: pointer;
		}




.module_table_left
{
  width: 90px;
  float:left;
  text-align: center;
}

.module_table_right
{
 	width:90px;
 	float:right;
 	text-align: center;
}


.pdf_dl_btn
{
	margin-top:5px;
	border:1px solid #000;
	padding:5px 25px;
}

.year_holder
{
	position:relative;
	margin-bottom:5px;
	margin-top:30px;
}

.publication_items
{
	position:relative;
}

.publication_item
{
	
	position:relative;
	width:240px;
	
	float:left;
	margin-right:10px;
	background:#ffffff;
	margin-bottom:10px;
	overflow:hidden;
	cursor:pointer;
	font-size:11px;
	

}

.publication_item:nth-child(3)  {
    margin-right:0px;
}


#submenu
{
	position: relative;
	overflow: hidden;
}

	.submenu_item
	{
		position: relative;
		float:left;
		margin-right:20px;
		cursor:pointer;
		font-size:13px;
		line-height:20px;
	}
	
#subsubmenu
{
	position: relative;
	margin-top: 10px;
	overflow: hidden;
}

	.subsubmenu_item
	{
		position: relative;
		float:left;
		margin-right:20px;
		cursor:pointer;
		font-size:12px;
		line-height:20px;	
	}
	


#gallery_holder
{
	position: relative;
}



#gallery {
    position: absolute;
    top: 150px;
    left: 10%;
    width: 80%;
    height: auto;
    padding-bottom: 100px;
}

.container {
    position: relative;
    
    float: left;
    clear: left;
    height: auto;
    width: auto;
    margin-bottom: 100px;
        font-family: 'pt_serifregular';
}

.image_container
{
	width:100%;
	
}

.images_holder
{
	position:relative;
	width:925px;
	height:500px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center; 
}

.images {

	max-width: 100%;
    max-height: 100%;
    margin: auto;
   /* display: block;
    width: auto;
    height: auto; **/
}

.description {
    align-self: baseline;
    -webkit-align-self: baseline;
    display: block;
    text-align: center;
    margin-top:40px;
    width: 100%;
}


.image_text
{
	position:absolute;
	bottom:-20px;
	width:100%;
	text-align:center;
	z-index:-1;
	font-size:10px;
	font-family: 'pt_serifregular';
}


.arrow
{
	width:30px;
	
	cursor:pointer;
	position:absolute;
	top:46%;
	z-index:1000;
	opacity: 0;
    filter: alpha(opacity=0);
}

.prev_arrow
{
	left:0px;
}


.next_arrow
{
	right:0px;
}

.slick-slide {
    outline: none
}

.img_left
{
	width:250px;
	float:left;
	margin-right:20px;
	
}

.text_right
{
	
}