/*
 * RL-EYE Slider - Slideshow module for Joomla 2.5 
*/
.rleyeslider{
	width:960px;
	overflow:hidden;
}

.slide{
	height:430px;
	margin: 0;
	padding: 0;	
	width:auto;
	overflow:hidden;
}

.slideitem{
	display:block;
	float:left;
	height:430px;
	margin: 0;
	padding: 0;
}

.leftitem{
	float:left;
	overflow: hidden;
	padding: 0 10px;
	text-align: left;
	width: 380px;
}

.rightitem{
	float: right;
	overflow: hidden;
	padding-top: 7px;
	text-align: right;
	width: 560px;
}

.rightitem img{
	height: auto;
	margin: 10px;
	max-height: 420px;
	max-width: 540px;
	padding: 0px;
	width: auto;
}


.slideitemtitle{
	font-family: AauxNext-Regular;
	font-weight: normal;
	font-style: normal;
	color: #9a004b;
	font-size: 4.2em;
	line-height: 1.1em;
	padding: 0;
}

.slideitemintro{
	color:##141414;
	font-family: Arial;
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 30px 0 0 30px;
}

.slidebtn_outter{
	margin: 0;
	padding: 34px 0 10px 0;
	text-align:center;
}

.slidebtn_inner{
	background-color: #9A004B;
	background-image: -moz-linear-gradient(left top, #f32f0c 0%, #e60070 17%,#9a004b 100%);
	background-image: linear-gradient(left top, #f32f0c 0%, #e60070 17%,#9a004b 100%);
	background-image: -webkit-linear-gradient(left top, #f32f0c 0%, #e60070 17%,#9a004b 100%);
	background-image: -o-linear-gradient(left top, #f32f0c 0%, #e60070 17%,#9a004b 100%);
	background-image: -ms-linear-gradient(left top, #f32f0c 0%, #e60070 17%,#9a004b 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f32f0c), color-stop(17%,#e60070),color-stop(100%,#9a004b));
	border-radius: 2px;
	color:#ffffff;
	display: inline-block;
	font-family: Arial;
	font-size: 1.6em; 
	font-weight: bold;
	line-height: 2.5em;
	height:40px;
	padding: 0 55px; 
	text-shadow: 0px -1px 0px #9a004b;
	text-transform: uppercase;
	width: auto;
}

.slidebtn_inner:hover,
.slidebtn_inner:active,
.slidebtn_inner:focus {
	color: #FEDBEC;
}

.slidebutton{
	/*box-shadow: 0px 8px 4px -8px #4d082a; 
	border-bottom: 1px solid #ffffff;*/
	display: inline-block;
}

.slidenav{
	height:150px;
	text-align: center;
}

.slidenav ul{
	display:inline-block;
	height:150px;
	margin:0 auto;
	padding:0;
	width: auto;
}

.slidenav li{
	height: 130px;
	display: block;
	float:left;
	list-style: none;
	overflow: hidden;
	padding: 20px 10px 0 10px;
	width: 120px;
}

.slidenav li.act a{
	color:#9a004b;
}

.slidenav li a{
	color: #4d082a;
	display: block;
	font-family: Arial;
	font-size: 1.2em;
	height: 130px;
	position: relative;
}

.slidenav li a:hover,
.slidenav li a:active,
.slidenav li a:focus{
	color:#9a004b;
}

.slidenav a img{
	background: url('../images/smallshadow.png') center bottom no-repeat;
	display: block;
	height: 80px;
	padding-bottom: 7px;
	width: 120px;
}

.slidenav li.inact .imgborder{
	border: 0;
	height: 0;
	width: 0;
}

.slidenav li.act .imgborder{
	border: 10px solid #9a004b;
	height: 60px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100px;
}

.slidenav li a span{
	display: block;
	height: 40px;
}
