div#siabcallouttop {
	position:relative;
	float:left;
	width:550px;
	overflow: hidden;
	zoom:1;
}

.siabcontentslide {
	height: 210px;
	background:#012555;
}

.siabcontentslide .siabcontentdiv {
	display: none;
}

.siabpagination {
	position: absolute;
	bottom:20px;
	right:20px;
	width:330px;
	height:21px;
	background-image: url("../images/bg_pagination.png");
	overflow: hidden;
	zoom:1;
	
}

.siabpagination a {
	float:left;
	font-size:8px;
	line-height:8px;
	color:#00467f;
	text-decoration: none;
	text-indent:-9999px;
	margin: 0px;
	padding: 0px;
	width: 21px;
	height:21px;
	background-image: url("../images/bg_dot.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.siabpagination a:hover,.siabpagination a.selected {
	color:#000000;
	background-image: url("../images/bg_dot_over.png");
}

/*** Slider content ***/

div.siabcontentdiv {
	position:relative;
	height: 100%;
	overflow: hidden;
}

div.siabcontentdiv div.jmcontent {
	width:160px;
	padding: 20px;
	color: #ffffff;
}

div.siabcontentdiv a.more {
	position:absolute;
	bottom:20px;
	left:20px;
	display:block;
	width:170px;
	background:#ccd5de url("../images/bg_pagination_more.gif") no-repeat 1px 1px;
	border-right:1px solid #fff;
	color:#444;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding:3px 0 3px 10px;
}
