﻿#mainSlider body,#mainSlider h1,#mainSlider h2,#mainSlider h3,#mainSlider p,#mainSlider quote,#mainSlider small,#mainSlider form,
#mainSlider input,#mainSlider ul,#mainSlider li,#mainSlider ol,#mainSlider label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

#mainSlider body{
	/* Setting default text color, background and a font stack */
	color:#444444; /*444444*/
	font-size:13px;
	background: #f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
}


/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	/*-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;*/
	
	/* CSS3 Rounded Corners */
	
	-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;
	
	/*zz background:url(ImagesSlider/ImagesMenu/panel.jpg) repeat-x bottom center #ffffff;*/
	
	/* The width of the gallery */
	width:794px; /*for some reason have to subtract 6 here to get it centered when width of slides is 800px*/
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:250px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:800px;
	overflow:hidden;
}

.slide{
	float:left;
}


#menuSlider{
	/* This is the container for the thumbnails */
	/*background: #f3f3f3;*/
	height:28px; /*45*/
	
	text-align: center;
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	
}

#mainSlider ul{
	margin:0px;
	padding:0px;
}

#mainSlider li{
	/* Every thumbnail is a li element */
	width:30px;
	display:inline-block;
	list-style:none;
	height:28px;
	overflow:hidden;
}

#mainSlider li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	/*background-color: White;*/
	font-weight:bolder;
	text-decoration:none;
	/*background: url(ImagesSlider/ImagesMenu/active_bg.png) repeat;*/ /*active_bg.png*/
}

#mainSlider li.act, #menuSlider li.act:hover{
	/* The active state of the thumb */
	font-weight:bolder;
	/*background-color: #f7f7f7;*/
	/*font-size:small;*/
	 text-decoration:underline;
	/*background:url(ImagesSlider/ImagesMenu/active_bg.png) no-repeat;*/
}

#mainSlider li.act a{
	cursor:default;
}

#mainSlider .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	/*zz background:url(ImagesSlider/ImagesMenu/divider.png) no-repeat right;*/
}



#mainSlider li a{
	display:block;
	/*zz background:url(ImagesSlider/ImagesMenu/divider.png) no-repeat right;*/
	height:35px; /*35px*/
	padding-top:10px;
}

#mainSlider a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

/*
h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}
*/
#mainSlider{
	/* The main container */
	margin:0px auto; /*15*/
	text-align:center;
	width:800px;
	position:relative;
}

#mainSlider a, #mainSlider a:visited {
	color: #3A4F63;/*#0196e3;*/
	text-decoration:none;
	outline:none;
}

#mainSlider a:hover{
	text-decoration:underline;
}

#mainSlider p{
	padding:0px;
	text-align:center;
}
