/*default CSS for SAG scroller*/

.sagscroller{
width: 340px;  /*default width of scroller*/
height:360px;
overflow:hidden;
position:relative;
border:7px solid black;
border-radius: 8px; /*css3 round corners*/
-moz-border-radius: 8px; /*css3 round corners*/
-webkit-border-radius: 8px; /*css3 round corners*/
/* background-color:#696; */
top:50px;
left:10px;

}

.sagscroller a{
font-weight:normal;
}

.sagscroller ul{
position:absolute;
margin:0;
padding:0;
background:none;
list-style:none;
width: 100%;
}

.sagscroller ul li{
display:block;
}

.sagscroller ul li .rsscontent{ /*div containing body of each RSS entry*/
}

.sagscroller ul li .rsslabel{ /*div containing label of each RSS entry*/
margin-top:5px;

clear: both;
}

/* #SAG scroller demo #2 */

div#mysagscroller2{
width: 260px; /*width of scroller*/
height:360px;
border:0px solid #ecd0e0;
background-color:none;
}


div#mysagscroller2 ul li img{
border-width:0;
display:block; /* this causes each image to be flush against each other */

}

.fdbox {
	background-image:url(../../_template/poupart/images/fdBoxVertical1.png);
	height:480px;
}