/*
	Image Carousel
	Licence:-	GNU G.P.L. (GNU General Public License)
*/

#carousel {
	height: 260px;
	width: 720px;
	z-index: 10;
}
#carousel img {
	z-index: 10;
}


/*	You shouldn't need to change much below this point 	*/

#carousel {
	position: relative;
}
#carousel img {
	position: absolute;
	top: 0;
	left: 0;
}
#carousel img.first {
}
