#content .pageflip {
}




/* 
 * 5 thumbnails on the home page
 */
#content .thumbnails5 span {
	background-position:50% 50%;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:60px;
	margin-right:5px;
	width:60px;
}
#content .thumbnails5 img {
	display:none;
}

/*
 * horizontal slider, like  artistes first page 
 * */
#content .slider {
	background-color:black;
	height:260px;
	left:0;
	overflow-y:hidden;
	position:fixed;
	top:170px;
	width:100%;
	z-index:70;
}
#content .slider a {
	display:block;
	float:left;
	height:100%;
	margin-bottom:50px;
	margin-right:22px;
	position:relative;
	text-decoration:none;
	width:200px;
}
#content .slider .image { 
	background-position:50% 50%;
	background-repeat:no-repeat;
	display:block;
	float:none;
	height:200px;
	width:200px;
}
#content .slider a:hover .image, 
#content .slider a.active .image {
	background-color:white;
}
#content .slider .image img {
	display:none;
}
#content .slider a .no-image {
	background-color:#111;
	color:#666;
	display:block;
	font-style:normal;
	height:55%;
	padding-top:45%;
	text-align:center;
}
#content .slider a:hover .no-image, 
#content .slider a.active .no-image {
	background-color:#666;
	color:black;
}
#content .slider strong {
	color:white;
	display:block;
	font-weight:bold;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
	width:190px;
}
#content .slider a:hover strong, 
#content .slider a.active strong {
	background:transparent no-repeat 100% 0;
	color:#666;
	margin-top:-85px;
	padding-top:90px;
	position:absolute;
	z-index:100;
}
#content .slider div.scrollingHotSpotLeft {
	height: 200px;
	position: absolute;
	z-index: 200;
	left: 0;
	cursor: w-resize;
	width: 120px;
}
#content .slider div.scrollingHotSpotLeftVisible {
	background:white no-repeat 0 50%;
}
#content .slider div.scrollingHotSpotRight {
	height: 200px;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: e-resize;
	width: 120px;
}
#content .slider div.scrollingHotSpotRightVisible {
	background:white no-repeat 100% 50%;
}
#content .slider div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#content .slider div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
}
/*
 * five columns 
 */
#content .columns5 {
	background:black;
	width:100%;
}
#content .columns5:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#content .columns5 .column {
	background:transparent url(../images/column-separator.png) no-repeat 100% 0;
	float:left;
	list-style:none;
	margin:0;
	min-height:120px;
	padding-left:0;
	padding-right:3%;
	padding-top:20px;
	text-align:center;
	text-transform:uppercase;
	width:22%;
}
#content .columns5 .column.last {
	background:none;
}
#content .columns5 li {
	line-height:90%;
	list-style:none;
	margin-bottom:0.9em;
}
#content .columns5 li a {
	color:#aaa;
	padding-left:30px;
}
#content .columns5 li a:hover, 
#content .columns5 li.active a {
	background:transparent url(../images/arrow-grey.png) no-repeat 0 2px;
	color:white;
	text-decoration:none;
}
/* 
 * newsletter subscribe form
 */
/*
#newsletter-form {
	clear:right;
	float:right;
	margin-top:1em;
	width:200px;
}
#newsletter-form h2 {
	font-size:120%;
	margin:0;
	padding:0;
}
#newsletter-form .button, 
#newsletter-unsubscribe-form .button {
	background:transparent url(../images/arrow-swoosh-yellow-small.png) no-repeat 0 3px;
	border:0;
	cursor:pointer;
	margin-left:7px;
	text-indent:-10000px;
	width:30px;	
}*/
#content div.subpages-list-withdesc div.item {
clear:both;
min-height:120px;
padding-bottom:1.5em;
}
#content div.subpages-list-withdesc span.image {
height:120px;
text-align:center;
width:120px;
}
