#carousel {
	height: 170px;
	width: 630px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}
#carousel_content {
	position: absolute;
	height: 170px;
	width: 29000px;
	background: #fff;
}
#carousel_content .carousel_item {
	float: left;
	height: 170px;
	width: 630px;
	position: relative;
}
#carousel_content .carousel_item h2 {
	font: normal 15px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #004e95;
	margin: 0px;
	padding: 14px 0px 0px 0px;
	width: 450px;
}

/* Frame 0 */
#carousel_content #frame0.carousel_item {
	background: url(/images/creativity_photo0.jpg) no-repeat right bottom;
}
#carousel_content #frame0.carousel_item h2 {
}

/* Frame 1 */
#carousel_content #frame1.carousel_item {
	background: url(/images/creativity_photo1.jpg) no-repeat right bottom;
}

/* Frame 2 */
#carousel_content #frame2.carousel_item {
	background: url(/images/creativity_photo2.jpg) no-repeat right bottom;
}

/* Frame 3 */
#carousel_content #frame3.carousel_item {
	background: url(/images/creativity_photo3.jpg) no-repeat right bottom;
}

/* Frame 4 */
#carousel_content #frame4.carousel_item {
	background: url(/images/creativity_photo4.jpg) no-repeat right bottom;
}

/* Frame 5 */
#carousel_content #frame5.carousel_item {
	background: url(/images/creativity_photo5.jpg) no-repeat right bottom;
}

/* Frame 6 */
#carousel_content #frame6.carousel_item {
	background: url(/images/creativity_photo6.jpg) no-repeat right bottom;
}

/* Frame 7 */
#carousel_content #frame7.carousel_item {
	background: url(/images/creativity_photo7.jpg) no-repeat right bottom;
}

/* Frame 8 */
#carousel_content #frame8.carousel_item {
	background: url(/images/creativity_photo8.jpg) no-repeat right bottom;
}

/* Frame 9 */
#carousel_content #frame9.carousel_item {
	background: url(/images/creativity_photo9.jpg) no-repeat right bottom;
}

/* Frame 10 */
#carousel_content #frame10.carousel_item {
	background: url(/images/creativity_photo10.jpg) no-repeat right bottom;
}

/* Frame 11 */
#carousel_content #frame11.carousel_item {
	background: url(/images/creativity_photo11.jpg) no-repeat right bottom;
}

/* Frame 12 */
#carousel_content #frame12.carousel_item {
	background: url(/images/creativity_photo12.jpg) no-repeat right bottom;
}

/* Frame 13 */
#carousel_content #frame13.carousel_item {
	background: url(/images/creativity_photo13.jpg) no-repeat right bottom;
}

/* Frame 14 */
#carousel_content #frame14.carousel_item {
	background: url(/images/creativity_photo14.jpg) no-repeat right bottom;
}

/* NAVIGATION*/

#nav {
	height: 324px;
	margin: 0px 0px 14px;
	padding: 0px;
	list-style: none;
	width: 630px;
}
#nav li {
	width: 126px;
	float: left;
}
#nav li a {
	display: block;
	float: left;
	width: 126px;
}
#nav li a img {
	display: block;
}
