@charset "utf-8";

/* --------------------------------------------------
	SiteName : mypl_sayama
	FileName : mypl_module_image_scroller.css
	Description : utility styles
	Author : Future Link Network
	UpdatedBy : who-when
-------------------------------------------------- */

#imageScrollerOuter{
	margin:10px 0;
	position:relative;
}
#imageScroller{position:relative;}
#imageScrollerViewer{
	height:100px;
	overflow:hidden;
	position:relative;
	top:0px;
}
#imageScrollerContainer{position:absolute;height:100px;width:100%;}
#imageScrollerControls{
	width:100%;
	height:40px;
	background:#FFF;
	position:absolute;
	top:0px;
	left:0;
	z-index:10;
}
#imageScrollerControls a{
	width:28px;
	height:26px;
	position:absolute;
	top:5px;
}
#imageScrollerControls .title{
	font-size:84%;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin-top:10px;
}
#imageScrollerControlsRtl{background:transparent url(images/rtl.gif) no-repeat left top;left:10px;}
#imageScrollerControlsRtl:hover{background:transparent url(images/rtl_over.gif) no-repeat left top;left:10px;}
#imageScrollerControlsLtr{background:transparent url(images/ltr.gif) no-repeat left top;right:10px;}
#imageScrollerControlsLtr:hover{background:transparent url(images/ltr_over.gif) no-repeat left top;right:10px;}










