/**
* YOOcarousel Joomla! Module
*
* @version   1.5.0
* @author    yootheme.com
* @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
* @license	 GNU/GPL
*/

div.tutelle
{
    /*position: relative;
    top: 55px;
    left: -65px;*/
}

div.tutelle .panel-bottom
{
    background:transparent url(images/pager.gif) no-repeat;
    background-position: center;
    text-align:center;
    height : 18px;
    padding-top: 3px;
    margin-top: 5px;
}

div.tutelle .panel-bottom a
{
    text-decoration: none;
    margin-right: 3px;
}

div.tutelle .panel-bottom a:hover,
div.tutelle .panel-bottom a.selected
{
    color: #58125D;
    font-weight: bold;
}


/* buttons */
div.tutelle div.yoo-carousel .prev span {
	width: 15px;
	height: 14px;
	display: block;
	background: url(images/plus_beige_inv.gif) 100% 0 no-repeat; 
}

div.tutelle div.yoo-carousel .next span {
	width: 15px;
	height: 14px;
	display: block;
	background: url(images/plus_beige.gif) 100% 0 no-repeat; 
}

div.tutelle div.yoo-carousel .prev a,
div.tutelle div.yoo-carousel .next a {
	cursor: pointer;
}

div.tutelle div.yoo-carousel div.article
{
    height: 70px;
    margin-top: 20px;
    overflow: hidden;
}

div.tutelle div.yoo-carousel div.slide img
{
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}

div.tutelle div.yoo-carousel div.slide a
{
    float: right;
}
