/* PALETTE
orange: #FF9600
dark grey: #666666
lt grey: #888888
blue: #0078CA
pale blue: #466EAB (contact form headers)
*/

.imageSlider{
	width: 800px;
	padding: 25px 0 20px;
	margin: 0 auto; 
	text-align: center;	
	}
	
.imageSlider_small {
    width: 500px; 
	padding: 10px 12px 10px 18px;
	margin: 0; 
	text-align: center;	
	background: #ddd url(images/curve_left_sm.png) repeat-y left;
	}	
	
.imageSlider_small_header {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 0px;
}
	
#box1 {
	position:absolute;
	left: 0;
}

.mask{
	position:relative;
	width:800px;
	height:500px;
	overflow:hidden;
	margin: 0 auto;
}

.small_mask{
	position:relative;
	width:500px;
	height:313px;
	overflow:hidden;
	margin: 0 auto;
}

.mask img, .small_mask img {
	position:absolute;
	display:block;
	border:none;
}

.buttons{
	padding:5px 0; 
	margin:0 auto;
	text-align:center;
	}
	
.imageSlider_small .buttons {
	width: 500px;
	padding: 5px 0; 
	margin:0 auto;
	text-align: center;
	}	
	
.buttons span{
	color:#0080FF;
	padding:0 5px;
	cursor:pointer;
	font:10px Verdana;
	}
	
.buttons span:hover{
	background:#0080FF;
	color:#fff;
	}	
	
	/* -- IMAGE FRAME -- */
	
.curved-box-small
    {
    width: 545px;
	margin: 10px 5px;
	background-color: #ddd;
}

.curved-box-right-small
    {
    background: #ddd url(images/curve_right_sm.png) repeat-y right;
}

.curved-box-small .curved-box-top-small
    {
    background: #ddd url(images/curve_top_sm.png) no-repeat left top;
    color: #f4fbfd;
    margin: 0px;	
    padding: 10px 25px 2px 15px;
}

.curved-box-small .curved-box-bottom-small
    {
    background: #ddd url(images/curve_bottom_sm.png) no-repeat left bottom;
    margin: 0px;
    padding: 5px 15px 10px 15px;
    text-align: left;
}  




.curved-box-large
    {
    width: 840px;
	background-color: #ddd;
	background: #ddd url(images/curve_bg_large.png) no-repeat left;	
}