﻿/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*		    JCAROUSEL LITE			*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.slider {
	float: left;
	position: relative; 
	visibility: hidden;
}
	
.slider ul 
{
	
}

.slider ul li {
	width: 421px;
    height: 213px;
	text-align: center;
	line-height: 115%;
}

.slider ul li img {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}	

/*
.sliderBottom {
	background-color: #fff;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	padding: 8px 20px;	
}

.sliderBottomTxt {
	font-style: italic;
	font-size: 1.5em;
	color: #76a6c4;
	float: left;
}

.prev {
	cursor: pointer; 
	float: left;
	width: 18px; height: 56px;
	background: transparent url(/images/icons/link_slider-arrows.png) top left;
	margin-top: 20px;
}
a:hover .prev { background: transparent url(/images/icons/link_slider-arrows.png) bottom left; }

.next {
	cursor: pointer; 
	float: right;
	width: 18px; height: 56px;
	background: transparent url(/images/icons/link_slider-arrows.png) top right;
	margin-top: 20px;
}
a:hover .next { background: transparent url(/images/icons/link_slider-arrows.png) bottom right; }



.alertCircles { float: right; display: none; }
.alertCircle {
	width: 8px;
	height: 8px;
	float: left;
	background: transparent url(/images/icons/alertCircle.png) no-repeat;
	padding: 3px;
}
.alertCircle_current {
	width: 8px;
	height: 8px;
	float: left;
	background: transparent url(/images/icons/alertCircle_current.png) no-repeat;
	padding: 3px;
}
*/