@charset "UTF-8";
/* 

Author: Kevin O'Brien
Email: kevin@clockwork.net
Company: Clockwork Acive Media Systems
Last Modified: 11.15.09

*/

/*****************

	CAROUSEL DEFAULT STYLES

*************************/

#banner_carousel {
	padding: 0 0 14px;
	background: url(../images/bg_carousel_bottom.png) repeat-x bottom center;
}

.carousel_prev {
	display:block;
	position:absolute;
	left:0;
	top: 117px;
	text-decoration: none;
	font-size: 40px;
	outline: none;
	font-weight: bold;
	background: url(../images/btn_carousel_left.png) no-repeat top left;
	width: 46px;
	height: 72px;
	text-indent: -1000px;
	overflow: hidden;
}

.carousel_next {
	display:block;
	position:absolute;
	right:0;
	top: 117px;
	text-decoration: none;
	font-size: 40px;
	outline: none;
	font-weight: bold;
	background: url(../images/btn_carousel_right.png) no-repeat top left;
	width: 46px;
	height: 72px;
	text-indent: -1000px;
	overflow: hidden;
}

.home .carousel_prev, .home .carousel_next {
	display: none;
}

/*****************

	DEFAULT INDICATOR STYLES

*************************/

.carousel_indicator {
	position: absolute;
	top: 407px;
}

.carousel_inicator_page {
	margin: 0 5px;
	float: left;
	font-weight: bold;
	font-size: 30px
}

.carousel_inicator_page a {
	text-decoration: none;
}

.carousel_inicator_page.current a {
	color: #ff0000;
}