@charset "UTF-8";
/* 

Author: Kevin O'Brien
Email: kevin@clockwork.net
Company: Clockwork Acive Media Systems
Last Modified: 05.19.11 by Kjrsten Holt

*/

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

	MY STRUCTURE

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

.carousel_activated {
	clear:both;
	height: 200px;
	overflow: visible; /* added from jquery.tentcarousel.css in case we need to change it */
	padding: 0 0 0 12px;
	position: relative;
	margin: 0 0 15px 25px;
	top: 5px;
	width:699px;
	z-index: 8;
}

body#home .carousel_activated {
    margin-left: 0;
}


body#home .carousel_page_clip {
	width: 699px !important;
}
#home_left #carousel_1 {
    left: 0;
    position: relative;
}

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

	SLIDER BUTTONS

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

.carousel_prev {
	background:url(../images/tab_arrow_left.png);
	background-repeat: no-repeat;
	display:block;
	font-size: 40px;
	font-weight: bold;
	height:43px;
	left:-16px; /*23*/
	width:29px;
	overflow:hidden;
	outline: none;
	position:absolute;
	text-decoration: none;
	text-indent:-1000px;
	top: 37px;
}

body#home .carousel_next {
	left: 701px;
}

.carousel_next {
	background:url(../images/tab_arrow_right.png);
	background-repeat: no-repeat;
	display:block;
	font-size: 40px;
	font-weight: bold;
	height:43px;
	left:700px;
	overflow:hidden;
	outline: none;
	position:absolute;
	text-decoration: none;
	text-indent:-1000px;
	top: 37px;
	width:29px;
}




/* DOT INDICATOR FOR SLIDERS
********************************************************/
.carousel_indicator {
	height: 25px;
	left: 329px;
	margin-bottom: 0px;
	position: absolute;
	top: -38px;
	width: 90px;
	z-index: 6;
}

div.carousel_indicator_page {
	background-image: url('../images/tab_dot_brown.gif');
	background-repeat: no-repeat;
	float: left;
	font-size: 0px;
	height: 25px;
	width: 30px;
	margin:0 0 0 0;
	padding:0;
}

div.carousel_indicator_page.current {
	background-image: url('../images/tab_dot_cream.gif');
	background-repeat: no-repeat;
}

.carousel_indicator_page a:link,
.carousel_indicator_page a:visited,
.carousel_indicator_page a:hover {
	color:transparent;
}

