.slider_loading_background
{
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.slider_loading_icon
{
	position: absolute;
	display: block;
	background: url(/pics/structure/loading.gif) no-repeat center center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* Due to a bug in jssor a class has to be used instead of the id: */
.main_slider_container
{
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 300px;
	overflow: hidden;
}

#main_slider_loading
{
	position: absolute;
	top: 0px;
	left: 0px;		
}

#main_slider_slides_container
{
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1200px;
	height: 300px;
	overflow: hidden;
}

.main_slider_slide_title
{
	position: absolute;
	width: 480px;
	height: 120px;
	top: 30px;
	left: 42px;
	padding: 5px;
	text-align: left;
	line-height: 48px;
	text-transform: uppercase;
	font-size: 40px;
	color: #FFFFFF;
}

.main_slider_slide_description
{
	position: absolute;
	width: 1100px;
	height: 120px;
	top: 200px;
	left: 42px;
	padding: 5px;
	text-align: left;
	line-height: 36px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Due to a bug in jssor a class has to be used instead of the id: */
.news_slider_container 
{
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1116px;
	height: 140px;
	overflow: hidden;
}

#news_slider_loading 
{
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Due to a bug in jssor a class has to be used instead of the id: */
.news_slider_slides_container
{
	cursor: move;
	position: absolute;
	left: 0px;
	top: 40px;
	width: 1116px;
	height: 70px;
	overflow: hidden;
}

.news_slider_slide_title
{
	text-align: left;
	font-size: 20px;
	color: #000;
	padding-bottom:10px
}

.news_slider_slide_description
{
	text-align: left;
	font-size: 15px;
	color: #000;
}

#news_slider_navigator_number
{
	color:black;
}

.latest_release_product
{
	border:solid 1px #AAA;
	padding:15px;
	width:320px;
	height:100px;
	background-size:cover;
	background-position:center;
}

.latest_release_product a
{
	text-decoration:none;
}

.latest_release_product_title
{
	font-size:20px;
	margin-bottom:10px;
}

.latest_release_product_description
{
	width:230px;
}

#events h2 {
	font-size:18px;
}

