



/*  slider container(s) */
	#carousel, #carousel, #carousel { 
		width: 982px;
		height: 423px;
		position: relative;
		top: 71px;
	}

	.item { 
		display: block; 
		width: 962px; 
		height: 423px; 
		position: relative;
	}
	.item h3 { 
		background: url(/content/v1/us/img/slide-overlay.png) 0 0 repeat;
		font-size: 22px;
		color: #5b5b5b;
		max-width: 655px;
		position: absolute;
		bottom: 25px;
		padding-bottom: 10px;
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.item p { font-size: 13px; padding: 6px 10px 12px; }


/* controls styling 
#controls1, #controls2, #controls3 { display: block; padding: 10px; position: relative; margin: 12px auto; width: 500px; }*/

		#content #controls1 {
			display: block;
			height: 47px;
			width: 98px;
			position: absolute;  
			top: 588px;		
			left: 860px;
			margin: 0;
			padding: 0;
		}
	 
		#controls1 li {
			cursor: pointer;
			display: block;
			float: left;
			text-indent: -9999px;
			}
	
		.prev_btn { 
			background: url(/content/v1/us/img/left-arrow.gif) 0 0 no-repeat;
			height: 47px;
			width: 49px;
			text-indent:-9999px;
			position: absolute;
		}
		.next_btn { 
			background: url(/content/v1/us/img/right-arrow.gif) 0 0 no-repeat;
			height: 47px;
			width: 49px;
			text-indent:-9999px;  
			position:absolute; 
			left: 49px;
		}

			.play_btn {
				display: none;
			 }
			
			.num_nav { display: none; }
			.num_nav ul li { display: none; margin: 0 2px; }
			.num_nav ul li a { padding: 2px 3px; color:#AF4B32; border: 1px solid #80301D; background-color:#513328; }
			.num_nav ul li a.active, .num_nav ul li a:hover { border-color: #fff; background-color:#80301D; }
			
			
			.btn_over { color:#fff; border: 1px solid #fff; background-color: #80301D; }
			
			.clearit { clear: both; }


<!--/* 0.000962392276224548 */-->