/*Super CSS by NETTuno */

#corpoportfolio {
	width: 840px;
	height: 432px;
	font-size: 15px;
	z-index: 0;
	position: relative;
	margin: auto;
}

#corpoportfolio a {
	color: #fff;
	text-decoration: underline;
}

#corpoportfolio a:hover {
	color: #AE0082;
	text-decoration: underline;
}
#corpoportfolio .imgleft{
	width: 265px;
	height: 410px;
	float: left;
	display: block;
}

#biomenu {
	width: 200px;
	height: 400px;
	margin: auto;
	padding: 0;
	float: left;
	background-color: #000;
}
/* hack ie6 */
* html #biomenu {
	width: 190px;
	float: right;
}

#biomenu ul {
	font-size: 10px;
	color: #fff;
	text-align: left;
	border-bottom: 3px solid #000;
	margin: 0;
	padding: 0;
}
#biomenu li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 2px 3px; /* top right bottom left */
}

#biomenu a {
	color: #fff;
	text-decoration: underline;
}

#biomenu h3 {
	font-size: 11px;
	color: #fff;
	border-bottom: 3px solid #000;
	display: block;
	height: 20px;
	margin: auto;
	padding: 0;
	background-color: #666666;
}

#biomenu h4 {
	font-size: 11px;
	color: #fff;
}

/* hack ie7 */
*:first-child+html #biomenu h3{
	margin: 0;
}
*:first-child+html #biomenu h4{
	margin: 0 0 2px 0;
}
/* hack ie6 */
* html #biomenu h3 {
	margin: 0;
	text-align: left;
}
* html #biomenu h4 {
	margin: 0;
	text-align: left;
}


/* Accordion*/

.toggler{
	margin: auto;
	padding: 0 0 0 2px;/* top right bottom left */
	cursor: pointer;
	display: block;
	height: 15px;
	background-color: #999999;
	border-bottom: 3px solid #000;
}

*:first-child+html .toggler{
	border: 0 !important;
}

.accordion {
	margin: auto;
	padding: 0;
	text-align: left;
	background-color: #999999;
	font-size: 11px;
}

/* SimpleSlide */
.galleria {
	width: 640px; /* Defining slideshow width */
	height: 400px; /* Defining slideshow height */
	overflow: hidden; /* required to hide not active elements. */
	margin: auto;
	float: left;
	cursor: default;
}
.galleria div {
	width: 8000px; /* Defining inner box with, must be SimpleSlide item x number of items + 3 pixels */
	cursor: default;
}
.galleria div div {
	width: 640px;
	height: 400px;
	float: left; /* Required if you want a horizontal slide. */
	cursor: default;
}
.galleria div div div{
	width: 360px;
	height: 400px;
	overflow: auto;
	margin: 0 5px 0 10px;/* top right bottom left */
	padding: 0;
	float: left;
}
/* hack ie6 */
* html .galleria div div div {
	width: 350px;
	text-align: left;
}

.galleria div div div p{
	color: #fff;
	font-size: 11px;
	margin: 0 10px 0 0; /* top right bottom left */
	padding: 15px 0 0 0;
	text-align: justify;
}
.galleria div div div h3{
	color: #AE0082;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

/*menu sottostante*/
#heading {
	display: block;
	text-align: right;
	width: 440px;
	height: 20px;
	margin: 0 auto 0 auto;
	float: right;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
#heading a {
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	text-decoration: none; 
}
#heading a:hover {
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	text-decoration: underline;
}
#myGallery{
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	width: 630px !important;
	height: 400px !important;	
}

