/**
 * Copyright (c) 2006, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;
	visibility:visible; /* component turns it on when first item is rendered */
}
				
.carousel-component ul.carousel-list { 
	width:14270px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
}

.carousel-component .carousel-vertical li { 
	float:none;
	margin-bottom:0px;
}

.carousel-component ul.carousel-vertical { 
	width:auto;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}

/**
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	background:#3F3F3F;
	padding:0px;
	color:#618cbe;
	
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px 0px 0px 0px;
	
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
	
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

#html-carousel { 
    /*background: #AAD4EE;*/
    background: #666666;
    
    
     
}

#html-carousel .carousel-list li { 
    /*margin:0px auto;*/
    margin:4px 0px 0px 0px;
}

#html-carousel .carousel-list li { 
    width: 131px; 
    border: 0px solid white;
    padding: 0px;
    /*margin: 0px;*/
    color: #3F3F3F;
    
}




#html-carousel .carousel-list li img { 
    border:1px solid #666;
    display:block; 
    margin: 10px auto;

}

#html-carousel {
    margin-top:10px;
    margin-bottom: 40px;
    float: left;
    width: 525px;/*main width controller*/
    height: 144px;
}

#html-carousel a{
    color:#ffffff;
}

/*COMPANY EVENTS*/

table, th
{
font-family:Verdana, Times, serif;
font-size:12px;
color:#666666;
/*border:1px solid #000000;*/
}
	
#event-space1 {
float:left;
margin:10px 30px 10px 30px;
display:inline;
/*border:1px solid #000000;*/

	
}


#event-space1 p{
width:244px;
height:40px;
text-align:center;
font-family:Verdana, Times, serif;
font-size:12px;
color:#666666;
margin:0px 0px 10px 0;

}
#event-space1 img{
border:none;
margin:0px 0px 2px 0px;
/*border:1px solid #000000;*/

}	
		


	
#event-banner{
float:left;
margin:10px 15px 40px 15px;
display:inline;
/*_margin-left:10px;*/
/*border:1px solid #000000;*/

}

#event-banner p {
float:left;
text-align:justify;
margin:20px 10px 10px 10px;
}
	
/* BUTTONS */
#prev-arrow-container, #next-arrow-container { 
    float:left;
	  /*border:1px solid #000000;*/
    margin: 0px;
    padding: 0px;
}

#next-arrow { 
    cursor:pointer; 
    margin-top:10px;
    margin-right:9px;
}

#prev-arrow { 
    
    cursor:pointer; 
    margin-top:10px;
    margin-left:12px;
 
}