/*
    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: 224px;
	height: 150px;
	position: relative;
	float:left;
	padding:0;
	margin:0px;
}
.anythingSlider .wrapper {
	width: 224px;
	overflow: auto;
	height: 150px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	/*top: 60px;*/
	left: 0;
	padding:0;
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	/*width:900px;*/
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	border-top: 0px solid #e0a213;
	border-bottom: 3px solid #e0a213;
	margin: 0;
	padding:0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 150px;
	width:224px;	
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background:url(../images/inner/slider/arrowsa.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	/*top: 65px;*/
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
}
.anythingSlider .back {
	background:url(../images/inner/slider/arrowsb.png) no-repeat 0 0;
}
.anythingSlider .forward:hover {
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	background:url(../images/inner/slider/arrowsb.png) no-repeat 0 0;
}
#thumbNav {
	position: relative;
	/*top: 280px;*/
	top:230px;
	text-align: center;
	float:right;
    
}
#thumbNav a {
	color: black;
	float:none;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 4px;
	height: 10px;
	margin:0 0px 0 0;
	background:url(../images/inner/slider/banerdot.png) no-repeat ;
	text-align: center;
	color:#071727;
}
#thumbNav a:hover {
	background:url(../images/inner/slider/banerdot_m.png) no-repeat ;
	
}
#thumbNav a.cur {
	background:url(../images/inner/slider/banerdot_m.png) no-repeat;
	
}
/*#start-stop                             { background: green; background-image: url(../images/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; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }*/

/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: left;
	height: auto;
	background: none;
}
/*#border1 {
	border:#3399FF;
	border:thin;
	}
.navigation {
			float:right;
			font-size:13px;
			font-weight:bold;
			padding-top:23px;
			padding-right:10px;
			color:#000000;
			
			}
.navigation a {
			
			color:#000000;
			text-decoration:none;
			}			
			
.navigation a:hover {
			color:#FF0000;
			text-decoration:none;
			}	
			
.caption {
			clear:both; 
			float:right; 
			padding-right:10px;
			color:#000000;
			font-family:Arial, Helvetica, sans-serif;
			font-size:22px;
			font-weight:bold;
			font-style:italic;
			padding-top:5px;
		}
		
.userlogin a {
				float:right;
				height:20px;
				color:#009999;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				text-decoration:none;
				font-weight:bold;
				line-height:20px;
				padding-right:10px;
				margin:5px 10px 0px 0px;
				border-right-color:#C4C4C4; border-right-style:solid; border-right-width:thin;
				}
				
.userlogin a:hover {
				text-decoration:underline;
				}
				
#head{
		width:997px;
		height:119px;
		float:left;
		background:url(../images/head.jpg) no-repeat;
		border-left-color:#C4C4C4; border-right-color:#C4C4C4; border-left-style:solid; border-left-width:thin; border-right-style:solid; border-right-width:thin;
}

#head_right{
			width:727px;
			height:119px;
			float:left;
	}
	
#head_right_right{
					width:360px;
					height:32px;
					float:right;
					margin:5px 0px 0px 0px;
			}
			
#head_contact{
							width:95px;
							height:14px;
							float:left;
							margin-top:5px;
							padding:0px 0px 0px 20px;
							background:url(../images/contact_icon.gif) center left no-repeat;
					}
#head_phone{
							width:216px;
							height:14px;
							float:left;
							margin-top:5px;
							padding:0px 0px 0px 20px;
							background:url(../images/contact_icon.gif) center left no-repeat;
					}
					
#logo{ width:270px; height:119px; float:left;}																	*/