/*BODY*/
body{
	background:url('../../img/bruno/bg_gradiant.gif') 0 0 repeat-x #ffcb00;
}
/*LAYOUT HOME*/
.wrapper {
	background:url('../../img/bruno/bg_background.jpg') center -100px no-repeat;
}
/*CHROMES*/
div#left {
	background-color:transparent;	
}
div#right {
	background:url('../../img/bruno/chrome_right_int.gif') 0 0 repeat-y transparent;
}
div.chrome {
	padding:10px 10px 5px;
	background:url('../../img/bruno/chrome_int.gif') 0 0 repeat-y transparent;
}
div#main {
	background:url('../../img/bruno/column.gif') 0 0 repeat-y transparent;
}
img.chrome_ext_bottom {
	background:url('../../img/bruno/chrome_ext_bot.gif') 0 0 no-repeat transparent;
}
img.chrome_ext_top {
	background:url('../../img/bruno/chrome_ext_top.gif') 0 0 no-repeat transparent;
}
img.chrome_ext_right_bot {
	background:url('../../img/bruno/chrome_right_ext_bot.gif') 0 0 no-repeat transparent;
}
img.chrome_ext_right_top {
	background:url('../../img/bruno/chrome_right_ext_top.gif') 0 0 no-repeat transparent;
}
div.pagination {
	background:url('../../img/bruno/bg_pagination.gif') 0 0 repeat-x transparent;
}
div.pagination .bg_right {
	background:url('../../img/bruno/bg_pagination_right.gif') 0 0 no-repeat transparent;
}
div.pagination .bg_left {
	background:url('../../img/bruno/bg_pagination_left.gif') 0 0 no-repeat transparent;
}
/*HEADER*/
div.header {
	height:240px;
}
div.header a.player {
	margin:0 10px 0 0;
}
div.header img.logo,
div.header .logo img {
	width:200px;
	height:97px;
}
/*CARROUSEL*/
div.carrouselV2 a.btn_prev,
div.carrouselV2 a.btn_next {
	position:relative;
	display:block;
	overflow:hidden;
}
div.carrouselV2 {
	clear:both;
	margin-bottom:2px;
	margin-top: -10px;	
}
div.carrouselV2 div.roller {
	width:940px;
	margin:0 auto;
	height:220px;
	background:url('../../img/bruno/bg_carrousel_bruno.jpg') 0 bottom no-repeat transparent;
}
div.carrouselV2 div.roller .rollercontent {
    width:1600px;
}
div.carrouselV2 div.roller .rollercontent div {
    float:left;
    width:245px;
    height:220px;
}
div.carrouselV2 div.roller .rollercontent div a,
div.carrouselV2 div.roller .rollercontent div a img  {
    display:block;
    margin:0 auto;
	text-decoration:none;
}
div.carrouselV2 div.roller .rollercontent div a:hover {
	text-decoration:none;
}
div.carrouselV2 div.roller .rollercontent div .title {
	position:absolute;
	display:none;
	overflow:hidden;
	bottom:0;
	left:0;
	z-index:1;
}
div.carrouselV2 div.roller .rollercontent div a:hover .title {
	display:block;
}
div.carrouselV2 a.btn_prev,
div.carrouselV2 a.btn_next {
	position:absolute;
	bottom:0;
	left:0;
	width:20px;
	height:170px;
	text-indent:-5000px;
	background:url('../../img/starfloor2011/picto_arrow_left.gif') center center no-repeat #191919;
}
div.carrouselV2 a.btn_next {
	left:auto;
	right:0;
	background-image:url('../../img/starfloor2011/picto_arrow_right.gif');
}
div.carrouselV2 a.btn_prev:hover {
	background-color:#F6F6F6;
	background-image:url('../../img/starfloor2011/picto_arrow_left_b.gif');
}
div.carrouselV2 a.btn_next:hover {
	background-color:#F6F6F6;
	background-image:url('../../img/starfloor2011/picto_arrow_right_b.gif');
}