/* Rounded Corners */

.thumb {
	width: 186px;
	background: url(../images/rcMid.gif) repeat-y top left #cbdadf;
	color: #333;
	float: left;
	margin: 0 4px 0 0;
	text-align: center;
	}
.roundtop {
	height: 5px;
	background: url(../images/rcTop.gif) no-repeat top right; 
}

.roundbottom {
	height: 8px;
	background: url(../images/rcBot.gif) no-repeat top right #FFF; 
}
#left .round {
	float: left;
	height: 65px;
	width: 6px;
	background: url(../images/fl.gif) no-repeat top left; 
}
#right .round {
	float: right;
	height: 65px;
	width: 6px;
	background: url(../images/fr.gif) no-repeat top left;
}