	.tabs-wrapper {
		margin: 10px auto;
		width: 705px;
	}

	.tabs-wrapper .tab-list {
		padding: 0;
		margin: 0;
	}
	.tabs-wrapper .tab-list li {
		background: url('http://www.centralasia-travel.com/i/tabs-default.jpg') repeat-x;
		
		margin: 0.5px;

		font-size: 10px;
		line-height: 14px;
		height: 45px;
		padding: 0;
		float: left;
		display: block;
		width: 140px;
		color: #6f340c;

		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}
	.tabs-wrapper .tab-list li:hover {
		background: url('http://www.centralasia-travel.com/i/tabs-hover.jpg') repeat-x;
		margin: 0.5px;
		color: #fbcd44;
	}
	.tabs-wrapper .tab-list li.selected {
		background: url('http://www.centralasia-travel.com/i/tabs-selected.jpg');
		background-size: 100% 100%;
		margin: 0.5px;
		color: #fbcd44;
	}

	.tabs-wrapper .clear-shadow {
		clear: both;
	}
	.tabs-wrapper .tab-section-list > div{
		background: #fbcd44;
		padding: 10px 10px;
		border-left: solid 1px #ca9a33;
		border-right: solid 1px #ca9a33;
		border-top: solid 1px #ca9a33;
		border-bottom: solid 1px #ca9a33;
		display : none;
	}
	.tabs-wrapper .tab-section-list  div.selected{
		display : block;
	}
	.tabs-padding {
		clear: left;
		height: 40px;
		width: 100%;
	}
	.tabs-wrapper > .tab-list-spacer {
	border-bottom: solid 1px #efae20;
	height: 45px;
	margin: 0;
	padding: 0;
}
