

/*PRESSE-CAROUSEL*/
	/*Bottom slider*/
.pressejcarousel {
    position: relative;
    overflow: hidden;
	/*outline:1px solid black;*/
	clear:both;
	width:292px;
	
/*margin:auto;
padding-top:24px;*/
/*margin-top:24px;*/
/*vertical-align:middle;*/
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.pressejcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
	clear:both;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.pressejcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
	width:292px;
	font-family: 'OpenSansSemibold';
	font-size:12px;
	font-weight:normal;
	/*border-left:1px solid #f1f1f1;*/
}
.pressejcarousel li a{
    /* Required only for block elements like <li>'s */
    /*float: left;*/
	/*width:222px;*/
	font-family: 'OpenSansSemibold';
	font-size:12px;
	text-decoration:none;
	color:white;
	font-weight:normal;
	/*border-left:1px solid #f1f1f1;*/
}
.pressejcarousel li a:hover{
    
	/*text-decoration:underline;*/
	
}