@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 {
	padding: 0;
	position: relative;
	overflow: visible;
}

.carousel_prev {
	display:block;
	position:absolute;
	left:0px;
	top: 251px;
	text-decoration: none !important;
	font-size: 40px;
	outline: none;
	font-weight: bold;
	width: 62px;
	height: 80px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(../images/btn_carousel.jpg) no-repeat top left;
}

.carousel_next {
	display:block;
	position:absolute;
	left: 62px;
	top: 251px;
	text-decoration: none !important;
	font-size: 40px;
	outline: none;
	font-weight: bold;
	width: 62px;
	height: 80px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(../images/btn_carousel.jpg) no-repeat top right;
}

.carousel_prev:hover, .carousel_next:hover {
	background-position: -62px -80px;
}

.carousel_prev:hover {
	background-position: 0 -80px;
}

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

	DEFAULT INDICATOR STYLES

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

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

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