/*
	Content Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.content_slider img {
	border: 0;
}

.content_slider li,
.content_slider p {
	margin: 0;
	padding: 0;
/*	font-size: 1em;*/
	line-height: 1.6;
}

.content_slider li p {
	font-size: 1em;
}

.content_slider {
	position: relative;
	overflow: hidden;
}

.content_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}

.content_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}

.content_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.content_slider .back a,
.content_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

.content_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

p.next {
  height: 400px;
  background: white;
}


.content_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}

.content_slider li {
	float: left;
	display: inline;
	width: 300px;
}

/*
	Content Slider : Plugin Specific : Theme [ Alpine Europe ]
-----------------------------------------------------------------------------------------*/

.alpine_europe  {
	margin: 0 auto 10px auto;
	width: 925px;
}

.alpine_europe a {
	color: #363636;
}

.alpine_europe .back {
	width: 36px;
	height: 65px;
	left: 0;
	position: relative;
	float: left;
	margin-top: 45px;
}

.alpine_europe .back a {
	background: url(../img/sliderArrow_left.gif) no-repeat;
	position: relative;
	top: 0;
	width: inherit;
	height: 65px;
	line-height: 65px;
}

.alpine_europe .next {
	width: 25px;
	height: 65px;
	right: 0;
	position: relative;
	float: right;
	margin-top: 45px;
}

.alpine_europe .next a {
	background: url(../img/sliderArrow_right.gif) no-repeat;
	position: absolute;
	top: 0;
	width: 25px;
	height: 65px;
	line-height: 65px;
	text-align: right;
}

.alpine_europe .view_all {
	text-align: left;
	margin-bottom:-10px
}

.alpine_europe .view_all span {
	color: #2864AA;
	font-size: 1.1em;
	font-weight: bold;
	margin:0;
	padding: 0;
}

div.tx-contentslider-pi1 div.content_slider div.slide {
  overflow: hidden;
  width: 860px;
  position: relative;
  z-index: 0;

}

.alpine_europe li {
	padding: 10px 0;
	overflow: hidden;
	width: 172px;
	font-size: .8em;
	margin:0;
	color: #666666;
}

.alpine_europe li img {
	display: inline;
	/*border: 1px solid #ddd;*/
	border: 1px solid #b4b4b4;
}

.alpine_europe li h2 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

.alpine_europe li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 140px;
}
.alpine_europe li a, .alpine_europe li a:link, .alpine_europe li a:visited {
	color: #002962 !important;
}
