@charset "UTF-8";

div#banner{
	width: 918px;
	height: 310px;
	position:relative;
}

div#banner-text-1{
	position:absolute;
	width: 380px;
	text-align: justify;
	font-size: 11px;
	line-height: 14px;
	padding:10px 0 0 4px;
	z-index:1000;
}

div#banner-text-2{
	position:absolute;
	top: 222px;
	right: 30px;
	z-index:1000;
}

div.banner-text h2{
	font-size: 18px;
}

div#inner-content hr.dotted{
	border: none;
	border-bottom: 1px dotted #DCDCDC;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#content-col-1{
	float: left;
	width: 393px;
	min-height: 201px;
	padding-right: 35px;
	border-right: 1px dotted #E5E5E5;
	font-size: 12px;
}

div#content-col-1 .pngfix{
	margin-left:-4px;
}

div#content-col-2{
	float: right;
	width: 393px;
	min-height: 201px;
	font-size: 12px;
}

div#inner-content br{
	clear: both;
}

span.date{
	float: left;
	width: 394px;
	font-size: 13px;
	line-height: 13px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #E3E4E5;
	text-decoration: none;
	color: black;
	clear: both;
	text-decoration: none;
}

/* scrollable */
div.img-slider br{
	clear: both;
}

div.scrollable { 
	/* required settings */ 
	position:relative;
	float: left;
	overflow:hidden; 
	width: 360px; 
	height:133px; 
	margin-top:6px;
} 

div.scrollable div.items { 
	/* this cannot be too large */ 
	width:20000em; 
	position:absolute; 
} 
 
div.scrollable div.items div { 
	float:left; 
} 

div.scrollable div.items div.image{
	width:100px;
	height:100px;
	background: url('/pub/img/image-background.png') no-repeat;
	padding:10px;
}
 
a.prev{
	float: left;
	width: 10px;
	height: 33px;
	padding: 0px;
	margin: 49px 6px 0 0;
	background-image: url('/pub/img/slide-prev.png');
	cursor:pointer;
}

a.next{
	float: right;
	width: 10px;
	height: 33px;
	padding: 0px;
	margin: 49px 0 0 5px;
	background-image: url('/pub/img/slide-next.png');
	cursor:pointer;
}

/* Button */
#inner-content a.button{
	float: right;
	background: #FFFFFF url('/pub/img/button.png') no-repeat;
	height: 15px;
	font-size: 13px;
	line-height: 13px;
	vertical-align: middle;
	padding: 6px 0px;
	text-align: center;
	width: 128px;
	text-decoration: none;
	color: black;
	margin-top: 10px;
}

#inner-content a.button:hover{
	background: #FFFFFF url('/pub/img/button-active.png') no-repeat;	
}

#inner-content a.button span{
	float: left;
	padding-top: 1px;
}

#inner-content a.button span.app1{
	padding-bottom: 15px;
	padding-top: 0px;
}
