body{
	background:url(../images/index_site_bgr.gif) repeat-x 0 26px;
	/*background:url('../images/christmas_theme_2.jpg') no-repeat #FFF center 24px;*/
	/*background:url('../images/christmas_viaexpo.gif') no-repeat #FFF center 24px; background-attachment:fixed;*/
}

div.mainScrollable{
	float:left;
	width:996px;
	border:1px solid #eee;
	background-color:#f4f4f4;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width:996px;
	height:155px;
	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item 
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
*/

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
}

div.subScrollable{
	float:left; width:988px; border-top: dotted 1px #e3d2d3;
	margin-left:4px; padding-top:10px; height:45px;
	background:url(../images/sub_scrollable_bgr.gif) no-repeat center bottom;
}
div.subScrollable a.prev{
	float:left; position:relative; left:390px;
}
div.subScrollable a.next{
	float:right;  position:relative; right:390px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 		{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  		{ background-position:-60px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* position and dimensions of the navigator */
.navi {
	float:left; width:150px; height:20px;
	position:relative; left:430px; top:9px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	cursor:pointer;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

.four_news {
    float: left; margin: 20px 0; width: 606px; background-color: #EEEEEE;
}
.four_news a{
    float: left; padding: 10px; color:#555; font-size:13px;
}

#chained .items div.eventBox{
	float:left; width:976px; margin:10px 0 0 10px; height:247px; overflow:hidden;
}
#chained .items div.eventBox .loopTitle{
	font-size:14px; font-weight:bold; color:#bd0000;
}
#chained .items div.eventBox div.loopDesc{
	font-size:12px; color:#666; margin-top:10px;
	float:left; width:976px;
}

div.loopDesc div.indexSlideBoxImg{
	float:left; width:186px;
}
div.loopDesc div.indexSlideBoxImg img{
	float:left; width:170px; border:none;
}
div.loopDesc div.indexSlideBoxTxt{
	float:left; width:780px; line-height:17px;
}
div.loopDesc div.indexSlideBoxTxt a{
	color:#444; text-decoration:none; 
}
div.loopDesc div.indexSlideBoxTxt a:hover{
	text-shadow: 2px 1px #CCC;
}
div.loopDesc div.indexSlideBoxTxt ul{
	list-style-position:inside;
	list-style-type:circle;
}