
/* banner tipo section */
ul#banner-carousel {margin:0px; padding:0px;}
.custom-banner {position: relative;}

.custom-banner .jcarousel-item {
	width: 100%;
	height: auto;
    padding: 0px 0px;
    position: relative;
}

.custom-banner .jcarousel-container-horizontal {
	width: 100%;
	height: auto;
    padding: 0px 0px;
    overflow: hidden;
}

.custom-banner .jcarousel-clip-horizontal {
	width: 100%;
	height: auto;
    margin: 0 auto;
}

.custom-banner .jcarousel-item-horizontal {
    margin-right: 0px;
}


.custom-banner .jcarousel-prev-horizontal {
	background: transparent url(images/sprite.png) no-repeat 0px 0px;
	width: 35px;
	height: 35px;
	position: absolute;
	top:0px;
	left: 0px;
	cursor: pointer;
}
.custom-banner .jcarousel-next-horizontal {
	background: transparent url(images/sprite.png) no-repeat -37px 0px;
	width: 35px;
	height: 35px;
	position: absolute;
	top:0px;
	right: 0px;
	cursor: pointer;
}


.custom-banner .banner-description {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 418px;
	height: 98px;
	background: transparent url(images/banner-description.png) no-repeat;
	font-size: 24px;
	padding-left: 510px;
	padding-top: 22px;
	font-family: 'pf_handbook_proregular',Arial, sans-serif;
}

/** pager **/
#banner-pager {
	position: absolute;
	top: 0px;
	left: 35px;
	margin-top: 10px;
	z-index: 200;
	width: 100%;
	height: 20px;
}

#banner-pager li {
	display: inline-block;
	list-style-type: none;
	background: transparent url(images/sprite.png) no-repeat  -102px -12px;;
	width: 13px;
	height: 13px;
	cursor: pointer;
	margin: 0px 5px;
	zoom: 1;
	*display: inline;
}

#banner-pager a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

#banner-pager li.active {
	background-position: -84px -12px;
}


