/*

	CSS styles for original CityCards template - two columns, left on left, 
	main on right, on top of left - border with image selector or something

*/


.cLeft {
 	float: left;
	overflow: hidden;
	position: relative;
 	width: 400px;
	height: 290px;
	margin: 40px 0px 0px 47px;
	padding: 0px 0px 0px 30px;
	overflow: hidden;
	background: url('../res/bg/body_sep.gif') repeat-y top left;
}

.cMain {
	float: right;
	overflow: hidden;
	position: relative;
	width: 320px;
	height: 290px;
	margin: 40px 75px 0px 0px;
	padding: 0px 0px 0px 40px;
	background: url('../res/bg/body_sep2.gif') repeat-y top left;
}


.cb-left	{	height: 290px;	}
.cb-main	{	height: 290px;	}

.cb-left-scroller	{	width: 367px;	} /* 400px */
.cb-main-scroller	{	width: 287px;	} /* 320px */
