#gallery{
	/* CSS3 Box Shadow */

	/* CSS3 Rounded Corners */

	border:0px solid white;
	
	background: transparent;

	/* The width of the gallery */
	width:1000px;
	overflow:hidden;
        float: left;
}

#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:1000px;
	overflow:hidden;
}

.slide{
	float:left;
}

div#menu {
	/* This is the container for the thumbnails */
	height:20px;
        border: 0px solid #f0a;
}

div#menu ul {
	margin:0px;
	padding:0px;
	display:inline-block;
	list-style:none;
        position: relative;
        top: -40px;
        left: 40px;
}

div#menu ul li{
	/* Every thumbnail is a li element */
	width:26px;
	display:inline-block;
	list-style:none;
	height:20px;
	overflow:hidden;
	background:url(http://www.notebook98.ru/aui/images/bullet_off_img) top center no-repeat;
}

div#menu ul li.inact:hover{
	/* The inactive state, highlighted on mouse over */

}

div#menu ul li.act, div#menu ul li.act:hover{
	/* The active state of the thumb */
	background:url(http://www.notebook98.ru/aui/images/bullet_on_img) top center no-repeat;
}

div#menu ul li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background: none;
}

div#menu ul li a{
	display:block;
	background:url(img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}
a img{
	border:none;
}
div.slide h2 {
        color: #333;
        font: bold 24pt/24pt Arial, "Lucida Sans Unicode";
        position: relative;
        top: -280px;
        left: 550px;
        width: 400px;
        background: #fff;
        padding: 10px;
}
