.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 300px;
	height: 180px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/skips/compare_bg.jpg);
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#compare_top {
	background-image: url(../images/skips/compare_top.jpg);
	height: 10px;
	width: 300px;
	background-repeat: no-repeat;
}
#compare_bot {
	background-image: url(../images/skips/compare_bot.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute;
	padding: 10px;
	visibility: hidden;
	width: 280px;
	text-align: center;
	background-color: white;
	background-image: url(../images/skips/compare_bg.jpg);
	background-repeat: repeat-y;
}
#skip_tbl{border-color:#666}