/*
    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: 976px; 
	height: 366px; 
	position: relative; 
	
	/*background: lightblue;*/
}
.anythingSlider .mask { 
	/*width: 350px;
	height: 310px;  */
	width: 976px;
	height:366px;
	overflow: hidden; 
	position: absolute; 
	left: 0; 
}

/* Width below is max for Opera */
.anythingSlider .mask ul { 
	width: 32700px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	/*border-top: 3px solid #e0a213; 
	border-bottom: 3px solid #e0a213; */
	padding: 0;
	margin: 0; 
}
.anythingSlider ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 366px; 
	width: 976px; 
	margin: 0;
	position: relative;
}
.anythingSlider .arrow { 
	/*display: block; 
	height: 200px; 
	width: 67px; 
	background: url(/images_layout/arrows.png) no-repeat 0 0; 
	text-indent: -9999px; 
	position: absolute; 
	top: 65px; 
	cursor: pointer; */
	
	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; 
}
*/


/* thumbnails */
#thumbNav { 
	position: relative; 
	top: -20px;
	text-align: right;
	height: 10px;
}
#thumbNav a { 
	color: #000; 
	font: 11px/18px arial, sans-serif;
	font-size: 0px; 
	line-height: 0px;
	text-indent: -999em;
	display: inline-block; 
	/*padding: 2px 8px; */
	height: 9px;
	width: 9px; 
	margin: 360px 10px 0px 0px;
	padding: 0; 
	/*background: #c58b04 url(/images_layout/cellshade.png) repeat-x; */
	background: url(../../images/ui/jquery_anythingslider_pagination_bg.png) no-repeat 0 0;
	text-align: center; 
	/*-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; */
}
#thumbNav a:hover { 
	background-image: none;
	background: url(../../images/ui/jquery_anythingslider_pagination_bg.png) no-repeat 0 -9px;
}
#thumbNav a.cur { 
	background: url(../../images/ui/jquery_anythingslider_pagination_bg.png) no-repeat 0 -9px;
}

#start-stop { 
	/*background: green; 
	background-image: url(/images_layout/cellshade.png); 
	background-repeat: repeat-x; 
	color: white; 
	padding: 2px 5px; 
	width: 40px; 
	text-align: center; 
	position: absolute; 
	right: 45px; 
	top: 323px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; */
	
	display: none;
}
/*
#start-stop.playing { 
	background-color: red; 
}
#start-stop:hover { 
	background-image: none; 
}
*/

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

/* @group CUSTOMIZE */
.anythingSlider ul li h3, .anythingSlider ul li h1, .anythingSlider ul li p, .anythingSlider ul li a{
	position: absolute;
	display: block;
}

.anythingSlider ul li h3{
	font-family:'AdobeCaslonProRegular', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	text-shadow: #333 2px 1px 3px;
	
	width: 350px;
	margin: 90px 50px 50px 550px;
}

.anythingSlider ul li h1{
	width: 350px;
	margin: 120px 50px 50px 550px;
	font-family: 'AdobeCaslonProSemibold', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.anythingSlider ul li p{
	color: #fff;
	text-shadow: #333 1px 1px 3px;
	
	width: 350px;
	margin: 180px 50px 50px 550px;
	font: normal 14px/1.5em 'Georgia', "Times New Roman", Times, serif;
}

.anythingSlider ul li a{
	font: normal 14px/1.5em 'Georgia', "Times New Roman", Times, serif;
	color: #ffcc66;
	margin: 300px 50px 50px 550px;
	
}

.anythingSlider ul li a:hover{
	text-decoration: none;
	background-color: #ffcc66;
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
	left: -10px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
}

/* @end */




