*{margin: 0; padding: 0;}
#art
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#art .main
{
	position: absolute;
	background: url(../../images/art/planisphere2.png) no-repeat;	
	width:960px;
	height: 540px;
	top: 50%;
	margin-top: -270px;
	left:50%;
	margin-left: -480px;
}

#menucontainer .moreselection .art .listitems{
	overflow: hidden;
}

#menucontainer .moreselection .art ul li{
	list-style :none;
	float: left;
	width: 166px;
	height: 166px;
	background: #444;
	text-align: center;
}
#menucontainer .moreselection .art ul li:hover{
	background: #666;
}

#menucontainer .moreselection .art ul{
	float: left;
	width: 100%;
}

#art .main div[class^="art_"]{
	position: absolute;
	width: 38px; 
	height: 38px;
	cursor: pointer;
	display: none;
}

#art .main div[class^="art_"] img{
	width: 100%; 
	height: 100%;
	cursor: pointer;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
}

#art .main div[class^="art_"]:hover img{
		-webkit-transform: scale(1);
		-webkit-transition-timing-function: ease-out;
		-webkit-transition-duration: 250ms; 
		-moz-transform: scale(1);
		-moz-transition-timing-function: ease-out;
		-moz-transition-duration: 250ms; 
		-ms-transform: scale(1);
		-ms-transition-timing-function: ease-out;
		-ms-transition-duration: 250ms; 
		transform: scale(1);
		transition-timing-function: ease-out;
		transition-duration: 250ms; 
}

#art .main div.art_green{
	background: url(../../images/art/artists.png) no-repeat center top;
}
#art .main div.art_blue{
	background: url(../../images/art/artists.png) no-repeat center -38px;
}
#art .main div.art_orange{
	background: url(../../images/art/artists.png) no-repeat center -76px;
}
#art .main div.art_red{
	background: url(../../images/art/artists.png) no-repeat center bottom;
}
#art .main div.art_pink{
	background: url(../../images/art/artists.png) no-repeat center -114px;
}

#art .main div.artist{
	position: absolute;
	width: 131px;
	height: 117px;
	left: 240px;
	top: 145px;
	color: #ffffff;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

#art .main div.artist span.line{
	display: block;
	width: 131px;
	height: 1px;
	border-top: 1px solid;
	margin: 7px 0;
}

#art .main div.artist span{
	font-weight: 400;
}

#art .main div.artist a.close{
	display: inline-block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 14px;
	right: 15px;
	background: url(../../images/art/close.png) no-repeat center top;
}
#art .main div.artist a.close:hover{
	background: url(../../images/art/close.png) no-repeat center bottom;
}

#art .main div.artist a.video{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 11px;
	position: absolute;
	bottom: 14px;
	right: 15px;
	padding-right: 20px;
	background: url(../../images/art/cross.png) no-repeat right 2px;
}
#art .main div.artist a.video:hover{
	background: url(../../images/art/cross.png) no-repeat right -13px;
}

#art .main div.artist div.thumb{
	display: none;
	position: absolute;
	width: 138px; 
	height: 106px;
	padding: 5px 6px;
	background: #000;
	top: 128px;
	left: 8px;
	outline: none;
}
#art .main div.artist div.thumb span{
	display: block;
	width: 138px; 
	height: 106px;
	background: none;
	position: absolute; 
	z-index: 5;
	cursor: help;
}

#art .main div.artist_green{
	background: url(../../images/art/green_bloc.png) no-repeat center top;
}
#art .main div.artist_blue{
	background: url(../../images/art/blue_bloc.png) no-repeat center top;
}
#art .main div.artist_orange{
	background: url(../../images/art/orange_bloc.png) no-repeat center top;
}
#art .main div.artist_pink{
	background: url(../../images/art/pink_bloc.png) no-repeat center top;
}
#art .main div.artist_red{
	background: url(../../images/art/red_bloc.png) no-repeat center top;
}
/*#art .main div.art_blue:hover{
	background: url(../../images/art/blue_on2.png) no-repeat center top;
}*/
/*#art .main div.art_red:hover{
	background: url(../../images/art/red_on2.png) no-repeat center top;
}*/
/*#art .main div.art_green:hover{
	background: url(../../images/art/green_on2.png) no-repeat center top;
}*/
/*#art .main div.art_orange:hover{
	background: url(../../images/art/orange_on2.png) no-repeat center top;
}*/
/*#art .main div.art_pink:hover{
	background: url(../../images/art/pink_on2.png) no-repeat center top;
}*/

















