#movieImages {
	position:relative;
	width: 100%;
}


/* IMAGE CAROUSEL */
.imageCarousel {
	position: relative;
	width: 100%;
}

#carouselLeft {
	position:absolute;
	top: 52px;
	width: 40px;
	height: 40px;
	left: 5px;
}

#carouselRight {
	position:absolute;
	width: 40px;
	height: 40px;
	top: 52px;
	right: 5px;
}

#viewPort {
	left: 50px;
	top: 22px;
	position:absolute;
	height: 124px;
	width: 429px;
	clip: rect(0 429px 124px 0); /* IE bugs if these values are comma separated. */
}

.carouselImage {
	position:absolute;
	/* 
	width: 154px; 
	height: 104px;
	*/
	top: 0;
	background-color: #000000;
	background-image:none;
	background-repeat:no-repeat;
}

.carouselImage img.high {
	padding: 0;
	margin: 0;
	position:absolute;
	/*
	top: -20px;
	left: 2px;
	clip: rect(22px 150px 122px 0);
	height: 225px;
	width: 150px;
	*/
	cursor: pointer;
	border: 0;
}

.carouselImage img.wide {
	padding: 0;
	margin: 0;
	position:absolute;
	/*
	top: -20px;
	left: 2px;
	clip: rect(22px 150px 122px 0);
	height: 150px;
	width: 225px;
	*/
	cursor: pointer;
	border: 0;
}

