@charset "utf-8";
/* CSS Document */

/*** 
    Simple Slideshow Styling for images on van page
***/



#gallerywrap {
	display:inline-block;	
	float:left;	
	position:relative;
}




#slideshow {
    position:relative;
	width:340px;
	height:230px;
	text-align:center;
	margin-left:-1px;
}

#slideshow div {
	width:340px;
	height:230px;
	padding:30px 20px 20px 60px;
	text-align:center;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	overflow:hidden;	
	font-weight:normal;
}

#slideshow div.active {
	text-align:center;
    z-index:10;
}

#slideshow div.last-active {
    z-index:9;
}




/*** 
    Simple Slideshow Styling for images on van page
***/



#gallerywrap2 {
	display:inline-block;	
	float:left;	
	position:relative;
}




#slideshow2 {
    position:relative;
	width:340px;
	height:230px;
	text-align:center;
	margin-left:-1px;
}

#slideshow2 div {
	width:340px;
	height:230px;
	padding:20px;
	text-align:center;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	font-weight:normal;
}

#slideshow2 div.active2 {
	text-align:center;
    z-index:10;
}

#slideshow2 div.last-active2 {
    z-index:9;
}



