body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#7F7F7F;
	margin:10;
}

a:link {
	text-decoration: none;
	color: #FF6666;
}
a:visited {
	text-decoration: none;
	color: #FF6666;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF6666;
}

.grassetto { color:#FF0000; font-weight:bold;}
a.grassetto {color:#FF0000;}
a.menu { color:#7F7F7F;}
a.menu:hover { color:#FF6666;}

.news div
{
		margin-bottom: 10px;
}

.news a
{
		font-size: 11px;
		color: #fff;
		text-decoration: none;
}
.news a b
{
		font-size: 12px;
}

.rosso { color:#FFD98A}
.marrone {color:#332300}
.titolo-progetto {color:#F00; font-size:13px; font-weight:bold}
#slide{width:600px;}
#slide #nav{clear:both;margin-top:10px;}
#slide .slideshow{clear:both;height:435px;list-style:none;margin:0px;padding:0px;position:relative;width:600px;}
#slide .slideshow li{display:none;height:435px;left:0px;margin:0px;overflow:hidden;padding:0px;position:absolute;top:0px;width:600px;}
#slide .slideshow li img{border:0px;float:left;margin:0px;padding:0px;}
#slide #nav a,#slide #nav a:visited{color:#808080;font:10px Arial;margin-right:4px;text-decoration:none;}
#slide #nav a:focus{outline:none;}
#slide #nav a:hover,#slide #nav a.activeSlide{color:#F00;}
#slide .slideshow li:first-child{display:inline;}

#scroll > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 350px;
    height: 85px;
    overflow: scroll;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #ddd;
    position: relative;
}

.jspDrag
{
    background: #999;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}
