.ui-carousel {
	
	overflow: hidden;
	padding: 0;
    /*for ie7 to work e.g in html carousels*/
	position: relative;
	
}

/*.ui-carousel-container{
    position: relative;
    width:100%!important;
}*/

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}

/*-------carousel events-------*/

/*.carousel_nav
{
    width: 43px;
    height: 82px;
    background: url(../../images/ui/arrow-left.png) #fff center center no-repeat;
    position: absolute;
    z-index: 1;
    top: 50%;
    display:block;
}*/

.events-navs{
    /*padding-top:10px;
    padding-bottom:10px;
    text-align:center!important;*/
}

#ui-carousel-next
{
    position:absolute;
    z-index:2;
    top:3000px;
    left:96%;
    /*left:1230px;*/
    /*right: -60px;*/
    /*background-image: url(../../images/ui/arrow-right.png);*/
}

#ui-carousel-prev
{
    position: absolute;
    top:3000px;
    z-index:2;
    left:1%;
    /*left: -60px;*/
    /*background: url(../../images/ui/arrow-left.png);*/
}


/*--termina carousel events---*/
