
#slider {
    position	: relative;
    width		: 920px;
}

.scroll {
	overflow	: hidden;
	width		: 920px;
    margin		: 0px 50px 0px 50px;
    position	: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding			: 10px;
    width			: 280px;
	height			: 450px;
	text-align		: center;
}

.inside {
	padding			: 10px;
	text-align		: center;
}

.scrollContainer div.title {
	display : none;
}

.inside img {
	text-align	: center;
	display	: block;
	width	: 280px;
}

.scrollButtons {
    position	: absolute;
    top			: 127px;
    cursor		: pointer;
}

.scrollButtons.left {
    left 	: 300px;
	z-index : 10;
}

.scrollButtons.right {
    right : 260px;
	z-index : 10;
}

.hide {
    display: none;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	bottom: 0;
	background: url(../pictures/content/creations/wtv/main/left_mask.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	bottom: 0;
	background: url(../pictures/content/creations/wtv/main/right_mask.png) repeat-y;
}
