
/* Element classes */
/* General usable classes */

.well_hidden {
	display: none;
}

/* Scroller stuff */

div#scroller {
	width: 556px;
	height: 157px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 5px;
	margin: 0px;
	background-color: #f9f9f9;
    overflow:auto;
}

div#scroller ul {
	width: 1430px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	white-space: nowrap;
}

div#scroller li {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 8px;
	border: 0px;
}

div#scroller li a {
	display: block;
	height: 135px;
	width: 195px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
/*
div#scroller div#scrollerbar {
	width: 564px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 140px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div#scroller div#scrollerbar_l {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('../images/web/<%=GetResourceValue("Scroller-Zone-Book-ImageURL")%>');
	background-position: top left;
	background-repeat: no-repeat;
}

div#scroller div#scrollerbar_r {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url("../asset/image/btn_rgt.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

div#scroller div#scrollerbar_c {
	height: 16px;
	margin: 0px 22px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
	line-height: 16px;
	background-image: url("../asset/image/scrollbg.jpg");
}
*/
/* Zone icons */
/*
div#scroller a#zone1 {
	background-image: url('../images/web/Zone-Navigation-Book-engb.jpg');
}

div#scroller a#zone2 {
	background-image: url("../images/web/Zone-Navigation-Collaterals-engb.jpg");
}

div#scroller a#zone3 {
	background-image: url("../images/web/Zone-Navigation-Building-engb.jpg");
}

div#scroller a#zone4 {
	background-image: url("../images/web/Zone-Navigation-Trans-engb.jpg");
}

div#scroller a#zone5 {
	background-image: url("../images/web/Zone-Navigation-Direct-engb.jpg");
}

div#scroller a#zone6 {
	background-image: url("../images/web/Zone-Navigation-Digital-engb.jpg");
}

div#scroller a#zone7 {
	background-image: url("../images/web/Zone-Navigation-New-engb.jpg");
}
*/