/*
    anythingSlider v1.2
    
    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: 865px; 
	height: 375px; 
	position: relative; 
	margin: 0; 
	float: left;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.anythingSlider .wrapper { 
	width: 865px; 
	overflow: auto; 
	height: 375px; 
	margin: 0; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul { 
	width: 32700px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0;  
	margin: 0; 
}

.anythingSlider .wrapper ul li	{ 
	display: block; 
	float: left; 
	padding: 0; 
	height: 250px; 
	width: 865px; 
	margin: 0;
	z-index: 1;
	color: #333;
}

.anythingSlider h2.entry-title,
.anythingSlider #subt,
.anythingSlider p {
	margin-left: 0;
}

#leftsl {
	width: 320px;
	height: 375px;
	float: left;
	background: url(../images/pattern.png);
}

#rightsl {
	width: 500px;
	height: 375px;
	margin-left: 2px;
	float: left;
}

.slidecaption {
	width: 200px;
	margin-left: 25px;
	margin-top: 25px;
	color: #848484;
	font-style: italic;
}

.slidecaption h2.entry-title {
	font-size: 16px;
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
}

a.slidemore {
	color: #cc0066;
	font-style: italic;
	text-decoration: none;
	margin-top: 10px;
	clear: both;
	float: left;
	display: block;
}

a.slidemore:hover {
	text-decoration: underline;
}

.anythingSlider .arrow { 
	display: block; 
	height: 211px; 
	width: 40px; 
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px; 
	position: absolute; 
	top: 0; 
	cursor: pointer;
	z-index: 3;
}

.anythingSlider .forward { 
	background-position: 0 0; 
	right: 0; 
}

.anythingSlider .back { 
	background-position: 0 -210px; 
	right: 0px; 
	top: 210px;
}

.anythingSlider .forward:hover { 
}

.anythingSlider .back:hover { 
}

.thumbNav {  
	text-align: left; 
	z-index: 4;
	width: 18px;
	height: 18px;
	margin-left: 50px;
	margin-top: 271px;
	clear: left;
	float: left;
}

.thumbNav ul {
	width: 18px;
	height: 18px;
}

.thumbNav li { 
	display: block;
	position: absolute; 
}

.thumbNav a { 
	color: #fff; 
	font-size: 15px; 
	display: none; 
	height: 12px; 
	margin: 0 5px 0 0;  
	text-align: center;
	position: relative;
	z-index: 5; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.thumbNav a:hover { 
	background-image: none; 
}

.thumbNav a.cur { 
	color: #000;
	position: relative;
	z-index: 6;
	display: inline-block;
}

.start-stop { 
	display: none;
}

.start-stop.playing { 
}

.start-stop:hover { 
}

/*
  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; 
}