/* -------------------------------- */
/* MAIN CAROUSEL ON HOMEPAGE		*/ 

#home_banner {
	clear: both;
	height: 220px;
	margin: 0 auto;
	width: 680px;
	position: relative;
	overflow: hidden;
	}
	#home_banner li {
		height: 220px;
		width: 680px;
		/*text-indent: -9999em;*/
		}
		#home_banner li a {
			height: 220px;
			width: 680px;
			display: block;
			}
			#home_banner li a img {
				width: 680px;
				}
	/* THE CAROUSEL */
	#home_banner .jcarousel-container {
		position: relative;
		}
	#home_banner .jcarousel-container-horizontal {
		width: 680px;
		height: 220px;
		}
	#home_banner .jcarousel-clip {
		z-index: 2;
		overflow: hidden;
		position: relative;
		width: 680px;
		height: 220px;
		}
	#home_banner .jcarousel-list {
		z-index: 1;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		}
	#home_banner .jcarousel-list li,
	#home_banner .jcarousel-item {
		float: left;
		list-style: none;
		width: 680px;
		height: 220px;
		}
	#home_banner .jcarousel-control {
		position: absolute;
		z-index: 4;
		top: 10px;
		right: 10px;
		}
		#home_banner .jcarousel-control a {
			background: url(../img/trans_000_10.png);
			padding: 5px;
			color: #FFF;
			}
	#home_banner .jcarousel-next, .jcarousel-prev {
		z-index: 3;
		display: none;
		position: absolute;
		top: 0;
		height: 220px;
		width: 45px;
		cursor: pointer;
		}
	#home_banner .jcarousel-next {
		right: 0;
		}
	#home_banner .jcarousel-prev {
		left: 0;
		}
		
/* -------------------------------- */
/* COMPETITION CAROUSEL ON HOMEPAGE	*/ 

/*.competitions {
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	padding-bottom: 8px;
	}
.competitions ul {
	clear: both;
	height: 130px;
	margin: 0 auto 10px;
	width: 175px;
	position: relative;
	}
	
	.competitions li {
		height: 130px;
		width: 175px;
		margin-right: 10px;
		}
		.competitions li a {
			height: 130px;
			width: 175px;
			display: block;
			}
			.competitions li a img {
				width: 175px;
				height: 130px;
				}
			
	.competitions .jcarousel-container-horizontal {
		height: 130px;
		width: 360px;
		margin-bottom: 20px;
		}
	.competitions .jcarousel-clip {
		height: 130px;
		width: 360px;
		}
	.competitions .jcarousel-list li,
	.competitions .jcarousel-item {
		width: 175px;
		height: 130px;
		}
	
	.competitions .jcarousel-skin-tango .jcarousel-next-horizontal {
		position: absolute;
		top: -50px;
		right: 0;
		width: 30px;
		height: 20px;
		cursor: pointer;
		background: url(../img/next.png) no-repeat;
	}
	
	.competitions .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
		background: url(../img/nextO.png) no-repeat;
	}
	
	.competitions .jcarousel-skin-tango .jcarousel-next-horizontal:active {
		background: url(../img/next.png) no-repeat;
	}
	
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
		cursor: default;
		background-position: -96px 0;
	}
	
	.competitions .jcarousel-skin-tango .jcarousel-prev-horizontal {
		position: absolute;
		top: -50px;
		right: 40px;
		left: auto;
		width: 30px;
		height: 20px;
		cursor: pointer;
		background: url(../img/prev.png) no-repeat;
	}
	
	.competitions .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
		background: url(../img/prevO.png) no-repeat;
	}
	
	.competitions .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
		background: url(../img/prev.png) no-repeat;
	}
	
	.competitions .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
	.competitions .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
	.competitions .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
		cursor: default;
		background: none;
	}
*/	
	
/* COMPETITIONS CAROUSEL TURNED OFF */
/*.competitions ul {
	height: auto;
	width: auto;
	}
	.competitions li {
		float: left;
		margin: 0 10px 10px 0;
		}*/
	
	
	
/* -------------------------------- */
/* NEWEST MEMBERS CAROUSEL ON HOMEPAGE	*/ 

/*.newestmembers .jcarousel-list li,
.newestmembers .jcarousel-item {
    height: 88px;
	width: 70px;
	float: none;
}

.newestmembers .jcarousel-container-vertical {
    width: 225px;
    height: 182px;
}

.newestmembers .jcarousel-clip-vertical {
    width:  225px;
    height: 182px;
}


.newestmembers .jcarousel-next-vertical {
    position: absolute;
	top: auto;
    bottom: -30px;
    right: 10px;
    width: 30px;
    height: 20px;
    cursor: pointer;
	background: url(../img/next.png) no-repeat;
}

.newestmembers .jcarousel-next-vertical:hover {
	background: url(../img/nextO.png) no-repeat;
}


.newestmembers .jcarousel-next-disabled-vertical,
.newestmembers .jcarousel-next-disabled-vertical:hover,
.newestmembers .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.newestmembers .jcarousel-prev-vertical {
    position: absolute;
	top: auto;
	left: auto;
    bottom: -30px;
    right: 50px;
    width: 30px;
    height: 20px;
    cursor: pointer;
	background: url(../img/prev.png) no-repeat;
}

.newestmembers .jcarousel-prev-vertical:hover {
	background: url(../img/prevO.png) no-repeat;
}


.newestmembers .jcarousel-prev-disabled-vertical,
.newestmembers .jcarousel-prev-disabled-vertical:hover,
.newestmembers .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
*/				
				
/* -------------------------------- */
/* RECENT COMMENTS CAROUSEL ON HOMEPAGE	*/ 

/*.recentcomments .jcarousel-list li,
.recentcomments .jcarousel-item {
    height: 144px;
	width: 240px;
}

.recentcomments .jcarousel-container-vertical {
    height: 320px;
    width: 240px;
}

.recentcomments .jcarousel-clip-vertical {
    height: 320px;
    width:  240px;
}


.recentcomments .jcarousel-next-vertical {
    position: absolute;
	top: auto;
    bottom: -20px;
    right: 10px;
    width: 30px;
    height: 20px;
    cursor: pointer;
	background: url(../img/next.png) no-repeat;
}

.recentcomments .jcarousel-next-vertical:hover {
	background: url(../img/nextO.png) no-repeat;
}


.recentcomments .jcarousel-next-disabled-vertical,
.recentcomments .jcarousel-next-disabled-vertical:hover,
.recentcomments .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.recentcomments .jcarousel-prev-vertical {
    position: absolute;
	top: auto;
	left: auto;
    bottom: -20px;
    right: 50px;
    width: 30px;
    height: 20px;
    cursor: pointer;
	background: url(../img/prev.png) no-repeat;
}

.recentcomments .jcarousel-prev-vertical:hover {
	background: url(../img/prevO.png) no-repeat;
}


.recentcomments .jcarousel-prev-disabled-vertical,
.recentcomments .jcarousel-prev-disabled-vertical:hover,
.recentcomments .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}*/
				
				
/* -------------------------------- */
/* WIDGY							*/ 

/*.widgy {
	height: 208px;	
	margin-bottom: 20px;
	position: relative;
	}
	.widgy.music {
		height: auto;	
		}

.competitions ul {
	clear: both;
	height: 130px;
	margin: 0 auto 10px;
	width: 175px;
	position: relative;
	}
	.widgy li {
		height: 192px;
		width: 150px;
		margin-right: 10px;
		}
			
	.widgy .jcarousel-container-horizontal {
		height: 208px;
		width: 680px;
		margin-bottom: 20px;
		}
	.widgy .jcarousel-clip {
		height: 208px;
		width: 680px;
		}
	.competitions .jcarousel-list li,
	.competitions .jcarousel-item {
		width: 175px;
		height: 130px;
		}
	
	.widgy .jcarousel-next {
		position: absolute;
		top: -20px;
		right: 0;
		width: 30px;
		height: 20px;
		cursor: pointer;
		background: url(../img/btn_down.png) no-repeat;
	}
	
	.widgy .jcarousel-next:hover {
		background: url(../img/btn_downO.png) no-repeat;
	}
	
	.widgy .jcarousel-next:active {
		background: url(../img/btn_down.png) no-repeat;
	}
	
	.widgy .jcarousel-next-disabled,
	.widgy .jcarousel-next-disabled:hover,
	.widgy .jcarousel-next-disabled:active {
		cursor: default;
		background-position: -96px 0;
	}
	
	.widgy .jcarousel-prev {
		position: absolute;
		top: -20px;
		right: 40px;
		left: auto;
		width: 30px;
		height: 20px;
		cursor: pointer;
		background: url(../img/btn_up.png) no-repeat;
	}
	
	.widgy .jcarousel-prev:hover {
		background: url(../img/btn_upO.png) no-repeat;
	}
	
	.widgy .jcarousel-prev:active {
		background: url(../img/btn_upO.png) no-repeat;
	}
	
	.widgy .jcarousel-prev-disabled,
	.widgy .jcarousel-prev-disabled:hover,
	.widgy .jcarousel-prev-disabled:active {
		cursor: default;
		background: none;
	}*/
	
/* -------------------------------- */
/* showcase art						*/ 
	
	
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.idwid .jcarousel-container {
    position: relative;
}

.idwid .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.idwid .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.idwid .jcarousel-list li,
.idwid .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 320px;
    height: 90px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.idwid .jcarousel-next {
    z-index: 3;
    display: none;
}

.idwid .jcarousel-prev {
    z-index: 3;
    display: none;
}
	
.idwid .jcarousel-skin-ie7 .jcarousel-container {
    background: #FFF;
}

.idwid .jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
	
	width: 678px;
	padding: 0;
}

.idwid .jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  245px;
    height: 77px;
	
	width: 678px;
	padding: 0;
	height: 235px;
}

.idwid .jcarousel-skin-ie7 .jcarousel-item {
    width: 150px;
    height: 225px;
	margin: 10px;
}

.idwid .jcarousel-skin-ie7 .jcarousel-item:hover {
}

.idwid .jcarousel-skin-ie7 .jcarousel-item-horizontal {
    /*margin-right: 7px;*/
}

.idwid .jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.idwid .jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: -20px;
    right: 5px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    background: url(../img/next.png) no-repeat 0 0;
}

.idwid .jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background: url(../img/nextO.png) no-repeat 0 0;
}

.idwid .jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background: url(../img/next.png) no-repeat 0 0;
}

.idwid .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.idwid .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.idwid .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.idwid .jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    background: url(../img/prev.png) no-repeat 0 0;
}

.idwid .jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background: url(../img/prevO.png) no-repeat 0 0;
}

.idwid .jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background: url(../img/prev.png) no-repeat 0 0;
}

.idwid .jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.idwid .jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.idwid .jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: none;
}

/* -------------------------------- */
/* showcase music					*/ 
	

.idwid .jcarousel-list li,
.idwid .jcarousel-item {
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 320px;
    height: 90px;
}


.idwid .jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
	
	width: 678px;
	padding: 0;
}

.idwid .musiclist .jcarousel-clip-horizontal {
    width:  245px;
    height: 77px;
	
	width: 678px;
	padding: 0;
	height: 90px;
}

.idwid .musiclist .jcarousel-item {
    width: 320px;
    height: 90px;
	margin: 10px;
}

.idwid .jcarousel-skin-ie7 .jcarousel-item:hover {
}

.idwid .jcarousel-skin-ie7 .jcarousel-item-horizontal {
    /*margin-right: 7px;*/
}

.idwid .jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.idwid .jcarousel-skin-music .jcarousel-next-horizontal {
    position: absolute;
    top: -20px;
    right: 5px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    background: url(../img/next.png) no-repeat 0 0;
}

.idwid .jcarousel-skin-music .jcarousel-next-horizontal:hover {
    background: url(../img/nextO.png) no-repeat 0 0;
}

.idwid .jcarousel-skin-music .jcarousel-next-horizontal:active {
    background: url(../img/next.png) no-repeat 0 0;
}

.idwid .jcarousel-skin-music .jcarousel-next-disabled-horizontal,
.idwid .jcarousel-skin-music .jcarousel-next-disabled-horizontal:hover,
.idwid .jcarousel-skin-music .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.idwid .jcarousel-skin-music .jcarousel-prev-horizontal {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    background: url(../img/prev.png) no-repeat 0 0;
}

.idwid .jcarousel-skin-music .jcarousel-prev-horizontal:hover {
    background: url(../img/prevO.png) no-repeat 0 0;
}

.idwid .jcarousel-skin-music .jcarousel-prev-horizontal:active {
    background: url(../img/prev.png) no-repeat 0 0;
}

.idwid .jcarousel-skin-music .jcarousel-prev-disabled-horizontal,
.idwid .jcarousel-skin-music .jcarousel-prev-disabled-horizontal:hover,
.idwid .jcarousel-skin-music .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: none;
}



