.slider
{
	margin: 0 auto;
	height: 330px;
	z-index: 899;
}


.slider .caption ul
{
	padding-left:20px;
}

/*
	Skin Name: UTT Sub
	Class: utt_sub
	Description: Pixel skin altered/adapted for Advanced Slider jQuery plugin
	Author: Mary Makowsky - Max Media Solutions
*/


/* MAIN SLIDE */

.utt_sub .slide-wrapper
{
	background-color:#333;
}

/* END OF MAIN SLIDE */


/* PRELOADER */

.utt_sub .preloader
{
	background:url(images/preloader2.gif) no-repeat;
	width:62px;
	height:14px;
}

/* END OF PRELOADER */


/* TIMER ANIMATION */

.utt_sub .timer-animation
{
	top:20px;
	right:20px;
}

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

.utt_sub .caption .background
{
	background-color:#000;
	width:100%;
	height:100%;
}


.utt_sub .caption .content
{	
	color:#FFF;
	margin:0px;
	padding: 10px 130px 10px 20px;
	font-size:14px;
	line-height:18px;
}
.utt_sub .caption .content h3 {color:#f3eee6; font: bold 18px Calluna Sans, Tahoma, Geneva, Arial, sans-serif;}
.utt_sub .caption .content a
{	
	color:#f3eee6;
	text-decoration: underline;
}
.utt_sub .caption .content a:hover
{	
	color:#f3eee6;
	text-decoration: none;
}

/* END OF SLIDE CAPTION */


/* NAVIGATION BUTTONS/BULLETS */

/* main container of the navigation buttons */
.utt_sub .navigation-buttons
{
	bottom: 50px;
	right: 20px !important;
	left: auto !important;
}

/* 
 left, right and middle of the main container 
 for this skin, these elements are not styled by default
 feel free to add your own styling
*/
.utt_sub .navigation-buttons .left, .utt_sub .navigation-buttons .right{}


.utt_sub .navigation-buttons .left{}


.utt_sub .navigation-buttons .middle{}


.utt_sub .navigation-buttons .right{}


/* this contains the buttons */
.utt_sub .navigation-buttons .buttons{}


/* this is a button */
.utt_sub .navigation-buttons .buttons a
{
	background:url(images/buttons.png) no-repeat;
	background-position: 0px 0px;
	cursor:pointer;
	width:18px;
	height:18px;
	margin: 0px 2px;
	text-align:center;
	text-decoration: none;
}


.utt_sub .navigation-buttons .buttons a.over
{
	background-position:-18px 0px; 
}


.utt_sub .navigation-buttons .buttons a.select
{
	background-position:-36px 0px; 
}


/* this is used to style the numbers from within the buttons, when they are used */
.utt_sub .navigation-buttons .buttons a .number
{
	margin-top: 0;
	font: normal 14px Calluna Sans, Tahoma, Geneva, Arial, sans-serif;
	line-height: 14px;
	color: #333;
}


.utt_sub .navigation-buttons .buttons a.over .number
{
	color: #000;
	font-weight: bold;
}


.utt_sub .navigation-buttons .buttons a.select .number
{
	color: #f3eee6;
}

/* END OF NAVIGATION BUTTONS/BULLETS */
