@charset "UTF-8";
/* 

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

*/

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

	CAROUSEL DEFAULT STYLES

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

.carousel_activated {
	position: relative;
}

.carousel_prev {
	display:block;
	position:absolute;
	left:23px;
	top: 169px;
	text-decoration: none;
	font-size: 40px;
	outline: none;
	font-weight: bold;
	width: 33px;
	height: 55px;
	background: url(../images/btn_arrow_left.png) no-repeat left top;
	text-indent: -1000px;
	cursor: pointer;
}

.carousel_next {
	display:block;
	position:absolute;
	right:23px;
	top: 169px;
	text-decoration: none;
	font-size: 40px;
	outline: none;
	font-weight: bold;
	width: 33px;
	height: 55px;
	background: url(../images/btn_arrow_right.png) no-repeat left top;
	text-indent: -1000px;
	cursor: pointer;
}

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

	DEFAULT INDICATOR STYLES

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

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

.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;
}
