#sbox-content ul.tabs {
	margin:5px 0 0 0px;
	padding: 0 0 0 0;
}

#sbox-content li.tab {
	display: inline;
	padding: 4px 10px 2px 10px;
	list-style: none;
	border: 1px #c5c5c5 solid;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	font-size:12px;
	color:#272727;
	font-weight:bolder;
	margin:0 -2px 0 0;

	background: #f3f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f4f4 0%, #d9dadc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f4f4), color-stop(100%,#d9dadc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f4f4 0%,#d9dadc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f4f4 0%,#d9dadc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f4f4 0%,#d9dadc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3f4f4 0%,#d9dadc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f4', endColorstr='#d9dadc',GradientType=0 ); /* IE6-9 */

	cursor:pointer;

}

#sbox-content li.tab.active {
	background: #FFFFFF;
	border-bottom: 1px solid #fff;
	color:#014ca5;
}

#sbox-content img#sel_thumb {
	 border: 1px #c5c5c5 solid;
}


#sbox-content {
	overflow:hidden !important;
}


#sbox-content #content {
	margin: 0 !important;
}
