@charset "utf-8";
/* CSS Document */
#slidecontainer{
	margin:10px auto;
	width:860px;
/*	
	height:400px;
	overflow:hidden; 
	background-color:#7a973c;
*/
}

#slide_text_box{
	color:#FFF;
	width:280px;
	height:400px;
	float:left;
	background-color:#7a973c;
	-moz-border-radius-topleft: 20px; -webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px; -webkit-border-bottom-left-radius: 20px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    #slide_text_box {
        background:transparent url(../images/roundedcorners_7a973c.svg); 
    }
}


#slide_text_box p{
	padding:10px;
	margin:5px 4px 5px 4px;
	font-size:16px;
}
#slide_text_box p a:link, #slide_text_box p a:focus, #slide_text_box p a:hover, #slide_text_box p a:visited, #slide_text_box p a:active   {

	text-decoration: underline;
	color: #ECC87B;

}

#slide_imgs{
	width:580px;
	height:400px;
	float:right;
	overflow:hidden;
	background:#7a973c  url(../slide_show_img/slideshow_1.jpg) no-repeat; 
	/* the image has the radius
	-moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px; -webkit-border-bottom-right-radius: 20px;
	*/
}
#slide_imgs IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slide_imgs IMG.active {
    z-index:10;
    opacity:1.0;
}

#slide_imgs IMG.last-active {
    z-index:9;
}


#slide_thumbs{
	margin:10px auto;
	width:860px;
	height:100px;
	overflow:hidden;
}
#slide_thumbs img{
	border:#000 5px solid;
	float:left;
	cursor:pointer;
}
#slide_thumbs ul{
	margin-left:13px;
	width:900px;
}
#slide_thumbs li{
	float:left;
	margin-right: 16px;
	text-align: center;
}
