body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

/* 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;
	
/*	-moz-border-radius-topleft:4px;
	-webkit-border-bottom-top-radius:4px;
	border-top-left-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;*/
	border:1px solid white;
	
	/*background:url(../images/panel.jpg) repeat-x bottom center #ffffff;*/
	background:#E8E8E8;
	/* The width of the gallery */
	width:937px;
	height:448px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:937px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

#gallery ul{
	margin:0px;
	padding:0px;
	float:left;
	width:70%;
}


#gallery span{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

#gallery span.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../images/pic_bg.png) repeat;
}

#gallery span.act,span.act:hover{
	/* The active state of the thumb */
	background:url(../images/active_bg.png) no-repeat;
}

#gallery span.act a{
	cursor:default;
}
#gallery span a{
	display:block;
/*	background:url(../images/divider.png) no-repeat right;*/
	height:35px;
	padding-top:10px;
}


.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
/*	background:url(../images/divider.png) no-repeat right;*/
}



#gallery a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

#gallery h1{
	font-family:Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

#gallery h2{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:920px;
	position:relative;
}

#gallery a {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

#gallery a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

#gallery a:hover{
	text-decoration:underline;
}

#gallery p{
	padding:10px;
	text-align:center;
}

.learnBtn {
	background:url(../images/LearnMore-01.png) no-repeat right;	
	width:192px;
	height:42px;
	cursor:pointer;
	float:right;
}

.learnBtn:hover{
	background:url(../images/LearnMore-02.png) no-repeat right;	
}

<!--.videoBtn {
	background:url(../images/WatchVideo-01.png) no-repeat right;	
	width:192px;
	height:42px;
	cursor:pointer;
	float:right;
}

.videoBtn:hover{
	background:url(../images/WatchVideo-02.png) no-repeat right;	
}-->