/*** Article Sliding    ***/
.editors-pick
{
	width: 967px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #fff;
}
.editors-pick-wrapper{
	position: relative;  
	width: 967px;
	height: 260px;  
	overflow: hidden;
}
.editors-title
{
	width: 150px;
	height: 23px;
	padding-top: 7px;
	padding-left: 25px;
	margin-left: 5px;
	background-image: url(images/title-icon.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #d9d9d8;
	float: left;
}
.editors-title a
{
	color: #000;
	text-decoration: none;
}
.editors-title a:hover
{
	color: #7d1315;
	text-decoration: none;
}
.editors-content{ 
	position: absolute;  
	visibility: hidden;
	width: 967px;
	font-size:12px;
	margin-top: 45px;
	margin-left: 30px;
	font-weight:normal;
	color: #000;
	background-color: #fff;
}
.toggler{  
	width: 605px;
	height: 23px;
	padding-top: 7px;
	border-bottom: solid 1px #d9d9d8;
	float: left; 
	padding-left: 175px; 
}
.toggler a{ 
	text-align:left;
	padding: 0px 15px;
	border-radius: 3px;
	text-decoration: none; 
	margin-right: 5px;
	font-size:12px;
	background-color: #e1e1e1;
	border: 1px solid #a6a6a6;
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px;    /* Konqueror */
	-moz-border-radius: 3px; /* Firefox */
	border-radius: 3px;
	color: #000;
}
.toggler a.selected{  
	color: #7d1315;
	border:solid 1px #7d1315;
	text-decoration: none; 
}
.toggler a:hover{
	color: #7d1315;
	border:solid 1px #7d1315;
	text-decoration: none; 
}
.toggler a.prev:hover, .toggler a.next:hover{
	background-color: #e1e1e1;
	color: #7d1315;
	border:solid 1px #7d1315;
	text-decoration: none; 
}
.gal-st
{
	width:214px;
	height: 240px;
	margin-right: 7px;
	margin-left: 7px;
	float:left;
	overflow: hidden;
	
}
.gal-st img
{
	width: 200px;
	height: 147px;
	overflow: hidden;
	float: left;
}
.gal-st h3
{
	text-align:left;
	overflow: hidden;
	float: left;
	padding: 5px;
}
.gal-st h3 a
{
	color: #000;
	text-decoration: none;
}
.gal-st h3 a:hover
{
	color: #7d1315;
	text-decoration: none;
}