@charset "utf-8";
/* CSS Document - VPN - 191012 */

#sliderContainer { width:1017px;}

/*----- Gallery styles ---------*/

#gallery{
	/*-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;*/
	
	background:url(../images/index/slider/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:1017px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:300px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:1017px;
	overflow:hidden;
}

.slide{
	float:left;
}

#slidemenu{
	/* This is the container for the thumbnails */
	height:45px;
	margin-left:250px;
}

#slidemenu ul{
	margin:0px;
	padding:0px;
}

#slidemenu li{
	/* Every thumbnail is a li element */
	width:60px;
	float:left;
	list-style:none;
	height:45px;
	overflow:hidden;
}

#slidemenu li img { margin-left:15px;}

#slidemenu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../images/index/slider/pic_bg.png) repeat;
}

#slidemenu li.act {
	/* The active state of the thumb*/
	background:url(../images/index/slider/active_bg.png) no-repeat;
}

#slidemenu li.act:hover {
	/* The active state of the thumb*/ 
	background:url(../images/index/slider/active_bg.png) no-repeat;
}

#slidemenu li.act a{
	cursor:default;
}

#slidemenu .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../images/index/slider/divider.png) no-repeat right;
}

#slidemenu li a{
	display:block;
	background:url(../images/index/slider/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

#sliderContainer a img{
	border:none;
}
