/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         {
	width: 550px;
	height: 265px;
	position: relative;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.anythingSlider .wrapper                {
	width: 550px;
	overflow: auto;
	height: 233px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.anythingSlider .wrapper ul             {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	height: 233px;
	width: 550px;
	margin: 0;
	padding-top:13px;
}
.anythingSlider ul li img
{
	float:right;
	padding-left:10px;
	padding-right:13px;
}

.anythingSlider ul li h2 a
{
	float:right;
	width:210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5e2f18;
	line-height: 20px;
	
}
.anythingSlider ul li p
{
	float:right;
	width:205px;
}
.anythingSlider ul li .postDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5e2f18;	
	padding-top:4px;
	float:right;
}
.anythingSlider ul li .fromblog{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6ec;
	background-color: #5e2f18;
	padding-left:7px;
	padding-right:16px;
	padding-bottom:1px;
	float:right;
	background-image:url(../style/images/HezHP.gif);
background-position:right center;
background-repeat:no-repeat;
}

.anythingSlider ul li p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5e2f18;
	line-height: 18px;
	padding-top:8px;
}

.anythingSlider .arrow                  {
	display:none;
}
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               {
	padding-left:15px;
	position:relative;
	text-align:left;
	top:230px;
}
#thumbNav a                             {
	color: black;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;	
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
}
#thumbNav a:hover                       {
	background-image: none;
	background-color: #d4c7be;
	text-decoration: none;
}
#thumbNav a.cur                         {
	color: #FFFFFF;
	background-color: #5e2f18;
}


/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
