/*-----------------------------------------------------------------------------
author:    www.visityakima.com
		   10 N. 8th Street
		   Yakima, WA 98901
		   800.221.0751
-----------------------------------------------------------------------------*/


/* =Winter in the Yakima Valley Cities and lighted events Page
-----------------------------------------------------------------------------*/
.featuredEvents li {
	list-style:none;
	}
	
.cityWrap {
	border-top:#c8b893 solid 1px;
	padding:15px 0 0 0;
	}
	
/* =city slide show details
-----------------------------------------------------------------------------*/
.citySlideShow {
	width:462px;
	height:227px;
	margin:0 0 20px 20px;
	border:#c8b893 solid 10px;
	float:right;
	overflow: hidden;
	}
	
.citySlideShow img {
	top:0;
	left:0;	
	border:#ffffff solid 1px;
	width:460px;
	height:225px;
	z-index:100;
	}
	
/* =Lighted Events
-----------------------------------------------------------------------------*/
.imgFloatRight {
	float:right;
	border:#0f3e52 solid 1px;
	margin:0 0 15px 15px;
	}
	
.imgFloatLeft {
	float:left;
	border:#0f3e52 solid 1px;
	margin:0 15px 15px 0;
	}


