
p{
	margin-top:0px;
}
.dscrolldiv{
	/* The total width of the scrolling div including scrollbar */
	width:30px;
	height:100px;	/* The height of the scrolling div */
	display:none;
}
.scrolldiv_parentContainer{
	/*width:30px;*/	/* Width of the scrolling text */
	/*height:100%;*/
	/*overflow:hidden;*/
        margin-top:0px;
        text-align:left;
	border:0px solid #BC8FBD;
	float:left;
	position:relative;
}

/*
CSS for the scrolling content 
*/
.scrolldiv_content{
        width:100%;/*Tres important !*/
        top:0px;
	padding: 0px;
	margin: 0px;
	position:relative;
	font-family: Gill Sans,Arial,Helvetica,Times New Roman,sans-serif,Trebuchet MS;
	font-size: 12px;
	/*line-height:130%;*/
	color: #000;
	text-align:left;
	background-color:transparent;
}

.scrolldiv_content h1{
	font-size: 14px;
	color: #fff;
	font-weight:bold;
	text-align:center;
}

.scrolldiv_content h3{
	font-size: 12px;
	color: #FC6E00;
	font-weight:bold;
}

.scrolldiv_content A{
	text-decoration:underline;
	color: #FC6E00;
	font-weight:bold;
}

.scrolldiv_content .souslignage{
	color: #FC6E00;
	font-weight:bold;
}


/*
The scrollbar slider 
*/
.scrolldiv_slider{
	width:16px;
	margin-left:0px;
	height:50px;
	text-align:left;
	background-color:#463c3b;
	float:left;
	overflow:hidden;
}

/*
The scrollbar (The bar between the up and down arrow )
*/
.scrolldiv_scrollbar{
	left:0px;
	top:0px;
	width:16px;
	height:46px;	/* Total height - 40 pixels */
	border:0px solid #BC8FBD;
	position:relative;
	background-color:#463c3b;
}
/*
The scrollbar handle
*/
.scrolldiv_theScroll{
	margin:0px;
	width:16px;
	height:30px;
        /*background:url(Imgs/CG/Scrollers/Presentation_BtCursorCGU.jpg) 0px 0px repeat-y;*/
	/*background-color:#BC8FBD;*/
	position:absolute;
	top:-1px;
	left:0px;
	cursor:pointer;
	/*overflow:hidden;*/
}
/*
Scroll buttons(The up and down arrows)
*/
.scrolldiv_scrollUp,.scrolldiv_scrollDown{
	text-align:left;/*important!*/
        padding:0px;
	width:16px;
	height:18px;
	border:0px solid #BC8FBD;
	color: #BC8FBD;
	font-size:4px;
	line-height:4px;
	cursor:pointer;
}
.scrolldiv_scrollUp{
	margin-bottom:0px;
}
.scrolldiv_scrollDown{
	margin-top:0px;
}
.scrolldiv_scrollDown span,.scrolldiv_scrollUp span{
	font-family: Symbol;
}

