@charset "utf-8";
/* CSS Document */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	/*background:url(../img/scrollable/arrow/left.png) no-repeat;*/
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	/*background-image:url(../img/scrollable/arrow/right.png);*/
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	height:20px;
	width: auto;
	cursor:pointer;
	clear: both;
	padding-top: 6px;
	padding-left: 97px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:1px;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

.main_news_scroll {
	position:relative;
	overflow:hidden;
	height: 205px;
	width: 233px;
	float: left;
	font-size: 11px;
}

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 233px;
	height: 180px;
}

/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable2 {
	position:relative;
	overflow:hidden;
	width: 233px;
	height: 180px;
}

/* root element for scrollable items */
.scrollable2 .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable3 {
	position:relative;
	overflow:hidden;
	width: 233px;
	height: 180px;
}

/* root element for scrollable items */
.scrollable3 .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable4 {
	position:relative;
	overflow:hidden;
	width: 233px;
	height: 180px;
}

/* root element for scrollable items */
.scrollable4 .items {
	width:20000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
.item {
	width:233px;
	height:200px;
	overflow: hidden;
	text-align: justify;
}
.item p {
	margin: 0px;
	padding: 0px;
}
.item h3 {
	padding: 0px;
	font-size: 13px;
	height: 26px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news1 {
	margin-right: 7px;
	margin-left: 3px;
}
#news1 a:link {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news1 a:visited {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news1 a:hover {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news1 a:active {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news2 {
	margin-right: 7px;
	margin-left: 7px;
}
#news2 a:link {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news2 a:visited {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news2 a:hover {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news2 a:active {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news3 {
	margin-right: 7px;
	margin-left: 7px;
}
#news3 a:link {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news3 a:visited {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news3 a:hover {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news3 a:active {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news4 {
	margin-right: 3px;
	margin-left: 7px;
}
#news4 a:link {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news4 a:visited {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news4 a:hover {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
#news4 a:active {
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}
div.navi_1 {
	height:20px;
	width: auto;
	cursor:pointer;
	clear: both;
	padding-top: 6px;
	padding-left: 0px;
	background-image: url(../images/bg_dot_1.gif);
	background-repeat: no-repeat;
}


/* items inside navigator */
div.navi_1 a {
	width:8px;
	height:7px;
	float:left;
	margin:1px;
	background:url(../images/navigator_1.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi_1 a:hover {
	background-position:0 -7px;      
}

/* active state (current page state) */
div.navi_1 a.active {
	background-position:0 -14px;     
} 
div.navi_2 {
	height:20px;
	width: auto;
	cursor:pointer;
	clear: both;
	padding-top: 6px;
	padding-left: 0px;
	background-image: url(../images/bg_dot_2.gif);
	background-repeat: no-repeat;
}


/* items inside navigator */
div.navi_2 a {
	width:8px;
	height:7px;
	float:left;
	margin:1px;
	background:url(../images/navigator_2.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi_2 a:hover {
	background-position:0 -7px;      
}

/* active state (current page state) */
div.navi_2 a.active {
	background-position:0 -14px;     
} 
div.navi_3 {
	height:20px;
	width: auto;
	cursor:pointer;
	clear: both;
	padding-top: 6px;
	padding-left: 0px;
	background-image: url(../images/bg_dot_3.gif);
	background-repeat: no-repeat;
}


/* items inside navigator */
div.navi_3 a {
	width:8px;
	height:7px;
	float:left;
	margin:1px;
	background:url(../images/navigator_3.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi_3 a:hover {
	background-position:0 -7px;      
}

/* active state (current page state) */
div.navi_3 a.active {
	background-position:0 -14px;     
} 
div.navi_4 {
	height:20px;
	width: auto;
	cursor:pointer;
	clear: both;
	padding-top: 6px;
	padding-left: 0px;
	background-image: url(../images/bg_dot_4.gif);
	background-repeat: no-repeat;
}


/* items inside navigator */
div.navi_4 a {
	width:8px;
	height:7px;
	float:left;
	margin:1px;
	background:url(../images/navigator_4.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi_4 a:hover {
	background-position:0 -7px;      
}

/* active state (current page state) */
div.navi_4 a.active {
	background-position:0 -14px;     
} 
.prevPage {
	cursor:pointer;
}
.nextPage {
	cursor:pointer;
}
.currpage {
	float: right;
}
