/* #window{clear:both; width:800px; height:420px; background:black; overflow:hidden; position:relative; margin:0px auto;} */
  
/* #slideshow{width:10000px; height:420px; overflow:hidden; position:relative;} */
    /*#slideshow li{width:400px; height:400px; float:left; display:inline;}   */

#slider-wrapper
{
   
    position:absolute; /* svf/gjb change to relative to support the ipad  2/28/2014*/
    left:50%;
}



#window
{
    background-image: url("carousel-bg.gif");
    position:relative;
    margin-left:-50%;
}

#slides
{
display:none;
}

.buttons
{
    padding:0;
}

.slider-controls
{
	display:table;
	margin: 10px auto;
	text-align:center;
	position:relative;
	
}

.slider-controls ul
{
	text-align:center;
}

.slider-controls ul li
{
	list-style:none;
	display:inline;
	width:13px;
	height:13px;
	float:left;
	margin-left:13px;
}

.slider-controls ul li:first-child
{
    margin-left:0;
}

.slider-controls ul li a
{
	display:block;
	width:13px;
	height:0;
	padding-top:13px;
    background: url(pagination3.png) 0 0;
    overflow:hidden;
	
}

.slider-controls ul li.active a
{
	background-position:0 -13px;
}

.forward-back
{
	width:700px;
	margin:10px auto;
	text-align:center;
	
	
}

.forward-back a, .forward-back a:hover
{
	
	font-size:4em;
	text-decoration:none;
	position:relative;
	color:#DDDDDD;
	font-weight:bold;
	border: none !important; 
}



.forward-back .forward
{
	float:right;
	height:47px;	
	width:47px;
	background-image: url("right_carousel_arrow.png");
}

.forward-back .back
{
	
	float:left;
	height:47px;
	width:47px;
	background-image: url("left_carousel_arrow.png");
}
