			html, #c-carousel {
				height: 100%;
				padding: 0;
				margin: 0;
			}
			#c-carousel {
				/*min-height: 600px;*/
				width: 500px;
				margin: 0% 24%;
				/*background-color:#fff;*/
				background-color: #2A0410; /* RED */
			}

			#wrapper {
				/*border: 1px solid #ccc;*/
				background-color: #000;
				height: 550px;
				width: 1084px;
				margin: 0 0 0 -28.5%;
				top: 38%; /* Slide show position from top of page */
			}
			#inner {
				position: relative;
				width: 1084px;
				height: 580px;
				margin: 0 0 0 0%;
				overflow: hidden;
			}
			#navi {
				/*background-color: #333;
				background-color: rgba(30, 30, 30, 0.8);
				border-top: 1px solid #000;*/
				width: 600px;
				height: 70px;
				position: absolute;
				bottom: -70px;
				left: 0;
				z-index: 10;
			}
			#timer {
				/*background-color: #310513;
				/*background-color: rgba(20, 20, 20, 0.8);*/
				width: 0;
				height: 50px;
				position: absolute;
				z-index: 20;
				top: 0;
				left: 0;
			}
		/******** Slide Show Buttons  ***********/
			#prev, #next, #play #play.paused{
				display: block;
				position: absolute;
				z-index: 30;
			}
			#prev, #next {
				width: 47px;
				height: 47px;
				top: 40px;
			}
			#play, #prev, #next, #play.paused {
				border:0; 
				padding:0px 10px 0px 10px; 
				margin:0px 10px 0px 10px;  
				position:absolute; 
				bottom: 55px; background:url(../images/cb/controls6.png) no-repeat 0px 50px; width:23px; height:23px; text-indent:-9999px;
				width:23px; 
				height:23px; 
				text-indent:-9999px;
				}
	        #prev {
	        	background-position:0px 0px; 				
	        	left: 165%;
				}
	        #prev:hover{
	        	background-position:0px -25px;
	        	top: 45px;}
	        #play {background-position:-72px 0px; 	      
				top: 40px;
				left: 180.5%;
				margin-left: -53.5px;}
	        #play:hover{
	        	background-position:-71px -24px;
	        	top: 42px; }
	        	
	        #next{
	        	background-position:-24px 0px; 				
	        	left: 174.33333333%;
	        	}
	        #next:hover{
	        	background-position:-24px -25px;
	        	top: 45px;}			
			#play.paused {
				background-position:-48px 0px; 
				top: 40px;
				left: 180.5%;
				margin-left: -53.5px;
				}
			#play.paused:hover {
				background-position:-48px -23px; 
				top: 41px;
				left: 180.5%;
				margin-left: -53.5px;
				}


