/* homepage.css */

/* the page body */
body
{
}


/* page content */
div#page_content
{
	background: none;
}



/* the story carousel */
div#story_carousel,
div#story_carousel ul#carousel
{
	height: 290px;
	position: relative;
	width: 940px;
}


/* the scrolling content */
div#story_carousel ul#carousel li#carousel_slides_wrapper
{
	width: 940px;
	height: 290px;
	overflow: hidden;
	position: relative;
}
div#story_carousel ul#carousel li#carousel_slides_wrapper ul#carousel_slides
{
	width: 10000px;
	height: 290px;
	overflow: hidden;
}
div#story_carousel ul#carousel li#carousel_slides_wrapper ul#carousel_slides li
{
	height: 290px;
	width: 940px;
	float: left;
	position: relative;
}

div#story_carousel ul#carousel li#carousel_slides_wrapper ul#carousel_slides li div.carousel_item_bg
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 940px;
	height: 50px;
	background-color: #FFF;
	opacity: 0.5;
	-moz-opacity: 0.5;
}

div#story_carousel ul#carousel li#carousel_slides_wrapper ul#carousel_slides li div.carousel_item
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 940px;
	height: 50px;
}

div#story_carousel ul#carousel li#carousel_slides_wrapper ul#carousel_slides li div.carousel_item p
{
	color: #000;
	padding: 15px 0 0 10px;
	margin: 0;
}

div#story_carousel ul#carousel li#carousel_slides_wrapper ul#carousel_slides li div.carousel_item form
{
	float: right;
	margin: 0;
	padding: 10px 10px 0 0;
}
div#story_carousel ul#carousel li#carousel_slides_wrapper ul#carousel_slides li div.carousel_item form input
{
	margin:0;
}


/* the carousel nav */
div#story_carousel ul#carousel li#carousel_nav
{
	width: 940px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

div#story_carousel ul#carousel li#carousel_nav a
{
	display: block;
	height: 19px;
	width: 19px;
	background: none;
	cursor: pointer;
}
div#story_carousel ul#carousel li#carousel_nav a span
{
	display: none;
}

div#story_carousel ul#carousel li#carousel_nav a.carousel_prev
{
	position: absolute;
	top: 125px;
	left: -10px;
	background-image: url('../images/homepage/carousel/controls/left_off.png');
	background-repeat: no-repeat;
}
div#story_carousel ul#carousel li#carousel_nav a.carousel_prev:hover
{
	background-image: url('../images/homepage/carousel/controls/left_on.png');
}

div#story_carousel ul#carousel li#carousel_nav a.carousel_next
{
	position: absolute;
	top: 125px;
	right: -10px;
	background-image: url('../images/homepage/carousel/controls/right_off.png');
	background-repeat: no-repeat;
}
div#story_carousel ul#carousel li#carousel_nav a.carousel_next:hover
{
	background-image: url('../images/homepage/carousel/controls/right_on.png');
}






/* end of file */
