@charset "utf-8";
/* CSS Document */
/************************************/
/* TICKER */
/************************************/
div#newsTicker {
	width: 830px;
 height:28px;
 margin-top:5px;
 font-size:1.2em;
	overflow: hidden;
 margin-left:5px;
 float:left;
	border-bottom:1px dotted #999;
}

div#newsTicker ul {
padding-left:10px;
	float:left;
}

div#newsTicker ul li a{
    line-height:28px;
	color:#333;
	text-decoration:none;
}

div#newsTicker ul li a:hover{
	color:#5A799E;
	text-decoration:underline;
}

.hotnews{
  font-family:"Times New Roman", Times, serif;
  font-size:1.1em;
	 float:left;
 	margin-top:5px;
 	margin-left:10px;
  padding-right:10px;
  font-weight:bold;
  border-right:1px dotted #999;
}

.newsdate{
font-size:11px;
color:#666;
margin-left:8px;
}

/************************************/
/* NEWSAREA */
/************************************/
#news_area{
	width:608px;
    float:left;
	margin-bottom:20px;
    margin-left:10px;
}

#news_area li{
font-size:1.3em;
line-height:1.75em;
}

/************************************/
/* SHOWCASE */
/************************************/

.showcase
{
	position: relative;
 width:1000px;
 height:382px;
	margin: auto;
 clear:left;
 border:1px solid #ccc;
-webkit-box-shadow:0px 0px 5px #ccc;
-moz-box-shadow:0px 0px 5px #ccc;
box-shadow:0px 0px 5x #ccc;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../js/jquery.aw-showcase/images/arrows.png');
		width: 33px;
		height: 33px;
		top: 165px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -60px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -56px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		text-align: center;
		background-color: #fff;
	}
		
		.showcase-plus-anchor
		{
			background-image: url('../js/jquery.aw-showcase/images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		.showcase-tool-tip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image:url(../js/jquery.aw-showcase/images/white-opacity-80.png);
		}
		
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(../js/jquery.aw-showcase/images/white-opacity-80.png);
		}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		margin-top: 10px;
		text-align: right;
	}
	
		.showcase-button-wrapper span
		{
			margin-right:3px;
			padding:3px;
			cursor: pointer;
			font-size:1em;
			color: #333;
   border:1px solid #ccc;
		}

		.showcase-button-wrapper span:hover
		{
			border:1px solid #5A799E;
		}
	
		.showcase-button-wrapper span.active
		{
			color:#ccc;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #efefef;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 141px;
			height: 70px;
			cursor: pointer;
			border: solid 2px #efefef;
			position: relative;
			margin-top:8px;
			margin-left:1px;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image:url(../js/jquery.aw-showcase/images/black-opacity-80.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 2px #5a799e;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 2px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 2px 0px 5px 0px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 0px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 5px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(../js/jquery.aw-showcase/images/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 62px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 62px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	
		


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

/************************************/
/* TWITTER */
/************************************/
#twitter{
	float:left;
	width:362px;
    margin-left:20px;
	margin-bottom:20px;
}

#twitter-ticker{
	width:340px;
	height:400px;
	background:url(img/slickbg.png) no-repeat #f5f5f5;
	color:#333;
 font-size:1.2em;
 line-height:170%;
	display:none;
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	text-align:left;
}

#tweet-container{
	height:380px;
 padding-top:10px;
	width:auto;
	overflow:hidden;
}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	border:1px solid #efefef;
	background:url(img/transparent.png);
	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user{
 font-size:1.2em;
	float:left;
}

.tweet .time{
 float:left;
	font-size:1em;
	color:#333;
	white-space:nowrap;
}

.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
 clear:both;
}

.tweet .user{
 width:200px;
	font-weight:bold;
}


#loading{
	margin:100px 95px;
}

/* The styles below are only necessary for the demo page */

#twitter-ticker{
	margin:8px auto 20px;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right:4px;
	top:0;
	height: 100%;
	background: #ddd;
}
.jScrollPaneDrag {
	position: absolute;
	background: #999;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
