@charset "utf-8";
/* CSS Document */

.jCarouselLite {
	visibility: visible;
	overflow: hidden;
	position: relative;
	left: 0px;
	width: 455px;
}

.jCarouselLite ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
	width: 2225px;
	left: 0px;
}

.jCarouselLite ul li {
	overflow: hidden;
	float: left;
	width: 455px;
	height: 300px;
}

.imageSlider {	
	width: 455px;
	height: 300px;
	border: 1px solid #000000;	
	position: relative;
}

.imageSlider img.sli_arrow {
	cursor: pointer;
	background-position: 0 0;
	position: absolute;
	margin: 0px 5px;
	width: 45px;
	height: 45px;
	z-index: 5;
	bottom: 5px;
}

.imageSlider img.sli_previous {
	background: url("../img/left_arrow.png") no-repeat scroll 0 0 transparent;
	float: left;
}

.imageSlider img.sli_next {
	background: url("../img/right_arrow.png") no-repeat scroll 0 0 transparent;
	float: right;
	right: 0px;
}

div.sli_text {
	background: url("../img/trans_bg.png") repeat-x scroll 0 0 transparent;
	color: #FFFFFF;
	font-size:11px;
	left:0px;
	float: right;
	top:0px;
	width:180px;
	height: 300px;
	margin: 0px;
	padding: 10px;
	position: relative;
}

div.sli_text p {
	margin: 0px;
}

div.sli_text span.heading_p  {
	color:#D3E133;
	font-size:18px;
	line-height: 120%;
}

div.sli_text a {
	background:url("../img/bg_button_trans.png") no-repeat scroll 0 0 transparent;
	color:#D3E133;
	display:block;
	font-style:normal;
	height:16px;
	text-align:center;
	text-decoration:none;
	width:80px;
}

.imageSlider img {
	position: absolute;
}

