
/*.scrollable-view{margin-left:50px;}*/
/* player dimensions */
.scrollable-view img{
	display:block;				
	
	width:260px;
	height:168px;
	margin-right:15px;
	float:left;
	border:1px solid #9b7849;
}



/* play button on top of splash image */
.scrollable-view  div.playButton {
	background:url(../img/play.png) no-repeat;
	width:45px !important;
	height:45px;
	position:relative;
	top:-115px;
	left:105px;	
	margin-bottom:-50px;
	opacity:0.9;
}



.scrollable-view  div.playButton:hover {
	opacity:1.0;		
}

/* items */
#main-padding #main div .scrollable-view div.scrollable {
	margin:8px 0;
	border-bottom: 1px solid #96663c;
		
}

.scrollable-view div.items {
	padding-top:10px;
	height:192px;		
	float:left;
	width:600px;
	/*background-color:#efefef;
	border:1px solid #ddd;*/
}
	
.scrollable-view div.items div {
	width:600px; 
}

.scrollable-view div.items .left {width:250px;}
.scrollable-view div.items .pic {width:260px; float:left;}

.scrollable-view div.scrollable div {		
	float:left;
}

.scrollable-view div.scrollable h2 {
	margin-top:15px;		
}

.scrollable-view div.scrollable p {
	/*color:#444;*/
	font-size:11px;
	margin-right:15px;
}


.scrollable-view div.items li {
padding:2px 0; }


.scrollable-view div.items li a {
background:url(../../../images/picto-lien.png) center left no-repeat; padding-left:12px }


/* next / prev buttons */
.scrollable-view a.prev, a.next {
	display:block;
	width:27px;
	height:28px;
	float:left;
	background-repeat:no-repeat;	
	margin-top:70px;
}

.scrollable-view a.prev {
	background:url(../img/button-left.gif);
	margin-right:10px;
}

.scrollable-view a.prev:hover {
	background:url(../img/button-left-over.gif);		
}

.scrollable-view a.next {
	background:url(../img/button-right.gif);
	margin-left:10px;
}

.scrollable-view a.next:hover {
	background:url(../img/button-right-over.gif);		
}


/* tabs */ 

#main-padding #main div .scrollable-view ul.navi { 
	
	margin:0px 0 0 0 ;
	padding:0px;
	height:4em;
	position:relative;
	top:10px;
	left:39px;
	width:600px; 
}

.scrollable-view ul.navi li {
	/*background:url(../img/tab-left.gif) left top no-repeat;*/
	margin: 0; padding: 0; display: inline; list-style-type: none;
	padding-right:10px;
	float:left;
	margin:0;
	list-style-type:none;
}

.scrollable-view ul.navi a {
	/*background:url(../img/tab-right.gif) right top no-repeat;*/
	font-size: 12px;
	line-height: 14px;
	margin: 0 10px 4px 0px;
	text-decoration: none;
	cursor:default;

}


.scrollable-view ul.navi li.active a, ul.navi a:hover {
	background-position:100% -100px;
	padding-bottom: 2px; 
	color: #FFF;
	cursor:pointer;
}

.scrollable-view ul.navi li.active {
	background-position:0 -100px;	
}

