.newsbox{
	float:left;
	width: 295px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.newsbox .title
{
	color: #a1a1a3;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 16px 0px;	
}
.newsbox .linkall
{
	float:right;
	margin-right: 5px;
	margin-top: 2px;
}
.newsbox .relatednews
{
	background-color: #ededed;	
	padding: 15px 0px 15px 20px;
}
.newsbox .relatednews li
{
	list-style: square;
	margin-left: 20px;
}
.newsbox .relatednews a{color: #6a6a6a;}
.newsbox .relatednews a:hover
{
	color: #535353;
	text-decoration: underline;
	font-weight: bold;
}
/**** glide content styles********/
.glidecontentwrapper
{
	position: relative; /* Do not change this value */
	width: 150px;
	height: 110px;
	overflow: hidden;
	float: left;
}
.glidecontent
{
	position: absolute; /* Do not change this value */
	background: white;
	visibility: hidden;
	width: 150px;
}
.glidecontenttoggler
{
	background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
	float: left;
	height: 110px;
}
.glidecontenttoggler a{
	display: -moz-inline-box;
	display: inline-block;
	background: #cccccc;
	color: #616161;
	height: 36px;
	width: 140px;
	padding-left: 5px;
	border-bottom: 1px solid #ffffff;/**/	
}
.glidecontenttoggler a.selected{
	color: white;
	background: url(images/bg-togger-black.png);
}
.glidecontenttoggler a:hover{	
	color: white;
	background: url(images/bg-togger-black.png);
}
.glidecontenttoggler a.toc{}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next{}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{	}
/********orange*****/
.newsbox.orange .title{color: #fea012;}
.newsbox.orange .glidecontenttoggler a{background: #fffbbb;}
.newsbox.orange .glidecontenttoggler a.selected{background: url(images/bg-togger-orange.png);}
.newsbox.orange .glidecontenttoggler a:hover{background: url(images/bg-togger-orange.png);	}
/********** skyblue************/
.newsbox.skyblue .title{color: #0184bc;}
.newsbox.skyblue .glidecontenttoggler a{background: #ecfefe;}
.newsbox.skyblue .glidecontenttoggler a.selected{background: url(images/bg-togger-skyblue.png);}
.newsbox.skyblue .glidecontenttoggler a:hover{background: url(images/bg-togger-skyblue.png);}
/********** lime************/
.newsbox.lime .title{color: #17c702;}
.newsbox.lime .glidecontenttoggler a{background: #e1ffc9;}
.newsbox.lime .glidecontenttoggler a.selected{background: url(images/bg-togger-lime.png);}
.newsbox.lime .glidecontenttoggler a:hover{background: url(images/bg-togger-lime.png);}
/********** purple************/
.newsbox.purple .title{color: #680066;}
.newsbox.purple .glidecontenttoggler a{background: #f0d0ff;}
.newsbox.purple .glidecontenttoggler a.selected{background: url(images/bg-togger-purple.png);}
.newsbox.purple .glidecontenttoggler a:hover{background: url(images/bg-togger-purple.png);}
/**********main page**********/
.newsbox.mainpage{
	position: relative;
	float:left;
	width: 595px;
	padding-right: 0px;
	padding-bottom: 5px;	
}
.newsbox.mainpage .glidecontentwrapper
{
	background: url(images/bg-glidecontent.png) repeat-x bottom;
	position: relative; /* Do not change this value */
	float: left;
	height: 301px;
	width: 595px;	
	overflow: hidden;
}
.newsbox.mainpage .glidecontent
{
	position: absolute; /* Do not change this value */
	background: white;
	visibility: hidden;
	height: 301px;
	width: 595px;
}
.newsbox.mainpage .glidecontent .image
{
	height: 240px;
	width: 450px;
}
.newsbox.mainpage .glidecontent .content
{
	background: url(images/bg-glidecontent.png) repeat-x bottom;/**/
	position: absolute;
	height: 60px;
	width: 100%;
	left:0px;	
	bottom:0px;
	margin-top: 2px;
	padding-left: 20px;
	color: white;
	font-weight: bold;
}
.newsbox.mainpage .glidecontenttoggler
{
	background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
	position: absolute;
	float: left;
	height: 240px;
	width: 140px;
	top:0px;
	left: 450px;
}
.newsbox.mainpage .glidecontenttoggler a{
	display: -moz-inline-box;
	display: inline-block;
	background: #eeeeee;
	color: #616161;
	height: 60px;
	width: 140px;
	border-bottom: none;
	z-index: 99999;/**/
	position: relative;	
}
.newsbox.mainpage .glidecontenttoggler a.selected, .newsbox.mainpage .glidecontenttoggler a:hover
{
	background: url(images/bg-togger-big.png) no-repeat left;
	color: white;	
	height: 60px;
	width: 170px;
	margin-left: -30px;/**/
}

.newsbox.mainpage .glidecontenttoggler a .togglerContent
{
	width: 140px;
	height: 60px;
	overflow: hidden;
}
.newsbox.mainpage .glidecontenttoggler a.selected .togglerContent
{	
	margin-left: 30px;/**/
}