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

/* ------------ DISCOGRAPHY BEGIN ------------ */


/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	float:left;
	width:52px;
	height:50px;
	background:url(../images/disco_left.png) no-repeat;

	
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/disco_right.png);
	float:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
margin-left:440px;
	width:200px;
	height:50px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 1005px;	 
	height:1010px;	

}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;

}

/* custom positioning for navigational links */
a.prev, a.next {
float:right;
margin-right:10px;	
}



/* single item */
#thumbs div {
	float:left;
	width:200px;
	height:1000px;
	background-image:url(../images/disco_bg.png);
	background-color:#d3d3d3; 
	background-repeat:repeat-x ;
	background-position:bottom;

	color:#fff;
	border-left:2px solid white;
	
}

.article_YT {
border:none;
}

.article_MV {
border:none;
}

.article_AM {
border:none;
}

.article_IT {
border:none;
}

a.discolink {
position:relative;
float:left;
width:100px;

line-height:85px;
height:50px;

outline:none;
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
color:white;
font-weight:bold;
text-decoration:none;
text-align:center;
background-repeat:no-repeat;
background-position:center;
}

a.discolink:hover {
color:#fffd33;
}

h3.disco {
height:85px;
width:190px;
padding:5px;
text-align:center;
background-color:#1d1d1d;
background-image:url(../images/h3_disco.png);
background-position:bottom;
background-repeat:repeat-x;
font-size:16px;
}

.discoSpan
{
margin:0;
display:block; 
color:#fffd33;
text-align:center;
}

.discoP {
font-size:10px;
padding:5px;
color:black;
text-align:left;
}

/* ------------ DISCOGRAPHY END ------------ */

