body{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	
	box-shadow: 0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	
	
	border-bottom-left-radius: 4px;
	
	border-bottom-right-radius: 4px;
	border: 1px solid white;
	/* The width of the gallery */
	
	overflow: hidden;
	background-image: url(images/panel.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

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

.slide{
	float: left;
}

#menu{
	/* This is the container for the thumbnails */
	height: 75px;
}

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

li{
	/* Every thumbnail is a li element */
	width: 50px;
	display: inline-block;
	list-style: none;
	height: 75px;
	overflow: hidden;
}

li.inact:hover{
	background-image: url(images/pic_bg.png);
	background-repeat: repeat;
}

li.act,li.act:hover{
	background-image: url(images/active_bg.png);
	background-repeat: no-repeat;
}

li.act a{
	cursor:default;
}

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

li a{
	display: block;
	height: 75px;
	padding-top: 10px;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: right;
}


/* 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;
}

a img{
	border:none;
}

h2{
	font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	text-transform: uppercase;
	top: 15px;
	right: 0px;
}

#main{
	width: 233px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}

a, a:visited {
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: none;
}

p{


}
.boutonacheterici {
}
