#search{
	width:193px;
	height:157px;
	background: url(../images/search.png) no-repeat;
	padding:5px;
}
#search label{
	color:#fff;
	font-weight:bold;
}
#search2{
	width:749px;
	height:104px;
	background: url(../images/share_yellow_bubble.png) no-repeat;
}
#scroller { 	
		width: 134px;	
		height: 522px;	
		overflow: hidden;	
		background: #f1f8fa;	
		margin: -2px 0 0 0;	
		padding-top: 2px
		}

html>body #scroller {	
		margin-top: 0px
		}

#scroll_outter{	
		height: 590px;	
		}

#scroll_inner{
		display: none
}

.btn_wrapper_up, .btn_wrapper_down {	
		height: 28px;	
		margin: 0 0 0 0px;
		}

.btn_wrapper_up {	
		background: url(../images/bg_videonav_top.jpg) no-repeat;
		}

.btn_wrapper_down {	
		background: url(../images/bg_videonav_floor.jpg) no-repeat
		}

#btn_down,#btn_up {	
		width: 134px;	
		height: 28px
		}

.btn_on {	
		cursor: pointer;	
		display: block;
		}	

#btn_up.btn_on {		
		background: url(../images/btn_up.jpg);	
		}		

#btn_up.btn_on:hover {			
		background: url(../images/btn_up_o.jpg);		
		}	

a#btn_down.btn_on {		
		background: url(../images/btn_down.jpg)	
		}		

a#btn_down.btn_on:hover {			
		background: url(../images/btn_down_o.jpg)		
		}

#btn_up.btn_off {	
		background: url(../images/bg_videonav_top.jpg) no-repeat;
		}

#btn_down.btn_off {	
		background: none
		}
/* 	story list	*/

ul#sidebar {	
		margin: 0px 0 0 3px;	
		padding: 0;
		}	

ul#sidebar li {		
		margin: 0 0 4px 0;		
		padding: 0;		
		background: url(../images/bg_story_tn.jpg) no-repeat	
		}		

ul#sidebar li a {			
		display: block;			
		padding: 0;			
		width: 122px;			
		height: 127px;			
		text-decoration: none;			
		color: #000		
		}				

ul#sidebar li a:hover {			
		color: #0083B3	
		}	

ul#sidebar li a.selected:hover {			
		color: #000	
		}	

ul#sidebar li p {
		margin: 3px 0 0 6px ;
		padding:0;
		font-size: .8em;
		line-height: 1.3em;
		width:116px;
}				


ul#sidebar li img {			
		margin: 3px 0 0 3px;			
		width: 122px;			
		height: 78px;			
		border: none;		
		}				

ul#sidebar li span {
		display: block;		
		margin: 3px 0 0 6px ;			
		padding:0;			
		font-size: .8em;			
		line-height: 1.3em;			
		width:116px;		
		}
/*	video_nav wrapper*/

#video_nav_wrapper {	
		margin:0 20px 0 20px;
		width: 134px;	
		height: 100%;	
		}

.bouton {
	text-transform:capitalize;
	padding:2px;
	background:#009900;
	border-bottom:thin solid #006600;
	border-right:thin solid #006600;
	border-top:thin solid #CCCCCC;
	border-left:thin solid #CCCCCC;
	color : white;
	font-weight: bold;
	cursor:pointer;
}
a.bouton {
	color : white;
	font-weight: bold;
}
.bouton:hover {
	background:#F4BB3A;
	border: 1px solid #C77641;
	color : white;
	font-weight: bold;
	cursor:pointer;
}
.centre{
	text-align: center;
}

