@charset "UTF-8";
/* CSS Document */

img {border: none;}
a {outline: none; -moz-outline: none;}

body {
	background: #a1e1ef url(../images/bg.png) repeat-x top center;
	margin: 0 auto;
	padding: 0;
	height: 507px;
	}
	
#wrap {
	background: transparent url(../images/wrap.png) no-repeat top left;
	margin: 0 auto;
	padding: 0;
	height: 478px;
	width: 1000px;
	}
	
#logo {
	padding: 17px 0 0 42px;
	height: 174px;
	width: 303px;
	}
	
#menu {
	background: transparent url(../images/bg_menu.png) no-repeat;
	float: right;
	height: 61px;
	margin: -98px 67px 0 0;
	width: 438px;
	}
	
a.chisono {
	background: transparent url(../images/chisono.png) no-repeat top center;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 61px;
	width: 117px;
	}
	
a.chisono:hover, a.chisono:active, a.chisono:focus {
	background: transparent url(../images/chisono.png) no-repeat bottom center;
	border: none;
	display: block;
	}
	
a.portfolio {
	background: transparent url(../images/portfolio.png) no-repeat top center;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 61px;
	margin-left: 6px;
	width: 106px;
	}
	
a.portfolio:hover, a.portfolio:active, a.portfolio:focus {
	background: transparent url(../images/portfolio.png) no-repeat bottom center;
	border: none;
	display: block;
	}
	
a.contattami {
	background: transparent url(../images/contattami.png) no-repeat top center;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 61px;
	width: 135px;
	outline : none;
	-moz-outline: none;
	}
	
a.contattami:hover, a.contattami:active, a.contattami:focus {
	background: transparent url(../images/contattami.png) no-repeat bottom center;
	border: none;
	display: block;
	}
	
a.blog {
	background: transparent url(../images/blog.png) no-repeat top center;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 61px;
	width: 68px;
	}
	
a.blog:hover, a.blog:active, a.blog:focus {
	background: transparent url(../images/blog.png) no-repeat bottom center;
	border: none;
	display: block;
	}
	
.back {
	background: transparent url(../images/left.png) no-repeat top center;
	height: 42px;
	width: 41px;
	text-indent: -9999px;
	float: left;
	margin: -140px 0 0 60px;
	cursor: pointer;
	}

.back:hover {
	background: transparent url(../images/left.png) no-repeat center center;
	}
	
.back:active {
		background: transparent url(../images/left.png) no-repeat bottom center;
		}

	
.forward {
	background: transparent url(../images/right.png) no-repeat;
	float: right;
	height: 43px;
	width: 36px;
	text-indent: -9999px;
	cursor: pointer;
	margin: -140px 65px 0 0;
	}
	
.forward:hover {
	background: transparent url(../images/right.png) no-repeat center center;
	}
	
.forward:active {
		background: transparent url(../images/right.png) no-repeat bottom center;
		}

.wrapper {
	border: 12px solid #61a4b4;
	height: 209px;
	margin: 36px 0 0 120px;;
	overflow: hidden;
	width: 734px;
	}
	
.wrapper ul {
	margin: 0 0 0 -40px;
	overflow: hidden;
	width: 9999px;
	}

.wrapper ul li {
	float: left;
	list-style-type: none;
	}
	
.ultimi_lavori {
	background: transparent url(../images/ultimi_lavori.png) no-repeat;
	float: right;
	height: 108px;
	margin: -241px 114px 0 0;
	width: 108px;
	}
	
#thumbNav, .playing, #start-stop {
	display: none;
	}